VideoHelp Forum
+ Reply to Thread
Page 2 of 4
FirstFirst 1 2 3 4 LastLast
Results 31 to 60 of 115
Thread
  1. Originally Posted by cedric8528 View Post
    What browser do you use ?
    brave (chrome engine) on Ubuntu.
    Quote Quote  
  2. thank you Ecolek

    I am going to test.
    Quote Quote  
  3. Originally Posted by ecolek View Post
    Any hint, please?
    Subs seem to be here
    Image
    [Attachment 66152 - Click to enlarge]
    Quote Quote  
  4. With setting similar filter I am getting all these stream items that you get. Any extra setting needed in Inspect tool?
    Image Attached Thumbnails Click image for larger version

Name:	dupin_screenshot.jpg
Views:	114
Size:	63.1 KB
ID:	66155  

    Quote Quote  
  5. Originally Posted by ecolek View Post
    With setting similar filter I am getting all these stream items that you get. Any extra setting needed in Inspect tool?
    No extra setting. I wouldn't know why you aren't getting what I get. Tried refreshing? Are you using Chrome? Maybe try new account?
    This is the full url for the subtitles
    https://www.rtbf.be/embed/m/api/track?mediaId=2921940&version=frasdh
    So, try accessing it manually?
    And it looks generic except for Id=xxx which matches the exact numbers as the video URL so you can adjust it for your other videos.
    Quote Quote  
  6. 'frasdh' turned out to be a good keyword, restart of the movie gave me VTT output.
    Thanks Vegeta for a good hint!
    Quote Quote  
  7. Hello,

    I'm trying to download this video (https://www.rtbf.be/auvio/detail_les-combattantes?id=2938170) with TVDownlloader but I got the same error message as ecolek on 22th July.
    I'm only able to downoad the subtitles. Anyone can solve this issue please?

    Thanks!
    Flo
    Quote Quote  
  8. Originally Posted by Tiflo 62 View Post
    Hello,

    I'm trying to download this video (https://www.rtbf.be/auvio/detail_les-combattantes?id=2938170) with TVDownlloader but I got the same error message as ecolek on 22th July.
    I'm only able to downoad the subtitles. Anyone can solve this issue please?

    Thanks!
    Flo
    Here's your episode
    https://we.tl/t-xihnCXQMvQ
    Quote Quote  
  9. Wow, thanks !
    How do you proceed please? I will apply your method on episode #2
    Quote Quote  
  10. EP2 https://www.rtbf.be/auvio/detail_les-combattantes?id=2938179
    download
    Code:
    yt-dlp --allow-u "https://c9851ec-az-westeurope.fsly.cdn.ebsd.ericsson.net/rtbf/auvio/assets/2938179_6BA97Bb/materials/Ku0K3NxUTx_6BA97Bb/vod-idx-2.ism/.mpd?"
    key
    Code:
    22f0fda04ebb42e0b415ed64944a8655:015ca014b010d5ae3d808aa7791182d7
    Quote Quote  
  11. Thank you for your help lomero!

    Video and audio downloaded Now I'm reading tutos about how to find this part of the key

    Originally Posted by lomero View Post
    key
    Code:
    015ca014b010d5ae3d808aa7791182d7
    and how to decrypt the files. I used this cmd but it failed. Still learning
    Code:
    mp4decrypt --key 22f0fda04ebb42e0b415ed64944a8655:015ca014b010d5ae3d808aa7791182d7 input.mp4 decrypted.mp4
    Code:
    ERROR: cannot open input file (input.mp4) -4
    Quote Quote  
  12. Originally Posted by Tiflo 62 View Post
    Code:
    ERROR: cannot open input file (input.mp4) -4
    you need to change input.mp4 to your actual downloaded filename and extension
    Quote Quote  
  13. I tested with the original filename ".mpd [.mpd].fvideo=5200000.mp4" and even rename it to "inpunt.mp4 and same result.
    Quote Quote  
  14. rename your downloaded file as input.mp4

    your issue is wrong filename inpunt and mp4decrypt don't find your file ...
    Quote Quote  
  15. I tested with the original filename ".mpd [.mpd].fvideo=5200000.mp4" and even rename it to "inpunt.mp4 and same result.
    rename your downloaded file as input.mp4
    Already done and it failed.
    I even try with the file posted by avq here: https://forum.videohelp.com/threads/400424-Downloading-DRM-protected-video-and-decrypt...th-a-known-key
    Quote Quote  
  16. but you have mp4decrypt.exe AND your video.mp4 on same folder yes?
    and you run the command from the folder where you have mp4decrypt.exe AND your video.mp4 yes?

    if all if it's all yes, and you're sure of what you've done, then you just have to use shaka packager
    Quote Quote  
  17. or also: go here http://www.dvdvideomedia.com/download.html
    download Free Video Cutter Joiner (it's free)

    open your video and trim a small part (1-2 minute of your video). upload to some server and share link. we need to test mp4decrypt command ...
    Quote Quote  
  18. Originally Posted by Tiflo 62 View Post
    I tested with the original filename ".mpd [.mpd].fvideo=5200000.mp4" and even rename it to "inpunt.mp4 and same result.
    rename your downloaded file as input.mp4
    Already done and it failed.
    I even try with the file posted by avq here: https://forum.videohelp.com/threads/400424-Downloading-DRM-protected-video-and-decrypt...th-a-known-key
    You must put the input.mp4 file in the same folder of the mp4decryt file, then it can see the file, check the location of the file, then check the file name, if not sure type the command in notepad then copy paste to commandline to run
    Quote Quote  
  19. Thank you for your help, it works!
    The cmd was launched in a subfolder and not where mp4decrypt is...

    Now I'll try to get the keys with getwvkeys and I could do it all on my own for the next episodes
    Last edited by Tiflo 62; 21st Sep 2022 at 10:29.
    Quote Quote  
  20. Originally Posted by Tiflo 62 View Post
    Thank you for your help.
    Video to decrypt (input.mp4) and mp4decrypt.exe are in the same folder.
    Image
    [Attachment 66911 - Click to enlarge]

    It still fails so i'll test with ffmpeg.
    Ah you forgot the -- before the key argument

    mp4decrypt.exe --key keyid:key input.mp4 decrypted.mp4

    try again
    Quote Quote  
  21. wrong command ... --key
    you have used key only

    look your right post#41 for mp4decrypt ...
    Quote Quote  
  22. Typing error in this example I edited my post few seconds after seeing my error and correct it but you're quick
    My first mistake is to have launched the cmd into Bonto folder instead of the bin one.
    I'm waiting for my verification on getwvkeys now. All is OK, thanks for your help!
    Quote Quote  
  23. Originally Posted by Tiflo 62 View Post
    Typing error in this example I edited my post few seconds after seeing my error and correct it but you're quick
    My first mistake is to have launched the cmd into Bonto folder instead of the bin one.
    I'm waiting for my verification on getwvkeys now. All is OK, thanks for your help!
    No problems, but I think you should ask for help here than playing their weird logic game on the discord server.
    Quote Quote  
  24. Originally Posted by gadumuc View Post
    but I think you should ask for help here than playing their weird logic game on the discord server.
    If you didn't succeed to get in, there's no need to discourage others to try.
    Quote Quote  
  25. Originally Posted by [ss]vegeta View Post
    Originally Posted by gadumuc View Post
    but I think you should ask for help here than playing their weird logic game on the discord server.
    If you didn't succeed to get in, there's no need to discourage others to try.
    Generally the help from folks here are very quick and details, and you also a very helpful guy Vegeta, helping lots of folks, I read through a lot here and got what I want so no hard feeling toward the folks over discord, just that screening a little bit off, just say it like it is. But that won't discourage anyone, just a few clicks away to get in.

    I got your point though, peace out.
    Quote Quote  
  26. Originally Posted by gadumuc View Post
    I got your point though, peace out.
    I get your point too. Thanks for the kind words.
    Quote Quote  
  27. I'm working on widevine request with python.
    I have the PSSH, the license Url but I have trouble with Headers. I copied everything from accept: */* to the bottom (using quotes when necessary) but I got an error (Method GET not allowed...). What are your settings please?
    Quote Quote  
  28. Originally Posted by Tiflo 62 View Post
    I'm working on widevine request with python.
    I have the PSSH, the license Url but I have trouble with Headers. I copied everything from accept: */* to the bottom (using quotes when necessary) but I got an error (Method GET not allowed...). What are your settings please?
    License request is method POST not method GET
    Quote Quote  
  29. I know but that's the error I got
    The license url used is: https://rbm-rtbf.live.ott.irdeto.com/licenseServer/widevine/v1/rbm-rtbf/license
    Quote Quote  
  30. Did you write the python code yourself?
    Would be easier for people to help if you paste it fully or at least the relevant part
    Quote Quote  



Similar Threads

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