[MPlayer-users] Problems playing with vdr streams.

Nico Sabbi nsabbi at tiscali.it
Wed Oct 27 19:00:05 CEST 2004


Josef Wolf wrote:

>On Wed, Oct 27, 2004 at 08:54:42AM +0200, Nico Sabbi wrote:
>
>  
>
>>The problem is that network.c (that handles http streams) forces
>>DEMUXER_TYPE_MPEG_PS in case of Content-type: video/mpeg.
>>PS and TS demuxers are smart enough to correctly recognize
>>mpeg files, so they can be autoprobed.
>>The attached patch should solve your problems, at least in the case of TS.
>>Please, let me know if it works.
>>    
>>
>
>With the patch TS streams play now.  But the effect is exactly as with PS
>streams.  After about 2 minutes (when cache ratio is down) video starts
>going slow/humbling and the error "too many video packets in the Buffer"
>appears.
>
>I just noticed an effect which might be interesting: When xine plays the
>stream, audio slows down from time to time (about every 5..10 minutes for a
>couple of seconds?). But after this it seems to resync again.
>
>Seems to be some sort of A/V sync problem.
>
>  
>


this sounds like the usual buffer underrun problem:
mplayer decodes data faster than it receives it, so after a while
(as far as I see) timestamps get too far apart to recover,
even when cache refills.
I have an idea to solve it, but I have to experiment :)




More information about the MPlayer-users mailing list