[FFmpeg-trac] #5836(undetermined:new): RTMP cannot receive live stream more than 4GB

FFmpeg trac at avcodec.org
Fri Sep 9 17:28:35 EEST 2016


#5836: RTMP cannot receive live stream more than 4GB
-------------------------------------+-------------------------------------
             Reporter:  tyama        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  rtmp         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

    RTMP cannot receive live stream more than 4GB.
    When ffmpeg recieved 4GB, it stop and print message "No more output
 streams to write to, finishing.".

    I attach the log of '-report' option. (ffmpeg-20160909-041937.zip)

 How to reproduce:

 {{{
  ffmpeg -v 9 -loglevel 99 -report -i rtmp://<Adobe Media Server
 FQDN>/livepkgr/mp4:fmletest2 -vcodec copy -acodec copy
 /home/tyama/test_ffmpeg/test_fmle.mp4 > ffmpeg_rtmp.log 2>&1


 }}}

  - ffmpeg infomation


 {{{
 $ ffmpeg -version
 ffmpeg version N-81609-g7b3bc36 Copyright (c) 2000-2016 the FFmpeg
 developers
 built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
 configuration:
 libavutil      55. 29.100 / 55. 29.100
 libavcodec     57. 55.101 / 57. 55.101
 libavformat    57. 48.103 / 57. 48.103
 libavdevice    57.  0.102 / 57.  0.102
 libavfilter     6. 61.100 /  6. 61.100
 libswscale      4.  1.100 /  4.  1.100
 libswresample   2.  1.100 /  2.  1.100


 }}}

  - System environment infomation
    -- CentOS release 6.6, x64, ext4 file system

  - Live stream is published by Flash Media Live Encoder.
    (However, this problem also occur in other live source.)
    -- Video Format H264
    -- Audio Format Mp3

  - Adobe Media Server infomation
    -- Adobe Media Server 5.0.9
    -- CentOS release 6.7 x64

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


More information about the FFmpeg-trac mailing list