View Single Post
Old 11th May 2017, 08:55   #1  |  Link
gaganspidey
Registered User
 
Join Date: Mar 2008
Posts: 21
ffmpeg - “Could not find the codec parameters”

Hello

I am trying to record a live HTTP stream using the following command:

Code:
ffmpeg -analyzeduration 2147483647 -probesize 2147483647  -i "http://mumsite.cdnsrv.jio.com/jioplay.catchup.cdn.jio.com/recordings/H8_S480_H264_MP/2556/1493919000.mp4/init/LIVEPROGRAM_CHANNEL_2556_START_1493919000_END_1493922600?uid=guest_uid&recid=SCHEDULED-A00B00C00D00E00F-_-_-2556_48168092&shard=shard_a&sid=77179867662431494241905&i=2&nwk=WIFI&pk=1&CurrentNetworkType=WIFI&CurrentNetworkType=WIFI" -c copy -absf aac_adtstoasc testing.ts


It looks like the URL is correct but no data is being saved in the file and these warning messages are shown:

Quote:
multiple fourcc not supported

Could not find codec parameters for stream 1 (Video: none (encv / 0x76636E65), none, 576x432): unknown codec
Am I doing this correctly? How do I determine which codec would handle that stream or is the reason something else?
gaganspidey is offline   Reply With Quote