error, non monotone timestamps
Hello, I am running the latest CVS version of ffmpeg (2005-05-30) and I have some problems when I try to access a live feed from WMP or RealPlayer. ffserver and ffmpeg seem to work well until a client session is launched. In this point, ffserver starts logging several "error, non monotone timestamps ..." and buffer underflow messages. I had tried with older versions and the problem is the same. I tried ffmpeg capturing to a file and it worked well. I had also tried ffserver streaming a file and it worked well too. I attach ffserver's configuration and ffmpeg command line. Please, let me know if you need more information. Regards Juan ffserver.conf : ============================================================================ Port 8090 BindAddress 0.0.0.0 MaxClients 10 MaxBandwidth 1000 CustomLog - NoDaemon <Stream stat.html> Format status ACL allow localhost ACL allow 10.1.0.0 10.1.0.255 </Stream> # Redirect index.html to the appropriate site <Redirect index.html> URL http://ffmpeg.sourceforge.net/ </Redirect> <Feed feed1.ffm> File /streaming/tmp/feed1.ffm FileMaxSize 40M ACL allow localhost ACL allow 10.1.0.0 10.1.0.255 </Feed> <Stream test1.mpg> Feed feed1.ffm # Format of the stream : you can choose among: # mpeg : MPEG1 multiplexed video and audio # mpegvideo : only MPEG1 video # mp2 : MPEG2 audio (use AudioCodec to select layer 2 and 3 codec) # ogg : Ogg format (Vorbis audio codec) # rm : Real Networks compatible stream. Multiplexed audio and video. # ra : Real Networks compatible stream. Audio only. # mpjpeg : Multipart JPEG (works with Netscape without any plugin) # jpeg : Generate a single JPEG image. # asf : ASF compatible streaming (Windows Media Player format). # swf : Macromedia flash(tm) compatible stream # avi : AVI format (open divx video, mpeg audio sound) # master : special ffmpeg stream used to duplicate a server Format mpeg #PreRoll 15 #NoVideo VideoBitRate 256 VideoFrameRate 25 VideoSize 320x240 VideoBufferSize 1000 VideoQMin 2 VideoQMax 25 VideoIntraOnly #VideoGopSize 25 #VideoHighQuality #VideoCodec mpeg1video NoAudio AudioBitRate 0 AudioChannels 1 AudioSampleRate 44100 AudioCodec mp2 # ACL: ACL ALLOW localhost ACL ALLOW 10.1.0.0 10.1.0.255 #ACL DENY <first address> </Stream> ============================================================================ ffmpeg http://localhost:8090/feed1.ffm ffmpeg version 0.4.9-pre1, build 4755, Copyright (c) 2000-2004 Fabrice Bellard configuration: --prefix=/usr --enable-shared-pp --enable-shared --disable-static --disable-mmx --disable-altivec --disable-debug --enable-mp3lame --disable-a52 --disable-a52bin --enable-audio-oss --enable-v4l --disable-dv1394 --disable-dc1394 --disable-pthreads --enable-xvid --enable-ogg --enable-vorbis --disable-dts --enable-network --enable-zlib --enable-ffplay --disable-faad --disable-faac --disable-faadbin --enable-gpl --enable-pp --disable-opts built on May 30 2005 16:06:11, gcc: 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) Input #0, video4linux, from '': Duration: N/A, bitrate: N/A Stream #0.0: Video: rawvideo, yuv420p, 320x240, 25.00 fps Input #1, audio_device, from '': Duration: N/A, bitrate: N/A Stream #1.0: Audio: pcm_s16le, 44100 Hz, mono, 705 kb/s Output #0, ffm, to 'http://localhost:8090/feed1.ffm': Stream #0.0: Audio: mp2, 44100 Hz, mono, 64 kb/s Stream #0.1: Video: mpeg1video, yuv420p, 320x240, 25.00 fps, q=2-25, 256 kb/s Stream mapping: Stream #1.0 -> #0.0 Stream #0.0 -> #0.1 [mpeg1video @ 0xb7f08148]removing common factors from framerate Press [q] to stop encoding [mpeg1video @ 0xb7f08148]rc buffer underflow Broken pipe q=0.0 size= 1008kB time=25.3 bitrate= 326.1kbits/s
participants (1)
-
j.rojas@tiba.com