MPlayer
From LinuxTVWiki
(Redirect to correct spelling of MPlayer) |
|||
| Line 1: | Line 1: | ||
| - | + | The linux video swiss knife plays almost every movie format [http://www.mplayerhq.hu/homepage/design7/info.html]. Can be used for watching dvb broadcasts just run | |
| + | '''mplayer dvb://''' | ||
| + | |||
| + | Note that only free-to-air broadcasts are supported. Decryption through [[CAM]] is not implemented in mplayer. | ||
| + | |||
| + | If you are using mplayer with a satellite dish that has a C-Band lnb LO: 5150 or standard Ku Band lnb LO: 10750 such as are commonly used in North America, mplayer will tune the channel if you use the L Band frequency in your .mplayer/channels.conf file instead of the C or Ku Band frequency. To calculate the L Band frequency for C Band, 5150 minus frequency in Mhz equals L Band frequency in Mhz. For Ku Band, frequency in Mhz minus 10750 equals L Band frequency in Mhz. | ||
| + | |||
| + | For example to tune C Band 4.060 Ghz | ||
| + | |||
| + | 5150 - 4060 = 1090 | ||
| + | |||
| + | Use 1090 for the frequency in channels.conf instead of 4060. | ||
| + | |||
| + | For Ku Band 11.799 Ghz | ||
| + | |||
| + | 11799 - 10750 = 1049 | ||
| + | |||
| + | |||
| + | [http://www.mplayerhq.hu Mplayer Home page] | ||
Revision as of 02:59, 20 April 2007
The linux video swiss knife plays almost every movie format [1]. Can be used for watching dvb broadcasts just run
mplayer dvb://
Note that only free-to-air broadcasts are supported. Decryption through CAM is not implemented in mplayer.
If you are using mplayer with a satellite dish that has a C-Band lnb LO: 5150 or standard Ku Band lnb LO: 10750 such as are commonly used in North America, mplayer will tune the channel if you use the L Band frequency in your .mplayer/channels.conf file instead of the C or Ku Band frequency. To calculate the L Band frequency for C Band, 5150 minus frequency in Mhz equals L Band frequency in Mhz. For Ku Band, frequency in Mhz minus 10750 equals L Band frequency in Mhz.
For example to tune C Band 4.060 Ghz
5150 - 4060 = 1090
Use 1090 for the frequency in channels.conf instead of 4060.
For Ku Band 11.799 Ghz
11799 - 10750 = 1049