[FFmpeg-trac] #5869(ffserver:new): ffserver crash when GET sdp file

FFmpeg trac at avcodec.org
Wed Sep 28 05:03:12 EEST 2016


#5869: ffserver crash when GET sdp file
----------------------------------+---------------------------------------
             Reporter:  korovkin  |                     Type:  defect
               Status:  new       |                 Priority:  important
            Component:  ffserver  |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Summary of the bug:

 when starting the following ffserver instance, running
 curl "http://localhost:9203/live.sdp"

 seg faults the server.

 here is the BT of the crash: http://pastebin.com/Bav5ZpnP


 {{{
 HTTPPort 9203
 HTTPBindAddress 0.0.0.0
 RTSPPort 9204
 RTSPBindAddress 0.0.0.0
 MaxHTTPConnections 2000
 MaxClients 1000
 MaxBandwidth 1000
 CustomLog -

 <Feed feed1.ffm>
   File feed1.ffm
   FileMaxSize 5M
   ACL allow 127.0.0.1
 </Feed>

 <Stream live.mp3>
   Format rtp
   Feed feed1.ffm
   AudioCodec libmp3lame
   AudioBitRate 128
   AudioChannels 2
   AudioSampleRate 44100
   NoVideo
 </Stream>

 <Stream stat.html>
         Format status
         # ACL allow localhost
 </Stream>
 }}}


 built on Ubuntu / OS X with version:
 8b21b44e7e312589a6c4dbad1b4214f2a03fb54a

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5869>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list