Website mythtv.org Initial release April 2002 Type Digital video recorder | Developers Isaac Richards Written in C, C++ | |
![]() | ||
Stable release 0.28.1 / February 1, 2017; 50 days ago (2017-02-01) License GNU General Public License |
Mythtv installation on ubuntu 16
MythTV is a free and open-source home entertainment application with a simplified "10-foot user interface" design for the living-room TV. It turns a computer with the necessary hardware into a network streaming digital video recorder, a digital multimedia home entertainment system, or home theater personal computer. It can be considered a free and open-source alternative to TiVo or Windows Media Center. It runs on various operating systems, primarily Linux, macOS, and FreeBSD.
Contents
- Mythtv installation on ubuntu 16
- Mythpodcaster demo playing mythtv recordings
- History
- Features
- HDTV support
- Tuner card support
- Modules
- Operating systems
- Bundles
- Internals
- References
Mythpodcaster demo playing mythtv recordings
History
The MythTV project was started in April 2002 by Isaac Richards, who explained his motivation:
Features
HDTV support
MythTV is capable of capturing HDTV streams from any source that will provide unencrypted video. This means broadcast ATSC and DVB content, as well as encrypted DVB content when using a tuner with an integrated CI module. Most U.S. cable and satellite providers use encrypted video only accessible through their own set-top boxes. Cable systems may provide some unencrypted QAM channels, but these will generally only be local broadcast stations, and not cable programming or premium channels.
OpenCable devices are available to access encrypted content on U.S. cable systems, but as this is a full DRM system, and not just CA like DVB CI, every piece of hardware and software on the playback chain must be tested and licensed by CableLabs. At current, Windows Media Center is the only DVR software to meet these requirements, and only it, and other software using its recording libraries, can use these devices. In 2010, CableLabs relaxed the DRM restrictions allowing unlicensed devices to record copy freely content using these devices, however it is still entirely up to cable operators what content they provide flagged as such.
As an alternative to direct digital capture, one can use an external decoder to receive the channels, and then capture using digital-analog-digital conversion (the analog hole). A popular means of doing this conversion is to connect the component outputs of a set-top box to the Hauppauge HD PVR.
Tuner-card support
The MythTV software supports TV tuner cards fully compatible with V4L-DVB kernel drivers.
MythTV also supports program capture via FireWire from digital set-top boxes. These include the Motorola DCT-6200, the STB used by Cogeco Cable in the USA and Shaw Cable in Canada for its HD services. It can also record directly from IPTV sources such as the Freebox service, as well as from the HDHomeRun network tuner.
Modules
MythTV's add-on modules (plugins) include:
The base system integrates well with its modules. A system can be controlled with an infrared remote control using LIRC, or radio remote control using kernel modules.
Operating systems
MythTV is available for many operating systems based on Linux or Unix, including Mac OS. The MythTV website distributes only source code, which must be compiled for the desired system; executable programs can be downloaded from various third-party sources. The software runs on and is officially supported by Microsoft Windows, but as of January 2013 no official executable version was available; there are detailed instructions for compiling for Windows. All core frontend features work under Windows, including LiveTV, scheduling, and watching recordings, but most plugins do not work without additional patches.
Bundles
There are several projects that include a Linux distribution bundled with MythTV (and associated libraries) to make installation, configuration and maintenance easier and faster:
Internals
The default file format for software encoding is a RTJPEG or MPEG-4 video stored in a slightly modified version of Roman Hochleitner's "NuppelVideo" (.nuv) container. NUV files are also playable in VLC media player and MPlayer, but can occasionally exhibit problems in A/V synchronization due to the MythTV-specific modifications. It also appears that MythTV is now the single authority on the NuppelVideo file format, since the original author's website is no longer available.
MythTV can also record via hardware-encoder cards and other sources of MPEG-2 digital TV streams like DVB, ATSC and Firewire (from HDTV cable boxes in the United States), so many users of MythTV rarely see NuppelVideo files unless they choose to transcode their files to NuppelVideo to save disk space.
As of September 2012, the only backend database supported has been the same since its beginnings, MySQL. The database contains much of the operational data of the system, such as what TV tuners are available to the system and their characteristics/capabilities, what channels can be tuned by that tuning hardware, what recorded programs are available for viewing, program scheduling information, etc.