View Single Post
  #5  
Old 05-16-2014, 11:40 PM
mariner mariner is offline
Junior Member
 
Join Date: Jul 2012
Posts: 21
mariner is on a distinguished road
Default

Re: rtmpdump not working with this stream


Quote:
Originally Posted by hasomaso View Post
this is a manifest.f4m link and i have only found a .m3u8 url
rtmpdump is not possible with that

but you can download this video with ffmpeg

Code:
ffmpeg -i "http://medicitvod-vh.akamaihd.net/i/abr/2973/2973_full_en_OSM_Hamelin_def_hd2_,360,510,720,1030,1450,2110,3010,.mp4.csmil/index_6_av.m3u8?null=" -c copy output.ts
Thanks hasomaso.

1. Got the following errors now and then when downloading. How to eliminate that?
Code:
....
[mpegts @ 04d7c120] Non-monotonous DTS in output stream 0:1; previous: 132658648
, current: 132470400; changing to 132658649. This may result in incorrect timest
amps in the output file.
....
2. Can you kindly explain how to obtain the .m3u8 url? I can only see the manifest.f4m in the browser web console.

3. I was able to use rtmpdump to download from this site last year. What could have caused the changed? The browser?

Many thanks and best regards.
Reply With Quote