Difference between revisions of "Import recorder"
m |
m |
||
Line 2: | Line 2: | ||
{{Stub}} | {{Stub}} | ||
− | A "Capture Card" for MythTV that works by calling an external program rather than interfacing with an actual hardware device. ( | + | A "Capture Card" for MythTV that works by calling an external program rather than interfacing with an actual hardware device. (This currently only supports MPEG-TS files, but the plan is to support all files that ffmpeg does) |
The Import Recorder (aka Import Tuner) was introduced in 0.23 ({{gitcommit|65bcb39389}}). Originally it was designed as a developer tool for testing Myth. However, it is potentially useful in conjunction with [[MythTV_System_Events |Myth's System Events]]. | The Import Recorder (aka Import Tuner) was introduced in 0.23 ({{gitcommit|65bcb39389}}). Originally it was designed as a developer tool for testing Myth. However, it is potentially useful in conjunction with [[MythTV_System_Events |Myth's System Events]]. |
Revision as of 10:26, 3 September 2017
A "Capture Card" for MythTV that works by calling an external program rather than interfacing with an actual hardware device. (This currently only supports MPEG-TS files, but the plan is to support all files that ffmpeg does)
The Import Recorder (aka Import Tuner) was introduced in 0.23 ([65bcb39389]). Originally it was designed as a developer tool for testing Myth. However, it is potentially useful in conjunction with Myth's System Events.
To add an Import Recorder, use mythtv-setup to create a new Capture Card and choose "Import Recorder" as the card type. In mythfrontend, configure RecordingStarted, RecordingFinished events to call appropriate scripts or programs to acquire the recording. Myth will treat it as any other recording with a seek table, commflagging, etc.