summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 11:52:01 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 11:52:01 +0000
commitce0fd478ecb4242a00b7814623aa3ab9bfcb3e7c (patch)
treedc0f0cd7ace1b0e82caf1ce2ea450140871384eb /DOCS
parent0ed4e8d07bf638492081409413e1719e449aacd7 (diff)
downloadmpv-ce0fd478ecb4242a00b7814623aa3ab9bfcb3e7c.tar.bz2
mpv-ce0fd478ecb4242a00b7814623aa3ab9bfcb3e7c.tar.xz
warn to always include PMT and PCR pids in channels.conf (dvb)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26073 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index a67f28728e..2c1d3b8c28 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1881,8 +1881,8 @@ In your audio and video fields you can use an extended syntax:
<option>...:pid[+pid]:...</option> (for a maximum of 6 pids each);
in this case <application>MPlayer</application> will include in the
stream all the indicated pids, plus pid 0 (that contains the PAT).
-You are encouraged to include in each row the PMT pid for the
-corresponding channel (if you know it).
+You should always include in each row the PMT and PCR pids for the
+corresponding channel (if you know them).
You can also specify 8192, this will select all pids on this frequency
and you can then switch between the programs with TAB.
This might need more bandwidth, though cheap cards always transfer all
@@ -1895,7 +1895,9 @@ Other possible uses are: televideo pid, second audio track, etc.
If <application>MPlayer</application> complains frequently about
<screen>Too many video/audio packets in the buffer</screen> or
if you notice a growing desynchronization between audio and
-video try to use the libavformat MPEG-TS demuxer by adding
+video verify the presence of the PCR pid in your stream
+(needed to comply with the buffering model of the transmitter)
+and/or try to use the libavformat MPEG-TS demuxer by adding
<option>-demuxer lavf -lavfdopts probesize=128</option>
to your command line.
</para>