[MPlayer-users] Problems with mp3 playback

Kevin DeKorte kdekorte at yahoo.com
Fri Sep 2 03:53:43 CEST 2005


On Tuesday 30 August 2005 08:29 pm, Kevin DeKorte wrote:
> On Tuesday 30 August 2005 05:32 pm, Reimar Döffinger wrote:
> > Hi,
> >
> > On Mon, Aug 29, 2005 at 02:48:38AM -0700, RC wrote:
> > > As I suspected, the demuxer is reading fairly far ahead, and hitting
> > > the EOF.  Changing:
> > >
> > >  while(n < 30000 && !s->eof)
> > > to eg.
> > >  while(n < 300 && ! s->eof)
> > >
> > > in libmpdemux/demux_audio.c: line 136 fixes this problem.
> >
> > Weird. But that is actually only for autodetection, and it is only 30k.
> > Are you using pre7 or CVS?
>
> I am using CVS
>
> Using lavf I do not see this problem. But I am not sure if I can set this
> as the default demuxer.
>
> Kevin

I tried setting the check to 3000 and it did not work, it found the EOF early.

Kevin


-- 
Get my public GnuPG key from
http://keyserver.veridis.com:11371/export?id=7574690260641978351
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20050901/af0517e5/attachment.pgp>


More information about the MPlayer-users mailing list