[FFmpeg-trac] #1249(FFserver:closed): FFServer HTTP/1.1 WAIT_FEED bug

FFmpeg trac at avcodec.org
Thu Apr 4 19:00:31 CEST 2013


#1249: FFServer HTTP/1.1 WAIT_FEED bug
-------------------------------------+-------------------------------------
             Reporter:  barhom       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  critical     |                Component:  FFserver
              Version:  unspecified  |               Resolution:  fixed
             Keywords:  ffserver     |               Blocked By:
  WAIT_FEED ffm                      |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by IceSheep):

 I am still having this issue. It should be fixed in v. 1.2, right? I have
 installed ffserver via Homebrew.

 Thanks!

 ffserver version 1.2 Copyright (c) 2000-2013 the FFmpeg developers
   built on Mar 23 2013 20:03:54 with Apple LLVM version 4.2
 (clang-425.0.24) (based on LLVM 3.2svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-
 cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid
   libavutil      52. 18.100 / 52. 18.100
   libavcodec     54. 92.100 / 54. 92.100
   libavformat    54. 63.104 / 54. 63.104
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 42.103 /  3. 42.103
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100


 This is my configuration:

 Port 8090
 BindAddress 0.0.0.0
 MaxHTTPConnections 2000
 MaxClients 1000
 MaxBandwidth 8000
 CustomLog -
 NoDaemon

 <Feed feed1.ffm>
         File /tmp/feed1.ffm
         FileMaxSize 200K
 </Feed>

 <Stream live.ts>
         Format mpegts
         Feed feed1.ffm

         VideoCodec libx264
         VideoFrameRate 25
         VideoBitRate 1536
         VideoSize 1280x720
         AVOptionVideo crf 23
         AVOptionVideo preset ultrafast
         AVOptionVideo flags +global_header

         AudioCodec aac
         Strict -2
         AudioBitRate 192
         AudioChannels 2
         AudioSampleRate 44100
         AVOptionAudio flags +global_header
 </Stream>

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1249#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list