[FFmpeg-trac] #5385(undetermined:new): FFMPEg Streaming Error

FFmpeg trac at avcodec.org
Mon Mar 28 10:40:29 CEST 2016


#5385: FFMPEg Streaming Error
-------------------------------------+-------------------------------------
             Reporter:  ziya         |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  ffmpeg,      |               Blocked By:
  streaming, rtmp, radio, icecast    |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I am streaming our rtmp tv stream to icecast radio server with following
 command
 {{{
 # ffmpeg -re -i
 "rtmp://213.74.135.34/live/x1l65xy?auth=1711986487_91de5f5cc0b12e90291f634de30ec475%i
 live=1" -vn -codec:a libmp3lame -b:a 64k -f mp3 -content_type audio
 icecast://source:za199000@127.0.01:8000/live
 .

 }}}


 It is working fine  for a while but later it crash. And error is like
 this.

 {{{

 [rtmp @ 0x29674c0] Detected librtmp style URL parameters, these aren't
 supported by the libavformat internal RTMP handler currently enabled. See
 the documentation for the correct way to pass parameters.
 [flv @ 0x2966c60] audio stream discovered after head already parsed
 Input #0, flv, from
 'rtmp://213.74.135.34/live/x1l65xy?auth=1711986487_91de5f5cc0b12e90291f634de30ec475%i
 live=1':
   Metadata:
     author          :
     copyright       :
     description     :
     keywords        :
     rating          :
     title           :
     presetname      : Custom
     creationdate    : Fri Mar 25 19:16:57 2016
                     :
     videodevice     : AVerMedia BDA Analog Capture
     avclevel        : 42
     avcprofile      : 66
     videokeyframe_frequency: 1
     audiodevice     : AVerMedia BDA Analog Capture
     audiochannels   : 1
     audioinputvolume: 75
   Duration: N/A, start: 0.000000, bitrate: 1120 kb/s
     Stream #0:0: Video: h264 (Baseline), yuv420p(tv), 640x480 [SAR 1:1 DAR
 4:3], 1024 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
     Stream #0:1: Audio: mp3, 44100 Hz, mono, s16p, 96 kb/s
 Output #0, mp3, to 'icecast://source:za199000@127.0.01:8000/live':
   Metadata:
     author          :
     TCOP            :
     description     :
     keywords        :
     rating          :
     TIT2            :
     presetname      : Custom
     creationdate    : Fri Mar 25 19:16:57 2016
                     :
     videodevice     : AVerMedia BDA Analog Capture
     avclevel        : 42
     avcprofile      : 66
     videokeyframe_frequency: 1
     audiodevice     : AVerMedia BDA Analog Capture
     audiochannels   : 1
     audioinputvolume: 75
     TSSE            : Lavf57.25.100
     Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, mono, s16p, 64 kb/s
     Metadata:
       encoder         : Lavc57.24.103 libmp3lame
 Stream mapping:
   Stream #0:1 -> #0:0 (mp3 (native) -> mp3 (libmp3lame))
 Press [q] to stop, [?] for help
 [libmp3lame @ 0x29fad40] Queue input is backward in timepeed=0.998x
 [mp3 @ 0x2aa1900] Application provided invalid, non monotonically
 increasing dts to muxer in stream 0: 1691106 >= 1691106

 }}}

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


More information about the FFmpeg-trac mailing list