[FFmpeg-trac] #9240(undetermined:new): Invalid data found when processing input

FFmpeg trac at avcodec.org
Fri May 14 01:27:52 EEST 2021


#9240: Invalid data found when processing input
-------------------------------------+-------------------------------------
             Reporter:  giuliano     |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by giuliano):

 Hi,

 - I tried some other live feed that are not geoblocked and not crypted and
 it works.

 These geoblocked and crypted italian live feed have something creating
 problems to ffmpeg and the command stops after about 5 minutes.

 I just attached the ffmpeg log (ffmpeg-log.txt.gz) of the command stopping
 after 5 minutes:

 ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803
      -c:v copy -c:a copy -bsf:a aac_adtstoasc
      -f flv rtmp://prg-1.s.cdn77.com:1936/1341229128/34567

 BTW, this issue is always reproduceable.


 I did other tests, here follows the results:

 - tried same command but using a file as output
 It '''fails''', stops after 5 minutes.
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -c:v
 copy -c:a copy -bsf:a aac_adtstoasc -f mp4 video.mp4

 - tried to add -map 0:0 -map 0:4 that are the tracks selected by default
 by ffmpeg.
 It '''fails''' and stops after 5 minutes
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -map
 0:0 -map 0:4 -c:v copy -c:a copy -bsf:a aac_adtstoasc -f flv
 rtmp://prg-1.s.cdn77.com:1936/1341229128/34567

 - tried to add just the video track (-map 0:4).
 It '''works''', no stops.
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -map
 0:4 -c:v copy -bsf:a aac_adtstoasc -f flv
 rtmp://prg-1.s.cdn77.com:1936/1341229128/34567

 - tried to add just the audio track (-map 0:0).
 It '''FAILS''', stop after 5 minutes.
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -map
 0:0 -c:a copy -bsf:a aac_adtstoasc -f flv
 rtmp://prg-1.s.cdn77.com:1936/1341229128/34567


 - Tried other two tracks (-map 0:7 -map 0:8), video and audio
 It '''works''', no stops
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -map
 0:7 -map 0:8 -c:v copy -c:a copy -bsf:a aac_adtstoasc -f flv
 rtmp://prg-1.s.cdn77.com:1936/1341229128/34567

 - Tried another video track (0:7)
 It '''works'''. no stops
 Command: ffmpeg -re -i
 https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 -map
 0:7 -c:v copy -bsf:a aac_adtstoasc -f flv
 rtmp://prg-1.s.cdn77.com:1936/1341229128/34567

 Let me know how I can help you
 Best regards
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9240#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list