View Single Post
  #2  
Old 03-16-2016, 01:46 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: http://ici.radio-canada.ca/tele/


hi

the site use hds protocol (.f4m)
it's encrypted
with hds protocol you can use AdobeHDS


Code:
http://stream-recorder.com/forum/adobe-hds-downloader-t14823.html
an other way

example
Code:
http://ici.radio-canada.ca/tele/toc-toc-toc/2014-2015/episodes/351504/paques-oeuf-chocolat-fete?isAutoPlay=1

in source page you can find the id of the video

Code:
view-source:http://ici.radio-canada.ca/tele/toc-toc-toc/2014-2015/episodes/351504/paques-oeuf-chocolat-fete?isAutoPlay=1
Code:
<div id="7266481-console-container" class="Main-Player-Console"></div>
then

Code:
http://api.radio-canada.ca/validationMedia/v1/Validation.html?output=json&deviceType=ipad&connectionType=broadband&appCode=medianet&idMedia=7266481

with the api you can find the hls protocol (.m3u8) and use ffmpeg or livetreamer
Reply With Quote