[MPlayer-DOCS] r26073 - trunk/DOCS/xml/en/video.xml

nicodvb subversion at mplayerhq.hu
Sat Feb 23 12:52:01 CET 2008


Author: nicodvb
Date: Sat Feb 23 12:52:01 2008
New Revision: 26073

Log:
warn to always include PMT and PCR pids in channels.conf (dvb)

Modified:
   trunk/DOCS/xml/en/video.xml

Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml	(original)
+++ trunk/DOCS/xml/en/video.xml	Sat Feb 23 12:52:01 2008
@@ -1881,8 +1881,8 @@ In your audio and video fields you can u
 <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, 
 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>



More information about the MPlayer-DOCS mailing list