Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Closed Thread
Results 1,231 to 1,260 of 1969
-
Hello, I have used the site :https://curlconverter.com/
It came as a result
[Attachment 62647 - Click to enlarge]
-
The software that runs this forum shows 30 posts per page, period. Thirty posts. A post includes all quotes and new statements/questions from a poster. Quoting does NOT make this thread 41 pages. It makes the scroll on a single page longer, but it does not add a single post or page. This thread has 41 pages, because many users like you (and me, with this post) post off topic crap "without a sense."
-
Apparently not if Anystream isn't paying up (The rest may be released)
I was absolutely sure they had switched to Android CDM. But guess not
-
Can anyone please help me get keys for this video? I get the error ' unable to parse license - check protobufs '
MPD: https://privatebin.net/?85397e9884177e00#HPKoAc7d1ArA7EgPKAY1U9jhf4QhLBYuLYUhc1MhPy5
headers.py: https://privatebin.net/?f817e31f7c83f539#5GGPP6mViw4mmCnoq8K3Wh1jMU72v1w63mRxSw3SCSVs
Probable PSSH:Code:AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEDYME266z0GMlTdJmb6qOtU=
License request: https://lic.drmtoday.com/license-proxy-widevine/cenc/Last edited by PescaGialla; 31st Dec 2021 at 17:30.
-
all the series of a web have the same kid and key
How do I modify this BAT so as not to manually place the kid and key?
Code:@ echo off set path=C:\Widevine echo. set /p folder= Video Name to be Saved as (No spaces - use underscore between words '-'): echo. set /p key=Input key (1st 'bit'): echo. set /p id=Input id (2nd 'bit'): mkdir C:\Widevine\Downloads\%folder% set /p stream=Input MPD from stream detector: N_m3u8DL-CLI_v2.9.7.exe "%stream%" --workDir C:\Widevine\Downloads\%folder% --saveName "stream" --enableDelAfterDone --enableMuxFastStart ren C:\Widevine\Downloads\%folder%\stream(Audio).* stream(Audio).aac ren C:\Widevine\Downloads\%folder%\stream.* stream.mp4 echo. echo Video being created......... mp4decrypt.exe --key %id%:%key% C:\Widevine\Downloads\%folder%\stream(Audio).aac C:\Widevine\Downloads\%folder%\decrypted-audio.aac mp4decrypt.exe --key %id%:%key% C:\Widevine\Downloads\%folder%\stream.mp4 C:\Widevine\Downloads\%folder%\decrypted-video.mp4 ffmpeg -hide_banner -i C:\Widevine\Downloads\%folder%\decrypted-video.mp4 -i C:\Widevine\Downloads\%folder%\decrypted-audio.aac -acodec copy -vcodec copy C:\Widevine\Downloads\%folder%.mp4 rmdir /s /q C:\Widevine\Downloads\%folder% cls
-
Not necessarily. I'm not a VMP expert, but as far as I can tell they aren't always device specific. It looks like all you need is a valid one for sites requiring VMP.
If you know what you're doing you can generate it from chrome's CDM .sig file. I've not been successful yet - but this one seems to work - for now.
-
*seems* to work. I'm still testing. I'll advise if totally successful. The real test will be if a "certain site" accepts the VMP file hashes.
-
Hello,
I'm trying to understand how is form some widevine requests, and as "Hall" posted earlier in this thread, some data you need to send is bytes. Other sites it's just pssh in the payload, or other kind of string data, you can generate or find..
Does anyone know how to generate this byte payload?
here's Hall's message with the "data" var content as an exemple
-
-
From what I tried to do, it seems to be the license.bin file, I've seen it a while back on some sites. I think Disney+, but they have an API so you don't actually need that..
So either a file that identify the device to grab the playlist for the browser but i can't find in the network tab the request that could remotely be that
In france there is Salto service that uses the same scheme
-
Is definitely a good idea. The only place I thought where a VMP would be used along with a L3 Android CDM would be using Google Chrome for Android and interacting with the Amazon Prime website. I used an actual L1 device, it playback content just fine from the browser whereas using the same setup on an L3 Android device the Amazon website shows an error asking to enable protected content, didn't bother to check what was the actual internal web response. Adding this to what I've said earlier, is evidently clear that Amazon does not trust the L3 CDM, not recently but a long time ago.
Word of advise, to all of you, if you don't know this already. Always check the website interaction before blindly sending license request with the streaming provider, test on a real setup that it works before bothering to do anything. While there is no proof of this, treat this as if the provider is always watching for any mistakes you make, specially the big and old ones like Netflix, Amazon, Hulu... ect. These services have the resources and have built their own infrastructure, so It would not be impossible at all that they may have the resources in place to analyze user interaction with the service and be able to figure out when It could be the a real user or a moron attempting to run a script, making it easier for them to pull the trigger on your CDM.
This data is the actual license requests in bytes, I am not sure what your setup is but you need to generate the license request with any of these tools revealed here already, is prepared with your device information and the pssh of the content. I mean, this is essential to be generated every time and allow you to get license with decryption keys. If you cannot generate this you're at best getting the streaming service certificate.
On a side note, this person appears to be having a meltdown. https://github.com/widevinedump, from what I gather it seems like he/she is part of those private discord groups where the majority are like starved hyenas waiting for a piece of bone to be thrown at them, sharing other people's work. No wonder they have little regard or care for the people that do the work. I bet this person haven't wrote a single line of code all what they've shared. Maybe serves a lesson to stay away from these places and keep the work you've done to yourself.
-
He isn't part of the discord group he is at odds with, thats the issue. He is putting the whole shooting match at risk now, especially as he has now had a public row on the redfox forum.
Please also be aware Youtube now logs all WV server licence requests for their WV content - IP (and maybe other info we are not aware of). And NF have for years logged the ESN of your device when making any request.Last edited by codehound; 1st Jan 2022 at 16:36.
Similar Threads
-
Strip Playready and Widevine DRM
By freaknik in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Jun 2024, 15:20 -
Decoding manifest.mpd (Widevine)
By WaitForIt in forum Video Streaming DownloadingReplies: 6Last Post: 7th Jun 2021, 13:44 -
getting widevine CEK key
By netbreak in forum Video Streaming DownloadingReplies: 1Last Post: 19th Feb 2018, 12:03 -
Looking for anyone with Google Widevine knowledge.
By cookeri6 in forum Newbie / General discussionsReplies: 1Last Post: 15th May 2017, 13:33 -
Looking for anyone with Google Widevine knowledge.
By cookeri6 in forum Video Streaming DownloadingReplies: 0Last Post: 15th May 2017, 12:45