[FFmpeg-trac] #7547(avformat:new): When relaying RTMP streams ffmpeg quits with av_interleaved_write_frame message

FFmpeg trac at avcodec.org
Fri Feb 22 11:12:16 EET 2019


#7547: When relaying RTMP streams ffmpeg quits with av_interleaved_write_frame
message
-------------------------------------+-------------------------------------
             Reporter:  regstuff     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  regression   |               Blocked By:
  librtmp                            |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by danman):

 @ruddell : I don't see the attachment but my random idea is to replace:
 {{{
 if (!ret)
 }}}
 with:
 {{{
 if (!ret && size)
 }}}
 or debug the value of "size" in
 http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=ed647ab79f9a54d8d3a8e345f6a1643b60b849f4

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7547#comment:15>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list