VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 13 of 13
  1. Hi,
    I thought I had recorded all the programmes from the tour de france 2023 but apparently I lost them. I've found you can see them on auvio but these are only limited available in time (I am belgian resident and I have a password, no vpn needed for me) so I was trying to download them with captvty, 4k video downloader and videownloader but non of these worked, it are the videos located on this site :
    https://auvio.rtbf.be/emission/tour-de-france-2022-6045
    Can anyone support me how to download these?
    thanks!
    Quote Quote  
  2. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    N_m3u8DL-RE.exe -M format=mp4 https://c9851ec-az-westeurope-fsly.cdn.redbee.live/rtbf/auvio/assets/3109834_6BA97Bb/materials/mueO4SDXFn_6BA97Bb/vod-idx.ism/.mpd
    Quote Quote  
  3. Originally Posted by iamghost View Post
    Code:
    N_m3u8DL-RE.exe -M format=mp4 https://c9851ec-az-westeurope-fsly.cdn.redbee.live/rtbf/auvio/assets/3109834_6BA97Bb/materials/mueO4SDXFn_6BA97Bb/vod-idx.ism/.mpd
    Hi iamghost,

    I'm new on this forum.
    I use Stream Detector Plus on Chrome Extension to get the MPD and your commande with N_m3u8DL-RE.
    It works, thank you!

    I don't find a link on this forum that explain how to get the MPD without the extension.
    Could you help me? I want to understand the whole process.

    Edit: too enthusiastic. I have a file but the video is not watchable and there is no sound.

    Image
    [Attachment 76285 - Click to enlarge]

    Log in attachment

    Thanks,

    Uncle Chu
    Image Attached Files
    Last edited by Unclechu; 18th Jan 2024 at 15:43. Reason: too fast
    Quote Quote  
  4. Originally Posted by Unclechu View Post
    Edit: too enthusiastic. I have a file but the video is not watchable and there is no sound.

    Image
    [Attachment 76285 - Click to enlarge]

    Log in attachment

    Thanks,

    Uncle Chu
    iamghost's command works for downloading an unprotected 10-minute video called "Tour de France Femmes 2024". What you're trying to download is something different: a 01h41m53 (or 101-minute) DRM protected video. Unfortunately I don't see any video in that page with that duration, so you either provided the wrong link or need to be more specific about which video you need (like providing its title).
    Last edited by white_snake; 18th Jan 2024 at 16:31.
    Quote Quote  
  5. Originally Posted by white_snake View Post
    Originally Posted by Unclechu View Post
    Edit: too enthusiastic. I have a file but the video is not watchable and there is no sound.

    Image
    [Attachment 76285 - Click to enlarge]

    Log in attachment

    Thanks,

    Uncle Chu
    iamghost's command works for downloading an unprotected 10-minute video called "Tour de France Femmes 2024". What you're trying to download is something different: a 01h41m53 (or 121-minute) DRM protected video. Unfortunately I don't see any video in that page with that duration, so you either provided the wrong link or need to be more specific about which video you need (like providing its title).
    Hi,

    Yes, the command works well.
    Link is https://auvio.rtbf.be/media/les-elucubrations-d-un-homme-soudain-frappe-par-la-grace-l...-grace-3130852

    MPD in attachment

    Thanks for your help
    Image Attached Files
    Quote Quote  
  6. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by Unclechu View Post

    Hi,

    Yes, the command works well.
    Link is https://auvio.rtbf.be/media/les-elucubrations-d-un-homme-soudain-frappe-par-la-grace-l...-grace-3130852

    MPD in attachment

    Thanks for your help
    Code:
     N_m3u8DL-RE -M format=mkv --key c21f2639852c4bb8869782103b0f3c3b:5101f8c22ee290f266b7fa43b3ef1a34 "https://c9851ec-az-westeurope-fsly.cdn.redbee.live/rtbf/auvio/assets/3130852_6BA97Bb/materials/g2a0XdvPzI_6BA97Bb/vod-idx.ism/.mpd" --save-name video
    Quote Quote  
  7. Originally Posted by iamghost View Post
    Originally Posted by Unclechu View Post

    Hi,

    Yes, the command works well.
    Link is https://auvio.rtbf.be/media/les-elucubrations-d-un-homme-soudain-frappe-par-la-grace-l...-grace-3130852

    MPD in attachment

    Thanks for your help
    Code:
     N_m3u8DL-RE -M format=mkv --key c21f2639852c4bb8869782103b0f3c3b:5101f8c22ee290f266b7fa43b3ef1a34 "https://c9851ec-az-westeurope-fsly.cdn.redbee.live/rtbf/auvio/assets/3130852_6BA97Bb/materials/g2a0XdvPzI_6BA97Bb/vod-idx.ism/.mpd" --save-name video
    Thanks *1000
    But I don't find how to find the key. Wich tool can I use?
    I found the first part -> default_KID but not the second part
    Last edited by Unclechu; 19th Jan 2024 at 09:04.
    Quote Quote  
  8. you just need PSSH and Licence Url to get the key for Auvio.

    Go to https://keysdb.net/ and fill the information.

    Image
    [Attachment 76294 - Click to enlarge]
    Quote Quote  
  9. Originally Posted by Unclechu View Post
    Thanks *1000
    But I don't find how to find the key. Wich tool can I use?
    I found the first part -> default_KID but not the second part
    That's not straightforward, you can learn about it here: https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    To make things easier you can use a site like https://cdrm-project.com/ to get your keys, but you'd still need to learn the basics from that thread.
    Quote Quote  
  10. Originally Posted by cedric8528 View Post
    you just need PSSH and Licence Url to get the key for Auvio.

    Go to https://keysdb.net/ and fill the information.

    Image
    [Attachment 76294 - Click to enlarge]
    Thanks for the link!
    Quote Quote  
  11. Originally Posted by white_snake View Post
    Originally Posted by Unclechu View Post
    Thanks *1000
    But I don't find how to find the key. Wich tool can I use?
    I found the first part -> default_KID but not the second part
    That's not straightforward, you can learn about it here: https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    To make things easier you can use a site like https://cdrm-project.com/ to get your keys, but you'd still need to learn the basics from that thread.
    Thanks for the links!
    Quote Quote  



Similar Threads

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