mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
DVB now supports multiple cards, patch by Nico Sabbi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12311 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
daec5ef452
commit
f17acd1935
@ -1869,6 +1869,15 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
|
|||||||
mplayer dvb://R1
|
mplayer dvb://R1
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
If you have more than one card you also need to specify the number of the card
|
||||||
|
where the channel is visibile (e.g. 2) with the syntax:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<screen>
|
||||||
|
mplayer dvb://2@R1
|
||||||
|
</screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To change channels press the <keycap>h</keycap> (next) and
|
To change channels press the <keycap>h</keycap> (next) and
|
||||||
<keycap>k</keycap> (previous) keys, or use the OSD menu (requires
|
<keycap>k</keycap> (previous) keys, or use the OSD menu (requires
|
||||||
@ -1881,7 +1890,9 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
|
|||||||
file <filename>etc/dvb-menu.conf</filename> (that you can use to overwrite
|
file <filename>etc/dvb-menu.conf</filename> (that you can use to overwrite
|
||||||
<filename>~/.mplayer/menu.conf</filename>), the main menu will show a
|
<filename>~/.mplayer/menu.conf</filename>), the main menu will show a
|
||||||
sub-menu entry that will permit you to choose one of the channels present
|
sub-menu entry that will permit you to choose one of the channels present
|
||||||
in your <filename>channels.conf</filename>.
|
in your <filename>channels.conf</filename>, possibly preceded by a menu
|
||||||
|
with the list of cards available if more than one is usable by
|
||||||
|
<application>MPlayer</application>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user