[FFmpeg-trac] #6621(ffserver:new): My fix of crash bug of rtsp ffserver

FFmpeg trac at avcodec.org
Mon Aug 28 12:14:09 EEST 2017


#6621: My fix of crash bug of rtsp ffserver
-------------------------------------+-------------------------------------
             Reporter:  daju1        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffserver     |                  Version:
             Keywords:  ffserver     |  unspecified
  rtsp                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 My rtsp ffsever build was crashed
 How to reproduce:
 {{{
 % ffserver
 ffmpeg version from git
 my own built on msvc on windows
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

 in file ffmdec.c
 line 74
 Now:
 static int ffm_resync(AVFormatContext *s, uint32_t state)
 must be:
 static int ffm_resync(AVFormatContext *s, uint16_t state)

 and line 94
 Now
     uint32_t id;
 Must be
     uint16_t id;

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


More information about the FFmpeg-trac mailing list