VideoHelp Forum




+ Reply to Thread
Page 4 of 11
FirstFirst ... 2 3 4 5 6 ... LastLast
Results 91 to 120 of 321
  1. @vegeta

    Hey bro! Could you please tell us how to get a 'working CDM'?
    Quote Quote  
  2. Originally Posted by celsoricardoweb View Post
    Turns out it needs cookies or some settings in the headers of request to download the file
    Quote Quote  
  3. the link expired 80mins ago
    Friday, March 11, 2022 4:21:54 AM UTC+0
    but it should work with yt-dlp
    ie.
    Code:
    yt-dlp --allow-u "mpd_url"
    Quote Quote  
  4. Originally Posted by lakis112 View Post
    i also need some help if you can,i am trying to download from a provider in my country that also uses drm protection,through the directions i read from here i got the pssh and licence from .mpd and then i used http://getwvkeys.cc/ and got 5 keys,when i try decrypt with mp4decrypter i have a new video but it doesnt seem to be correct,i need some help on if i am gothering the correct information please.
    I have the same problem. Can someone help me?
    Quote Quote  
  5. After using the keys, the video remains encrypted. Can someone help me?
    Quote Quote  
  6. What command should I use to manually select the audio (PT)?

    Image
    [Attachment 63824 - Click to enlarge]
    Quote Quote  
  7. Originally Posted by celsoricardoweb View Post
    What command should I use to manually select the audio (PT)?

    Image
    [Attachment 63824 - Click to enlarge]
    Copy that AUDIO ID and also VIDEO ID:
    Image
    [Attachment 63834 - Click to enlarge]


    e.g.
    VIDEO_ID: 123123
    AUDIO_ID: 444444

    yt-dlp -f VIDEO_ID+AUDIO_ID mpdurl............
    Quote Quote  
  8. Originally Posted by celsoricardoweb View Post
    What command should I use to manually select the audio (PT)?

    Image
    [Attachment 63824 - Click to enlarge]
    yt-dlp -f audio=d0f9...06d3 --allow-unplayable-formats yourMPDlink

    Enter your PT audio ID completely, as listed.

    Do not ask for keys.
    Quote Quote  
  9. Member
    Join Date
    May 2022
    Location
    Hong Kong
    Search Comp PM
    Dear All,

    I am new to this powerful forum and new to streaming downloading. I need help to download the video in the link below. I guess it is DRM protected because I see the "Manage use of DRM software" icon next to the address bar when I open it in Firefox.

    https://viu.tv/encore/you-only-live-once/you-only-live-oncee1dai-yat-nin-ngoh-moon-dik

    I have read the whole thread and tried both widevine-l3-decryptor and widevine-l3-guesser. But both give "Can't verify license request signature; either the platform is wrong or the key has changed!" in DevTools > Console. I read about Tomer8007 said it is no longer working since May 31st 2021. But I failed to get the key with widevine-l3-guesser too. Anything I was missing?

    I am not sure if it is a MPD video as I cannot find the MPD file, even after using the Chrome .MPD Detector extension.

    I have inspected the source code, deleted all others unrelated elements, and found that the video comes from the URL below. Hope this information help you to help me.

    blob:https://viu.tv/8d7bc1b3-cd2b-48a9-83b9-dab3ba483b6b

    Code:
    <div class="jw-media jw-reset"><video class="jw-video jw-reset" tabindex="-1" disableremoteplayback="" webkit-playsinline="" playsinline="" src="blob:https://viu.tv/8d7bc1b3-cd2b-48a9-83b9-dab3ba483b6b"></video></div>
    After striping away all other elements, I get the "Learn more about DRM..." option in the right-click-menu. I further confirm this is a DRM video.

    I wonder if the Widevine Decryptor and Widevine Guesser are not working anymore, or I was using them wrongly. However I get the same message in Chrome > DevTools > Console for Netflix videos.

    Thank you very much for every kindly helps in advance.

    - midnite
    Quote Quote  
  10. Originally Posted by midnite_ View Post

    I wonder if the Widevine Decryptor and Widevine Guesser are not working anymore, or I was using them wrongly. However I get the same message in Chrome > DevTools > Console for Netflix videos.

    - midnite
    Am I in a timewarp ?
    Quote Quote  
  11. Member
    Join Date
    May 2022
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by codehound View Post
    Am I in a timewarp ?
    LOL.

    So the simple answer is, both Widevine Decryptor and Widevine Guesser are not working anymore?

    May I ask if there are any possible ways to download the streaming videos?

    https://viu.tv/encore/you-only-live-once/you-only-live-oncee1dai-yat-nin-ngoh-moon-dik
    Quote Quote  
  12. Member
    Join Date
    Jul 2022
    Location
    Ecuador
    Search PM
    Originally Posted by [ss]vegeta View Post
    Originally Posted by ddim View Post
    Thank you, Vegeta. But it was too difficult for me to understand. Could you please tell me the procedure in more detail?
    Yes, I can.
    Did you manage to find all those programs I mentioned?
    Except for the widevine decryptor, the 3 others are pretty easily google-able.

    What part do you have problems with?
    What's up friend, it will be possible that you can help me download a video from the Vix platform, but I can't get the key, license, pssh, please help.
    Quote Quote  
  13. Originally Posted by edulino96 View Post
    help me download a video from the Vix platform
    Did you search this forum? Did you read enough?
    Did you find this?
    https://forum.videohelp.com/threads/406140-Help-with-VIX-Mexico?highlight=vix
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  14. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Originally Posted by [ss]vegeta View Post
    Use widevine decryptor to get keys.
    Use N_m3u8DL-CLI_v2.9.7 with ffmpeg to download video and audio.
    Use mp4decrypt to decrypt video and audio separately.
    Use ffmpeg to merge video and audio.

    Tried, it works.
    is there any script to do these steps automatically? download then decrypt and merge
    Quote Quote  
  15. Member
    Join Date
    Dec 2021
    Location
    Croatia
    Search Comp PM
    Originally Posted by jonatasants View Post
    is there any script to do these steps automatically? download then decrypt and merge
    try with this, you will need to provide only working keys and manifest url:
    Code:
    https://github.com/nilaoda/N_m3u8DL-RE
    Quote Quote  
  16. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Originally Posted by flygovic View Post
    Originally Posted by jonatasants View Post
    is there any script to do these steps automatically? download then decrypt and merge
    try with this, you will need to provide only working keys and manifest url:
    Code:
    https://github.com/nilaoda/N_m3u8DL-RE
    how do you use it? in cmd?
    Quote Quote  
  17. Code:
    N_m3u8DL-RE MPD --key KID:KEY -M format=mp4
    Quote Quote  
  18. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Originally Posted by karapuz View Post
    Code:
    N_m3u8DL-RE MPD --key KID:KEY -M format=mp4
    Image
    [Attachment 66525 - Click to enlarge]


    Does this appear in the prescisa folder of some .exe?
    Quote Quote  
  19. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Last edited by jonatasants; 31st Aug 2022 at 11:55.
    Quote Quote  
  20. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    Last edited by jonatasants; 31st Aug 2022 at 17:34.
    Quote Quote  
  21. fyi, found a fork for Streamlink, where you can specify a key for dash streams.

    https://github.com/sunghome/streamlink_optionalkey
    Last edited by kingdo9; 7th Sep 2022 at 15:25.
    Quote Quote  
  22. Originally Posted by slimozis View Post

    Btw how do you install the plugin on either chrome or firefox? Can't seem to find out how.
    Quote Quote  
  23. Originally Posted by fosman View Post
    Originally Posted by slimozis View Post
    Btw how do you install the plugin on either chrome or firefox? Can't seem to find out how.
    Guesser no longer works. Or it might work if you have the new Chrome CDM.
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  24. Originally Posted by [ss]vegeta View Post
    Originally Posted by fosman View Post
    Originally Posted by slimozis View Post
    Btw how do you install the plugin on either chrome or firefox? Can't seem to find out how.
    Guesser no longer works. Or it might work if you have the new Chrome CDM.
    Yeah, I have the latest version. I've managed to add Guesser to my extensions but there's an error. Is that what you mean with ..."no longer work"?


    Image
    [Attachment 67079 - Click to enlarge]
    Last edited by fosman; 4th Oct 2022 at 14:41.
    Quote Quote  
  25. Member
    Join Date
    Aug 2022
    Location
    Portugal
    Search Comp PM
    help
    Last edited by jonatasants; 29th Oct 2022 at 13:09.
    Quote Quote  
  26. Originally Posted by cedric8528 View Post
    Use Notaghost site.

    http://getwvkeys.cc/

    followed the instructions to join this place after following this thread and downloading everything, explained my purpose and they said i wasn't cool enough or something, maybe i just didn't know the secret handshake or something
    Quote Quote  
  27. Hi everyone

    Can anyone help me find the original m3u8 stream for this stream

    https://thekhayal-prod-dub-ak.akamaized.net/out/v1/c82a0a3ff78c44938d6536104e5f0a7e/index.mpd

    Thank you
    Quote Quote  



Similar Threads

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