View Single Post
  #2  
Old 09-06-2015, 12:37 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Need a hand downloading this F4F show


Quote:
Originally Posted by eagle687 View Post
Hello good guys from the forums! I searched and tried (AdobeHDS script amongst other means) and read without any success so far, and you sounded cool, so I'm trying my luck.

This

http://ici.tou.tv/spectacle-de-la-fe...-de-l-acadie?r

would make a lot of people happy if it were to be downloaded where my other half is from.

Any idea?
hi

HDS (.f4m) protocol encrypted
you can use HLS (.m3u8)

Code:
http://api.radio-canada.ca/validationMedia/v1/Validation.html?connectionType=broadband&appCode=toutv&output=json&deviceType=ipad&idMedia=116427
you can find the m3u8 link

like this

Quote:
https://toutvuniver1-vh.akamaihd.net/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_,500,800,1200,2000,.mp 4.csmil/master.m3u8?hdnea=st=1441564358~exp=1444156358~acl =/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_*~hmac=f8a9f7ede7e8852 0543b2935bb3ea16c3183e418a9a6a10e55ac1c457a6d7860
if you want 720p quality add 3000,


Quote:
https://toutvuniver1-vh.akamaihd.net/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_,500,800,1200,2000,3000,.mp4.csmil/master.m3u8?hdnea=st=1441564358~exp=1444156358~acl =/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_*~hmac=f8a9f7ede7e8852 0543b2935bb3ea16c3183e418a9a6a10e55ac1c457a6d7860

then you can use livestreamer
Code:
livestreamer "hlsvariant://https://toutvuniver1-vh.akamaihd.net/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_,500,800,1200,2000,3000,.mp4.csmil/master.m3u8?hdnea=st=1441564358~exp=1444156358~acl=/i/012/mp4/f/2015-08-15_13_00_00_feteacadie_0001_*~hmac=f8a9f7ede7e88520543b2935bb3ea16c3183e418a9a6a10e55ac1c457a6d7860" best -o video.ts
Reply With Quote