
richard.ablewhite at gmail
Feb 12, 2008, 1:26 AM
Post #1 of 1
(266 views)
Permalink
|
|
VOD and MythTV - how to make a live TV file
|
|
Heyas, Im currently in the early stages of putting together a video on demand feature to MythTV, completed a quick proof of concept. In the proof of concept the system works using fairly standard methods, an RSS file describes all available content pointing to XML files for each vid. XML files are parsed and then all links checked. Then the script creates MythTV menus using exec to launch the player. Video compressed in 15 meg chunks will be downloaded, the first file decompressed and then streamed to mplayer. It takes about 20secs on a 4 meg connection to download the first file and start streaming, not great but certainly usable. Once this initial version is done (prob tonight) i want to Myth things up a bit. First stage will be to replace playing files with mplayer to converting them into a format suitable for the internal player. My question is how MythTV handles growing files, if I get mencoder to convert the video whilst downloading into mpeg2 and dump to a file, and then play the mpeg2 file with the command mythtv will the player treat it like a live tv file and show the growing progress bar and allow skipping through the file? Are there any other formats other than mpeg2 that myth will do this for that mencoder can easily spit out? Richard _______________________________________________ mythtv-dev mailing list mythtv-dev[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|