VideoHelp Forum




+ Reply to Thread
Results 1 to 30 of 30
  1. Hello all!

    I try to download video from radio-canada site. Sniffer got me the link for manifest.f4m (http://cp125678-f.akamaihd.net/z/diffusion/2015/06/medianet/cjbrt/2015-06-02_18_44_49_...S&hdcore=3.5.0)

    Using KSV Adobe HDS Downloader I was able to download all parts of content, but this tool could not to make ready video file from them. After downloading it returned error "This stream is encrypted with Akamai DRM. Decryption of such streams isn't currently possible with this script". From this job I have 15 files named 52b9b0afae8dd4eaf3b7877d96bd1cff_2_494ba7e9d7a0726 9_Seg1-Frag1, ...Frag2 etc, but I cannot do nothing with them.

    I tried ffmpeg, livestreamer and some other utilities to download whole video, but without success.

    Please, help me!
    Quote Quote  
  2. Originally Posted by NataliK View Post
    Hello all!

    I try to download video from radio-canada site. Sniffer got me the link for manifest.f4m (http://cp125678-f.akamaihd.net/z/diffusion/2015/06/medianet/cjbrt/2015-06-02_18_44_49_...S&hdcore=3.5.0)

    Using KSV Adobe HDS Downloader I was able to download all parts of content, but this tool could not to make ready video file from them. After downloading it returned error "This stream is encrypted with Akamai DRM. Decryption of such streams isn't currently possible with this script". From this job I have 15 files named 52b9b0afae8dd4eaf3b7877d96bd1cff_2_494ba7e9d7a0726 9_Seg1-Frag1, ...Frag2 etc, but I cannot do nothing with them.

    I tried ffmpeg, livestreamer and some other utilities to download whole video, but without success.

    Please, help me!
    hi
    if you post the original url it's easer to help you
    for example for this video original url is
    http://ici.radio-canada.ca/nouvelles/science/2015/06/08/002-prothese-sensible-amputation-jambe.shtml

    if you sniif you can find xml request (json) like this

    Code:
    http://api.radio-canada.ca/validationMedia/v1/Validation.html?connectionType=broadband&appCode=medianet&output=jsonp&multibitrate=true&deviceType=flashhd&idMedia=7299338&timeout=1501&callback=Player_srcAV_27468321.validationSuccess
    with in red id of the video. This xml request is for desktop devive >>> hds (f4m) encrypted
    so you can change this request for mobile device hls (m3u8)
    Code:
    http://api.radio-canada.ca/validationMedia/v1/Validation.html?appCode=medianet&idMedia=7299338&output=json&deviceType=ipad&connectionType=wifi&multibitrate=true
    if you open this url with your browser it get hls url like this

    Code:
    {"url":"https://cp125678-f.akamaihd.net/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1433887763~exp=1436479763~acl=/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_*~hmac=6c0575adbec216235ddd14a8b6fbbe81bcad57f3d830e82f099bfc6471a5e5aa","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}]}
    after you can use livestreamer or ffmpeg

    Code:
    livestreamer "hlsvariant://https://cp125678-f.akamaihd.net/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1433887763~exp=1436479763~acl=/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_*~hmac=6c0575adbec216235ddd14a8b6fbbe81bcad57f3d830e82f099bfc6471a5e5aa" best -o video.ts
    Code:
    [cli][info] Found matching plugin stream for URL hlsvariant://https://cp125678-f.akamaihd.net/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1433887763~exp=1436479763~acl=/i/diffusion/2015/06/medianet/exclusifwebvideo/0806-1489_*~hmac=6c0575adbec216235ddd14a8b6fbbe81bcad57f3d830e82f099bfc6471a5e5aa
    [cli][info] Available streams: 288p, 360p, 480p (best), 61k (worst)
    [cli][info] Opening stream: 480p (hls)
    [download][video.ts] Written 10.1 MB (22s @ 431.5 KB/s)                         [cli][info] Stream ended
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by NataliK View Post
    I try to download video from radio-canada site (http://ici.radio-canada.ca/regions/est-quebec/2015/06/02/011-roseq-ete-est-du-quebec.shtml). Sniffer got me the link for manifest.f4m (http://cp125678-f.akamaihd.net/z/diffusion/2015/06/medianet/cjbrt/2015-06-02_18_44_49_...S&hdcore=3.5.0)

    I tried ffmpeg, livestreamer and some other utilities to download whole video, but without success.
    rtmpdump
    Code:
    rtmpdump -r "rtmp://medias-flash.radio-canada.ca/ondemand/diffusion/2015/06/medianet/cjbrt/2015-06-02_18_44_49_tjestqc_0000_01_1200.mp4" -o "2015-06-02_18_44_49_tjestqc_0000_01_1200.flv"
    Last edited by ponens; 10th Jun 2015 at 00:15.
    Quote Quote  
  4. Thank you, guys!!!

    First - it likes you captured the advertisment... not the file I needed.
    I have success with second response from ponens, it's cool! Thanks!

    Dear ponens, could you tell me, how you find the direct link "rtmp://medias-flash.radio-canada.ca/ondemand/diffusion/2015/06/medianet/cjbrt/2015-06-02_18_44_49_tjestqc_0000_01_1200.mp4"? I don't see it in the output of my sniffer...
    Quote Quote  
  5. Dear biezom, you got me also right way, so I downloaded another video like that with your help )) Thank, thank you very much!

    And if one of you could explain me, how can I obtain the link with "rtmp://medias-flash.radio-canada.ca/..." (second answer, from ponens) from original link, I'll be really happy!
    Quote Quote  
  6. Originally Posted by NataliK View Post
    Dear biezom, you got me also right way, so I downloaded another video like that with your help )) Thank, thank you very much!

    And if one of you could explain me, how can I obtain the link with "rtmp://medias-flash.radio-canada.ca/..." (second answer, from ponens) from original link, I'll be really happy!


    Code:
    http://api.radio-canada.ca/validationMedia/v1/Validation.html?deviceType=web&connectionType=broadband&appCode=medianet&idMedia=7296632&output=xml&multibitrate=true
    with in red id of media
    Quote Quote  
  7. May I ask you what is sniff program that show id of wanted media in red color?
    Quote Quote  
  8. I used URLSnooper and Wireshark.
    Quote Quote  
  9. thank you very much
    Quote Quote  
  10. May I ask you what did you write in the filter of wire shark to show you the red Id of your wanted media? Did you write http or ftp or json?
    Quote Quote  
  11. Originally Posted by farafero21 View Post
    May I ask you what did you write in the filter of wire shark to show you the red Id of your wanted media? Did you write http or ftp or json?
    you can search in source code (Crtl+U on firefox)
    search for idMedia

    Click image for larger version

Name:	0radio-canada.png
Views:	833
Size:	38.8 KB
ID:	33196
    Quote Quote  
  12. and Then what will I do after got Id media?
    Quote Quote  
  13. Originally Posted by farafero21 View Post
    and Then what will I do after got Id media?
    read the thread
    https://forum.videohelp.com/threads/372308-Download-f4m-with-encrypted-content?p=239551...=1#post2395518
    Quote Quote  
  14. how can I decode the following url
    "http://competition.mbc.net/shahidplayer/shareplayer.swfid=112478&type=player&title=%D8%A8% D9%8A%D9%86%20%D8%A7%D9%84%D8%B3%D8%B1%D8%A7%D9%8A %D8%A7%D8%AA%20%D8%A7%D9%84%D9%85%D9%88%D8%B3%D9%8 5%201%20%D8%A7%D9%84%D8%AD%D9%84%D9%82%D8%A9%2030& pricingPlanId=0"?
    Quote Quote  
  15. I'm completely stuck on getting http://www.channel4.com/programmes/bestival/on-demand/62011-001

    I've got a http://ak.abrstream.channel4.com/CH4_08_02_24_62011001001002_001_16x9_1500000_.f4m manifest link...

    ...however I've tried every combination of refers & players that I can find in rtmp & am getting nowhere.

    Any help would be appreciated.
    Last edited by appletree; 10th Oct 2015 at 17:28.
    Quote Quote  
  16. ...
    Last edited by sysanin; 13th Nov 2015 at 19:03.
    Quote Quote  
  17. Member
    Join Date
    Aug 2013
    Location
    New York
    Search Comp PM
    http://www.channel4.com/programmes/annies-bar/on-demand/21728-002
    help with ch4 please
    i got the f4m
    ..something like this..CH4_08_02_24_21728001001002_002_4x3_1500000_ .f4m?q=ffe094c9030cbd6
    which is of no help..
    and i tried using a browser agent switcher..switched to ipad...but still got a f4m link...
    PM or reply or let me know in anyway...
    thanks guys
    Last edited by klatwork; 5th Dec 2015 at 01:15.
    Quote Quote  
  18. Last edited by FernandaLobo; 11th Jul 2016 at 19:12.
    Quote Quote  
  19. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by FernandaLobo View Post
    Hi, for days im trying to download videos from a course that i bought.
    First of all, apologies to the non-speakers of Portuguese...

    <PORTUGUESE>
    Pelo pouco que conheci dêsses vídeo-cursos via Internet, a maioria dêles, senão a totalidade, não vale o preço que cobram —
    aliás valem muito pouco, e mesmo se os oferecessem de graça, eu não os aceitaria. Sei que êste não é o tipo de resposta que você esperava, mas enfim, é a verdade que conheço sôbre o assunto.
    Espero ter ajudado.
    </PORTUGUESE>
    Quote Quote  
  20. Originally Posted by FernandaLobo View Post
    Hi, for days im trying to download videos from a course that i bought. I do not know exactly where the video url in the source code . I already tried livestreamer and ffmpeg. If anyone can help me , the part of the source code:

    Media ID = <br/>
    Path = video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-720p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-480p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-240p,.mp4.csmil
    -->

    <script type="text/javascript">
    $(document).ready(function () {
    document.getElementById('player').scrollIntoView() ;
    });

    var media = "";
    var urlHTML5 = "https://cers1hls-vh.akamaihd.net/i/video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466304995~acl=/*~id=pnxkUC9WOltJxAb0Pip2IsvD.sp-tucson-prod-10~hmac=8601c268f7f39f06afbabfdfbd541d42ca397ba0f7 069b318644e184a0e55cb1";
    var urlFlash = "http://cers1hds-vh.akamaihd.net/z/video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-720p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-480p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-240p,.mp4.csmil/manifest.f4m?hdnea=exp=1466304995~acl=/*~id=pnxkUC9WOltJxAb0Pip2IsvD.sp-tucson-prod-10~hmac=8601c268f7f39f06afbabfdfbd541d42ca397ba0f7 069b318644e184a0e55cb1";
    var divId = "player";

    Hello, Fernanda.

    Any progress?

    I'm facing the same issue here.

    I've tried to download with ffmpeg and livestreamer... 403 forbidden message.

    The curious thing about it: I know someone with an old account that can download any videos from the site just pasting the .mp4 code in ffmpeg... Is your account a new one?

    Thank you.
    Quote Quote  
  21. Anonymous84347344
    Guest
    Originally Posted by hectorbonilia View Post

    I've tried to download with ffmpeg and livestreamer... 403 forbidden message.
    It still works properly. Authentication parameters are only valid for a short time.

    Code:
    livestreamer "hlsvariant://https://cers1hls-vh.akamaihd.net/i/video/AAAAAA/100349/,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-720p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-480p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466922454~acl=/*~id=kPj4Z4rofY32ZOy+6qeoLoaa.sp-tucson-prod-10~hmac=876e82b62bd70135efb205b83b54102cb5a59df700bf82fb4ab9443da0fde2b5" best -o CursoIntensivo.ts
    [cli][info] Found matching plugin stream for URL hlsvariant://https://cers1hls-vh.akamaihd.net/i/video/AAAAAA/100349/,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-720p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-480p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466922454~acl=/*~id=kPj4Z4rofY32ZOy+6qeoLoaa.sp-tucson-prod-10~hmac=876e82b62bd70135efb205b83b54102cb5a59df700bf82fb4ab9443da0fde2b5
    [cli][info] Available streams: 240p (worst), 480p, 720p (best)
    [cli][info] Opening stream: 720p (hls)
    [download][CursoIntensivo.ts] Written 2.9 MB (6s @ 455.3 KB/s)
    Code:
    Video: MPEG4 Video (H264) 1280x720 29.97fps [V: h264 main L3.1, yuv420p, 1280x720]
    Audio: AAC 48000Hz stereo 96kbps [A: aac lc, 48000 Hz, stereo, 96 kb/s]
    Quote Quote  
  22. Originally Posted by nullacht View Post
    Originally Posted by hectorbonilia View Post

    I've tried to download with ffmpeg and livestreamer... 403 forbidden message.
    It still works properly. Authentication parameters are only valid for a short time.

    Code:
    livestreamer "hlsvariant://https://cers1hls-vh.akamaihd.net/i/video/AAAAAA/100349/,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-720p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-480p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466922454~acl=/*~id=kPj4Z4rofY32ZOy+6qeoLoaa.sp-tucson-prod-10~hmac=876e82b62bd70135efb205b83b54102cb5a59df700bf82fb4ab9443da0fde2b5" best -o CursoIntensivo.ts
    [cli][info] Found matching plugin stream for URL hlsvariant://https://cers1hls-vh.akamaihd.net/i/video/AAAAAA/100349/,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-720p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-480p,REC_3689_122215_LEG_PEN_ESP_AULA_01_PT_I_OK-v2-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466922454~acl=/*~id=kPj4Z4rofY32ZOy+6qeoLoaa.sp-tucson-prod-10~hmac=876e82b62bd70135efb205b83b54102cb5a59df700bf82fb4ab9443da0fde2b5
    [cli][info] Available streams: 240p (worst), 480p, 720p (best)
    [cli][info] Opening stream: 720p (hls)
    [download][CursoIntensivo.ts] Written 2.9 MB (6s @ 455.3 KB/s)
    Code:
    Video: MPEG4 Video (H264) 1280x720 29.97fps [V: h264 main L3.1, yuv420p, 1280x720]
    Audio: AAC 48000Hz stereo 96kbps [A: aac lc, 48000 Hz, stereo, 96 kb/s]

    Hello!

    Thank you! I'll check this out as soon as I can (I need my friend's account to try it).

    PS. where did you get this link (if you don't mind...)? Is there any way to access these videos without logging in the website?

    https://cers1hls-vh.akamaihd.net/i/video/AAAAAA/100349/,REC_3689_122215_LEG_PEN_ESP_AU...b9443da0fde2b5
    Quote Quote  
  23. Thanks, nullacht! I did it!

    But there is a problem: I've downloaded a full video today, perfect! But the second one failed (I've received just a 7.5 mb segment).

    I'm trying to download another video right now (9.9 mb and downloading...).
    Quote Quote  
  24. Last edited by FernandaLobo; 11th Jul 2016 at 19:11.
    Quote Quote  
  25. Anonymous84347344
    Guest
    Originally Posted by FernandaLobo View Post

    Is there any solution?
    There is a space between hlsvariant:// and https:// in your command line. Remove it and the error message should be gone.
    Quote Quote  
  26. Last edited by FernandaLobo; 11th Jul 2016 at 19:10.
    Quote Quote  
  27. Re-hello!

    I have new problem with site mentioned in original message ot the thread. The way that you said me worked long time, but now stopped to work. I try get video from this link: http://ici.radio-canada.ca/audio-video/media-7591468/daniel-lavoie-rend-hommage-a-ses-...o-manitobaines

    Sniffer give me the next line: http://api.radio-canada.ca/validationMedia/v1/Validation.html?appCode=medianet&idMedia...ue&output=json

    I change here deviceType (to ipad) and connectionType (to wifi).

    After that I use livestreamer like that:

    livestreamer "hlsvariant://https://cp125678-f.akamaihd.net/i/diffusion/2016/09/medianet/cbwft/2016-09-08_17_42_07_tjman_0000_01_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1473539561~exp=1473539681~acl =/i/diffusion/2016/09/medianet/cbwft/2016-09-08_17_42_07_tjman_0000_01_*~hmac=097b0ae5cf79ab017 fd5a4bd470535e936cb29032a68fd70e73f036fd7fd57f4" best -o "d:\temp\video.ts"

    but I receive the error:
    [cli][info] Found matching plugin stream for URL hlsvariant://https://cp125678-f.akamaihd.net/i/diffusion/2016/09/medianet/cbwft/2016-09-08_17_42_07_tjman_0000_01_,500,800,1200,.mp4.csmil/master.m3u8?hdnea=st=1473539561~exp=1473539681~acl =/i/diffusion/2016/09/medianet/cbwft/2016-09-08_17_42_07_tjman_0000_01_*~hmac=097b0ae5cf79ab017 fd5a4bd470535e936cb29032a68fd70e73f036fd7fd57f4
    error: Unable to open URL: https://cp125678-f.akamaihd.net/i/diffusion/2016/09/medianet/cbwft/2016-09-08_17_42_07...3f036fd7fd57f4 (403 Client Error: Forbidden)

    Please, help me again, guys! Many thanks in advance!
    Last edited by NataliK; 10th Sep 2016 at 16:03. Reason: not ended enough сourteously for readers :)
    Quote Quote  
  28. I'm not sure if it works in windows, but the program youtube-dlg will download your video if you copy and paste the original link into the program and hit the download button. I can confirm that it works on lubuntu linux. Good luck!!
    Quote Quote  
  29. ezcapper, you saved my life! thank you!

    Yes, it works in windows also.
    Quote Quote  
  30. Hey guys.

    What about <?xml version="1.0" encoding="UTF-8"?>
    <manifest xmlns="http://ns.adobe.com/f4m/1.0" xmlns:akamai="uri:akamai.com/f4m/1.0">
    <akamai:version>2.0</akamai:version>
    <akamai:bw>5000</akamai:bw>
    <id>bethchur2_1</id>
    <streamType>live</streamType>
    <akamaitreamType>live</akamaitreamType>
    <rollingEndOffset>10752</rollingEndOffset>
    <bootstrapInfo profile="named" id="bootstrap_950" url="950_7bc435536364d84b-p.bootstrap"/>
    <media bitrate="996" url="950_7bc435536364d84b-p_" bootstrapInfoId="bootstrap_950">
    <metadata>AgAKb25NZXRhRGF0YQMAC2Rlc2NyaXB0aW9uAgAA AAV3aWR0aABAhAAAAAAAAAAGaGVpZ2h0AEB2gAAAAAAAAAlmcm FtZXJhdGUAQD34UeuFHrgADHZpZGVvY29kZWNpZAIABGF2YzEA DGF1ZGlvY29kZWNpZAIAA2FhYwAMY3JlYXRpb25kYXRlAgAAAA ZhYWNhb3QAQAAAAAAAAAAADWF1ZGlvY2hhbm5lbHMAQAAAAAAA AAAADWF1ZGlvZGF0YXJhdGUAQGQAAAAAAAAAC2F1ZGlvZGV2aW NlAgAAABBhdWRpb2lucHV0dm9sdW1lAAAAAAAAAAAAAAlhdWRp b29ubHkBAAAPYXVkaW9zYW1wbGVyYXRlAEDncAAAAAAAAA9hdW Rpb3NhbXBsZXNpemUAQDAAAAAAAAAABmF1dGhvcgIAAAAIYXZj bGV2ZWwAQD8AAAAAAAAACmF2Y3Byb2ZpbGUAQFNAAAAAAAAACW NvcHlyaWdodAIAAAAIa2V5d29yZHMCAAAACnByZXNldG5hbWUC ABFTdHJlYW1BcmNoaXZlT2N0OQAGcmF0aW5nAgAAAApzb3VyY2 V0eXBlAgAQS3VsYUJ5dGUgNC41LjIyMQARc3JjX2F1ZGlvZGF0 YXJhdGUAQFAAAAAAAAAAEXNyY192aWRlb2RhdGFyYXRlAECBAA AAAAAAAAlzdGFydERhdGUCAAoxMy0xMS0yMDE2AAlzdGFydFRp bWUCAAsxODoyMjowODowMAAGc3RlcmVvAQEABXRpdGxlAgAAAA 12aWRlb2RhdGFyYXRlAECKIAAAAAAAAAt2aWRlb2RldmljZQIA AAAXdmlkZW9rZXlmcmFtZV9mcmVxdWVuY3kAAAAAAAAAAAAACX ZpZGVvb25seQEAAAAJ</metadata>
    </media>
    </manifest>

    from http://bethchurus2-lh.akamaihd.net/z/bethchur2_1@199414/manifest.f4m?b=650-1300&g=RSVM...M&hdcore=3.5.0 ?

    Switching the user agent used to cough up the live streaming link, but, it doesn't seem to do so now.

    I think Akamai merely obfuscated the structure of their hyperlink, so as to confuse people.

    I'm a valid tester of said website.

    Just curious as to whether you guys can crack this one.


    Thanks!
    Quote Quote  



Similar Threads

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