[mplayer] Re: MPEG-2 sound problem

Arpi arpi at thot.banki.hu
Thu Feb 22 18:32:39 CET 2001


Hi,

> > > try the latest mplayer and use the -ni option ....
> > The -ni option works just for AVI files.
> > 
> > Please try option -abs 0
> > It will disable audio delaying.
> > It may be out of sync, but if it works with -afm 0
> > then i'll fix this somehow.
> > 
> > You can try recompile MPlayer with #undef HAVE_AUDIO_SELECT
> > in config.h
> > 
> 
>  No, both of these flags still produce the same behavoir, and I tried
>  changing that config.h define as well.
Did you recompile mplayer after changing mplayer? (I mean
make distclean;make dep;make)

What about -abs 32768   ?

> DEMUXER: Too many (2048 in 4010196 bytes) video packets in the buffer!
> (maybe you play a non-interleaved stream/file or video codec failed)
Try to increment limits in demuxer.c:

from:
#define MAX_PACKS 2048
#define MAX_PACK_BYTES 0x400000

to:
#define MAX_PACKS 16384
#define MAX_PACK_BYTES 0x2000000


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu





More information about the MPlayer-users mailing list