Play Recordings On Windows
From MythTV Official Wiki
(Difference between revisions)
(→Options) |
(Added alternatives) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform. The most obvious is MythTV itself which runs on Windows in addition to linux, FreeBSD and Mac OSX. | Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform. The most obvious is MythTV itself which runs on Windows in addition to linux, FreeBSD and Mac OSX. | ||
| Line 5: | Line 4: | ||
*'''[[Windows Port|MythTV on Windows]]''' - The MythTV frontend can be compiled and run on Windows. | *'''[[Windows Port|MythTV on Windows]]''' - The MythTV frontend can be compiled and run on Windows. | ||
| − | |||
| − | |||
*[http://www.mythtv.org/wiki/index.php/Xbox_Frontend#Running_XBMC_with_native_MythTV_Support XBMC] Xbox media center is now available on windows, and can play recordings and live tv. Plugin for XBMC is [http://sourceforge.net/projects/xbmcmythtv/ here]. Another plugin is [http://code.google.com/p/mythbox/ here]. | *[http://www.mythtv.org/wiki/index.php/Xbox_Frontend#Running_XBMC_with_native_MythTV_Support XBMC] Xbox media center is now available on windows, and can play recordings and live tv. Plugin for XBMC is [http://sourceforge.net/projects/xbmcmythtv/ here]. Another plugin is [http://code.google.com/p/mythbox/ here]. | ||
*[[Boxee]] - Boxee will play MythTV natively, just add it as a source. | *[[Boxee]] - Boxee will play MythTV natively, just add it as a source. | ||
| + | |||
| + | *[http://siphon9.net/loune/2010/11/mythtv-vlc-plugin-now-supports-vlc-1-1-5/ VideoLAN Client 1.1.5 with MythTV VLC plugin] - Browse and plays MythTV recordings. | ||
| + | |||
| + | *[http://sudu.dk/mythtvplayer/ MythTV player] - A video player built for MythTV. | ||
The following require Samba shares setup to view recordings | The following require Samba shares setup to view recordings | ||
| Line 17: | Line 18: | ||
==Samba setup== | ==Samba setup== | ||
| + | |||
| + | Note that samba/cifs can be problematic is not recommended, it introduces latency and problems with file attributes. Some libraries used by MythTV cannot even open files on samba shares, e.g. Taglib, tag reading library in mythmusic. | ||
| + | |||
example samba share '''/etc/samba/smb.conf''' | example samba share '''/etc/samba/smb.conf''' | ||
Latest revision as of 07:42, 3 December 2010
Once MythTV has been setup there are a few options to allow playback of TV recordings from the Windows platform. The most obvious is MythTV itself which runs on Windows in addition to linux, FreeBSD and Mac OSX.
Options
- MythTV on Windows - The MythTV frontend can be compiled and run on Windows.
- XBMC Xbox media center is now available on windows, and can play recordings and live tv. Plugin for XBMC is here. Another plugin is here.
- Boxee - Boxee will play MythTV natively, just add it as a source.
- VideoLAN Client 1.1.5 with MythTV VLC plugin - Browse and plays MythTV recordings.
- MythTV player - A video player built for MythTV.
The following require Samba shares setup to view recordings
- Play_Recordings_On_Windows_From_MythWeb using Samba shares, VLC and the Firefox Launchy add-on
- Samba using mythrename.pl to generate human readable filenames using Media Player Classic Homecinema to playback recordings
Samba setup
Note that samba/cifs can be problematic is not recommended, it introduces latency and problems with file attributes. Some libraries used by MythTV cannot even open files on samba shares, e.g. Taglib, tag reading library in mythmusic.
example samba share /etc/samba/smb.conf
[tvrecordings]
comment = mythtv tv recordings
path = /video/tvrec
ensure world has read access to files
chmod +r /video/tvrec