VideoHelp Forum
+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 30 of 73
Thread
  1. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Is there a (new) way to download from NPOstart, like this video:

    https://www.npostart.nl/ik-vertrek/18-11-2021/AT_2159262
    Quote Quote  
  2. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    From your link, i get mpd url

    Code:
    https://nl-ams-p26-am3.cdn.streamgate.nl/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2Mzc5Mjg0OTEsInVyaSI6Ilwvdm9kXC9ucG9cL3VzcFwvVEVTVFwvbnBvXC9kYXNoX2NlbmNcL0FUXzIxNTkyNjJcL0FUXzIxNTkyNjJfdjE2MzcyNjc0ODIuaXNtIiwiY2xpZW50X2lwIjoiNDIuMTE5LjIzOS4xOCIsInZpZXdlciI6ImM1ZTQxMTY5ZjU3MjA2YTI1ODA4ZjkwODZmNzk1YTQzOWIxMzNhZWYiLCJyaWQiOiIyZjE1NjMzIn0.GeMivy4VoA15P_I4Um9mhRV2Q-gzCPv3alCBG79Q0Ng/vod/npo/usp/TEST/npo/dash_cenc/AT_2159262/AT_2159262_v1637267482.ism/stream.mpd
    And key
    Code:
    f57b4f09bd1aaaf77c2181a28addca3f:f157c3f95c26c328834ffb73c694bc8b
    Last edited by therain; 25th Nov 2021 at 17:33. Reason: Add more
    Quote Quote  
  3. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Thanks, and what is than the code for youtube-dl?
    Quote Quote  
  4. use yt-dlp then paste string from post#2 ...
    Quote Quote  
  5. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Thanks LZAA for uploading the file, but I like to know how to do it myself for the future.
    Quote Quote  
  6. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    @ Iomero
    Don't get it, can you pls give me the complete code?

    ERROR: [generic] Unable to download webpage: HTTP Error 403: Forbidden (caused by <HTTPError 403: 'Forbidden'>)
    Quote Quote  
  7. link from post#2 is expired. use this:

    Code:
    yt-dlp --allow-u https://nl-ams-p26-am3.cdn.streamgate.nl/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2Mzc5NDA3NzYsInVyaSI6Ilwvdm9kXC9ucG9cL3VzcFwvVEVTVFwvbnBvXC9kYXNoX2NlbmNcL0FUXzIxNTkyNjJcL0FUXzIxNTkyNjJfdjE2MzcyNjc0ODIuaXNtIiwiY2xpZW50X2lwIjoiMTUxLjM2LjE0NC4yMjYiLCJ2aWV3ZXIiOiJiMDhkZjQzMDMzM2I5MDFlZmJkYTFjZWE1MDBlMzA1MzY2M2NhOWRlIiwicmlkIjoiNzMwZDc3MCJ9.TDi4ovLbPeoeYkbQh0toOba_cFTGL_jGKI8ysMKinhg/vod/npo/usp/TEST/npo/dash_cenc/AT_2159262/AT_2159262_v1637267482.ism/stream.mpd
    Image
    [Attachment 62008 - Click to enlarge]
    Quote Quote  
  8. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    I get 2 nice files, but they do not play....
    Media data says: Encrypted
    Last edited by sven32; 25th Nov 2021 at 11:29.
    Quote Quote  
  9. yea, is encrypted.
    you have video mp4 and audio m4a
    need to decrypt with key on post#2
    then merge with ffmpeg
    Quote Quote  
  10. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Merci lomero, but how/where to use the key?
    I tried several things like:
    Code:
    $ ffmpeg -decryption_key f57b4f09bd1aaaf77c2181a28addca3f:f157c3f95c26c328834ffb73c694bc8b -i A.mp4 -vcodec libx264 output.mp4
    or
    Code:
    $ ffmpeg -decryption_key f157c3f95c26c328834ffb73c694bc8b -i A.mp4 -codec copy decrypted_media.mp4
    But no success.
    Last edited by sven32; 25th Nov 2021 at 14:39.
    Quote Quote  
  11. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    try with "mp4decrypt", see post here
    Quote Quote  
  12. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    How can I get mp4decrypt on my Linux pc?
    Quote Quote  
  13. Originally Posted by sven32 View Post
    How can I get mp4decrypt on my Linux pc?
    Try using google every now and then. It's not difficult.

    https://www.bento4.com/downloads/
    Quote Quote  
  14. Originally Posted by therain View Post
    And key
    with which browser and its version did you get the key ?
    Quote Quote  
  15. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Thanks, I prefer to use your expert knowledge instead off googling; difficult to choose from 100.000 hits!
    Quote Quote  
  16. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Originally Posted by mister_ nex View Post
    Originally Posted by therain View Post
    And key
    with which browser and its version did you get the key ?
    and is it possible with firefox?
    Quote Quote  
  17. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by mister_ nex View Post
    Originally Posted by therain View Post
    And key
    with which browser and its version did you get the key ?
    i use "Brave - Version 1.32.113 Chromium: 96.0.4664.45 (Official Build) (64-bit)"
    Quote Quote  
  18. Originally Posted by sven32 View Post
    and is it possible with firefox?
    yes. but better waterfox
    Quote Quote  
  19. Thanks "therain"
    tried with "Brave"-everything works
    Quote Quote  
  20. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    I could install Brave - Version 1.32.113 Chromium: 96.0.4664.45 (Official Build) (64-bit) on my pc....and get the .mpd.
    But where do I see the key(s)?
    Quote Quote  
  21. Originally Posted by sven32 View Post
    But where do I see the key(s)?
    Use chrome extention "widevine-l3-guesser" or "widevine-l3-guesser-modified"
    https://forum.videohelp.com/threads/401717-How-are-you-going-to-respond-to-widevine-l3...e4#post2635987

    some links from forum search https://www.videohelp.com/search?siteurl=forum.videohelp.com&q=widevine+guesser
    Quote Quote  
  22. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    With all the help I managed to get the video decrypted and merged. With key from therain post 2, Thanks!
    But no success finding the keys myself even after reading many, many posts...
    Quote Quote  
  23. Originally Posted by sven32 View Post
    no success finding the keys myself even after reading many, many posts...
    I will try to explain

    1.install extention in browser in Developer Mode
    https://github.com/Satsuoni/widevine-l3-guesser
    https://forum.videohelp.com/threads/401859-How-to-download-mpd-stream-(DRM-protected)/...e2#post2631843

    2.replace content of the folder 4.10.2391.0 ( C:\Users\your_nick\AppData\Local\BraveSoftware\Bra ve-Browser\User Data\WidevineCdm\4.10.2391.0 ) to content of the folder with old WidevineCdm https://siasky.net/AABtq2e-vvlQb50YdiSorjqKrVzzZGrQ3t2HLE-s6DepJw

    How to reрlace https://siasky.net/AADbxP2Fj8A6vu4UW-m0WwPfxiM9Jy6W24fgitb7anqjlQ

    3. Browse to any website that plays Widevine-protected content, such as https://bitmovin.com/demos/drm . First, extension will try to brute-force input encoding for the code-lifted part. Then, assuming it succeeds, keys will be logged in plaintext to the javascript console (F12>>Console)

    Image
    [Attachment 62036 - Click to enlarge]
    Last edited by mister_ nex; 27th Nov 2021 at 17:56.
    Quote Quote  
  24. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Thank you so much, going to try later today!
    Quote Quote  
  25. Member
    Join Date
    Oct 2020
    Location
    Europe
    Search Comp PM
    Step 2,
    I am on Linux, so files have different names.
    What file to use and replace with what?

    Image
    [Attachment 62062 - Click to enlarge]
    Quote Quote  
  26. Step 3: With Linux OS add-on does not work.
    Quote Quote  
  27. is there a way to use wvguesser on mac os ?
    dll files and path for chrome?
    Quote Quote  
  28. Originally Posted by hasmevask View Post
    is there a way to use wvguesser on mac os ?
    dll files and path for chrome?
    No
    Quote Quote  



Similar Threads

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