Kevin <kmcgr...@baknet.com> added the comment:

Don't know if this helps but if I roll back to ffmpeg-0.5.3 on both the client 
and 
server side things work again:

FFmpeg version 0.5.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --
enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-
amrwb --enable-libtheora --enable-libvorbis --enable-x11grab
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Oct 23 2010 14:51:51, gcc: 4.4.5
Warning: not compiled with thread support, using thread emulation
Input #0, mp3, from '/tmp/jack-fifo.raw':
  Duration: N/A, start: 0.000000, bitrate: 128 kb/s
    Stream #0.0: Audio: mp3, 48000 Hz, stereo, s16, 128 kb/s
Input #1, rawvideo, from '/tmp/canon-fifo.raw':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #1.0: Video: rawvideo, uyvy422, 1920x1080, 29.97 tbr, 29.97 tbn, 
29.97 tbc
[imgconvert @ 0x2bcb7d0]PIX_FMT_YUV420P will be used as an intermediate format 
for 
rescaling
Output #0, ffm, to 'http://MYDOMAIN:8090/test1.ffm':
    Stream #0.0: Audio: libmp3lame, 22050 Hz, mono, s16, 16 kb/s
    Stream #0.1: Video: flv, yuv420p, 576x320, q=6-12, 100 kb/s, 1000k tbn, 15 
tbc
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #1.0 -> #0.1
Press [q] to stop encoding
[flv @ 0x2bcd2e0]rc buffer underflow
frame=  649 fps= 16 q=31.5 size=    5800kB time=43.23 bitrate=1099.0kbits/s   


OR

FFmpeg version 0.5.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --
enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-
amrwb --enable-libtheora --enable-libvorbis --enable-x11grab
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Oct 23 2010 14:51:51, gcc: 4.4.5

Seems stream 0 codec frame rate differs from container frame rate: 29.97 
(30000/1001) 
-> 14.99 (15000/1001)
Input #0, avi, from '/home/kmcgrath/Desktop/show91/all-small.avi':
  Duration: 01:52:35.34, start: 0.000000, bitrate: 494 kb/s
    Stream #0.0: Video: h264, yuv420p, 852x480, PAR 1:1 DAR 71:40, 14.99 tbr, 
14.99 
tbn, 29.97 tbc
    Stream #0.1: Audio: mp2, 48000 Hz, mono, s16, 128 kb/s
Output #0, ffm, to 'http://MYDOMAIN:8090/test1.ffm':
    Stream #0.0: Audio: libmp3lame, 22050 Hz, mono, s16, 16 kb/s
    Stream #0.1: Video: flv, yuv420p, 576x320, q=6-12, 100 kb/s, 1000k tbn, 15 
tbc
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
[flv @ 0x2be1d80]rc buffer underflow
frame=  478 fps=118 q=31.5 size=    6688kB time=31.87 bitrate=1719.3kbits/s   



On the Server Side:

./ffserver -d
FFserver version 0.5.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --
enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-
amrwb --enable-libtheora --enable-libvorbis --enable-x11grab
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Oct 23 2010 13:59:59, gcc: 4.4.5
Sat Oct 23 14:23:22 2010 FFserver started.


Sat Oct 23 14:52:31 2010 New connection: GET /test1.ffm
Sat Oct 23 14:52:31 2010 192.168.1.155 - - [GET] "/test1.ffm HTTP/1.1" 200 16437
Sat Oct 23 14:52:31 2010 New connection: POST /test1.ffm
Sat Oct 23 14:54:52 2010 192.168.1.155 - - [POST] "/test1.ffm HTTP/1.1" 200 
20357120
Sat Oct 23 14:55:58 2010 New connection: GET /test1.ffm
Sat Oct 23 14:55:58 2010 72.81.253.82 - - [GET] "/test1.ffm HTTP/1.1" 200 16437
Sat Oct 23 14:55:58 2010 New connection: POST /test1.ffm

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2317>
________________________________________________

Reply via email to