[MPlayer-users] Playing dvb-t with bit errors
Nico Sabbi
nsabbi at tiscali.it
Sun Nov 7 17:48:41 CET 2004
Peter Zelezny wrote:
>On Sun, 07 Nov 2004 14:36:55 +0100
>Nico Sabbi <nsabbi at tiscali.it> wrote:
>
>
>
>>>as a temporary workaround try this:
>>>
>>>edit mplayer.c and at the line just above
>>> mp_msg(MSGT_AVSYNC,MSGL_WARN,MSGTR_SystemTooSlow);
>>>add
>>> demux_seek(demuxer,0.1,0);
>>>
>>>I'm trying it myself on a TV station that always gives my the same
>>>problem;
>>>I hope it helps
>>>
>>>
>>>
>>uhm, not so simple; the attached patch simulates the whole input-seek
>>process,
>>and seem to work well for me so far.
>>Please, let me know if it works for you
>>
>>
>
>Ok I've been playing with your patch. One way to induce quick errors is
>the flick the light switch on and off :)
>
>I put a debug msg after mp_input_queue_cmd and it gets called constantly.
>That is, once I get 1 error, the FPS drops to what looks like 5fps, and
>mp_input_queue_cmd is being called constantly, but without resolving the
>problem.
>
>If you've got some other ideas, I'm happy to test.
>
>
yes: try to change that row to "seek 600 0"; if it still doesn't work
I have a last patch, but I'd like to avoid it :)
More information about the MPlayer-users
mailing list