VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Mar 2011
    Location
    Paris, France
    Search PM
    Hello

    I'd like to download the video that's embedded in the following page:
    http://ici.radio-canada.ca/nouvelles/international/2015/09/01/002-copenhague-velo-ville.shtml

    Neither TubeMaster++ nor URLSnooper2 see anything.

    I checked the source of the page, but it contains no obvious link:

    Code:
    <div class="video" style="">
    	<script src='http://api.radio-canada.ca/cav/v1/radiocanadaca/?pji={"appCode":"medianet", "idMedia":"7336621", "Params":{"autoPlay":false,"width":"635","height":"357","urlTeaser":"http://img.src.ca/2015/08/31/635x357/150831_c23zz_cyclistes-copenhague_sn635.jpg"}}' type="text/javascript"></script>
    	<em class="legend">Le reportage de Jean-Sébastien Cloutier</em>
    </div>
    Generally speaking, what tool/solution would you try when confronted with that type of issue?

    Thank you.
    Quote Quote  
  2. Originally Posted by yetanotherlogin View Post

    Generally speaking, what tool/solution would you try when confronted with that type of issue?

    Thank you.

    HDS Link Detector
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    See prior forum thread here.
    Quote Quote  
  4. Member
    Join Date
    Mar 2011
    Location
    Paris, France
    Search PM
    Thanks much. Did the job.

    For others' benefit:

    1. CTRL-U to view the source of the page, and find the idMedia:
    Code:
    <script src='http://api.radio-canada.ca/cav/v1/radiocanadaca/?pji={"appCode":"medianet", "idMedia":"7336621", "Params":{"autoPlay":false,"width":"635","height":"357","urlTeaser":"http://img.src.ca/2015/08/31/635x357/150831_c23zz_cyclistes-copenhague_sn635.jpg"}}' type="text/javascript"></script>
    2. Used the following URL to get more infos:
    Code:
    http://api.radio-canada.ca/validationMedia/v1/Validation.html?appCode=medianet&idMedia=7299338&output=json&deviceType=ipad&connectionType=wifi&multibitrate=true
    3. Got this back:
    Code:
    {"url":"https://cp125678-f.akamaihd.net/i/diffusion/2015/09/medianet/cbft/0109-1426_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1451842789~exp=1454434789~acl=/i/diffusion/2015/09/medianet/cbft/0109-1426_*~hmac=0fc792422f6b01699758ae28262303927d2a2c6f8f59e6dc12e66665817e7731","message":null,"errorCode":0,"params":[{"name":"mediaType","value":"video"},{"name":"DebutAffichage","value":null},{"name":"FinAffichage","value":null},{"name":"isSharedToutv","value":false},{"name":"tokenId","value":1}],"bitrates":[{"bitrate":1200,"width":852,"height":480,"lines":"480p","param":null},{"bitrate":800,"width":640,"height":360,"lines":"360p","param":null},{"bitrate":500,"width":640,"height":360,"lines":"270p","param":null}]}
    4. Installed Livestream, although ffmpeg is supposed to work too: Does someone have a working example?

    5. Opened a DOS box with Admin rights, and called the URL:
    Code:
    livestreamer "hlsvariant://https://cp125678-f.akamaihd.net/i/diffusion/2015/09/medianet/cbft/0109-1426_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1451842789~exp=1454434789~acl=/i/diffusion/2015/09/medianet/cbft/0109-1426_*~hmac=0fc792422f6b01699758ae28262303927d2a2c6f8f59e6dc12e66665817e7731" best -o radio.canada.mp4
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!