PDA

View Full Version : How To Download m3u8 Url with ffmpeg?


moviestore
10-27-2014, 02:48 PM
hi
please help me
i want download this url with this command:

ffmpeg -i "https://gemus-vh.akamaihd.net/i/ondemand/hls/212/14742/1_,1280,720,640,480,.mp4.csmil/index_1_av.m3u8?null=&id=AgCX7uLKF9RsW8SsTlRqIy1VfEnhEu9OE+%2fkge3qWd7K1 axznoC%2fKcldQHiGnSSxd32XOaCmkeNNQw%3d%3d" -c copy C:\output.mkv

but recive this eror :
http eror 403 forbidden

master url with this command its ok and download master url :
ffmpeg -i "http://gemus-vh.akamaihd.net/i/ondemand/hls/4082/14756/1_,1280,720,640,480,.mp4.csmil/master.m3u8?hdnea=st=1414405495~exp=1423045495~acl =/*~hmac=42230690be122783bc4252c5990dbaf71e0dd59f736 ad962f58f78da90c90513&akamgem=gem1.m3u8" -c copy C:\output.mkv

master url donwload large file (RESOLUTION=1920x1080) i want download other RESOLUTION and Small File (RESOLUTION=1280x720)

peterpan
10-27-2014, 03:10 PM
post original browser link

moviestore
10-27-2014, 03:12 PM
post original browser link

send you info to login orginal website in Pv message

skyDude14
01-18-2015, 11:09 AM
Any solution found i have some streams similar to above? Where there is Id= value at the end of akamai streams!

surya987
01-19-2015, 12:15 AM
choose resulation while playing and you will get another m3u8 link of the same qulity you playing after master m3u8.....than simply use that link to retrive your desired qulaity......

Thanks

skyDude14
01-19-2015, 05:50 AM
choose resulation while playing and you will get another m3u8 link of the same qulity you playing after master m3u8.....than simply use that link to retrive your desired qulaity......

Thanks
Problem is not getting the desired quality m3u8. Problem is ffmpeg fails to download the encrpted segments! Each segment in m3u8 got a id= value at the end of its url! Any way to get all the segments to one .ts?

surya987
01-19-2015, 05:53 AM
dont construct url from master m3u8 dude.... sniff out the desired video qulity m3u8 link.......

Also post video link please......