please can somebody help
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!
+ Reply to Thread
Results 1 to 30 of 32
-
Like this:
Code:ffmpeg -i "https://dhx.theblucloud.com/Sonic%20the%20Hedgehog/episodes/Sonic%20the%20Hedgehog%20-%20S1E1%20-%20Sonic%20Boom/feature/roku/SONH01_01_ENG_24SD.m3u8" -map 0:0 -map 0:1 -c copy output.mkv
-
I just tried this
https://therokuchannel.roku.com/watch/105c41ea75775968b670fbb26978ed76
Install Streamlink.
Using developer tools, network, find the m3u8.
Code:streamlink "https://s4b3b9a4.ssl.hwcdn.net/files/a8wn4hw/vi/04/07/10427421/hls-hi/s10427421.m3u8" best -o hearts1e1.mp4
-
how do i use stream link to download because i cant get the m3u file under network it just a bunch of mp4 files ect and i search for m3u and there is nothing
https://therokuchannel.roku.com/watch/404c84cb680851b7b3904f6337096b36Last edited by jamespoo; 3rd May 2022 at 07:10.
-
That has Widevine DRM and needs other tools and sites and scripts and what-not.
Here's a video tutorial along with the tools.
https://we.tl/t-cNZFUVBSz6
Good luck! -
-
I'm new to Roku Just checked out [ss]vegeta's helpful video in the package linked to.
Using EME logger to get to the pssh is one way. But it seemed quite laboured.
The response for the mpd shows a default_KID. And where there is a KID there is a key lurking within reach.
[Attachment 64670 - Click to enlarge]
And if you take that KID and use a snippet adapted from one the scripts on wvgetkeys.cc by Notaghost -
createPssh.py
Code:import base64 def createpsshfromkid(kid_value): kid_value = kid_value.replace('-', '') assert len(kid_value) == 32 and not isinstance(kid_value, bytes), "wrong KID length" array_of_bytes = bytearray(b'\x00\x00\x002pssh\x00\x00\x00\x00') array_of_bytes.extend(bytes.fromhex("edef8ba979d64acea3c827dcd51d21ed")) array_of_bytes.extend(b'\x00\x00\x00\x12\x12\x10') array_of_bytes.extend(bytes.fromhex(kid_value.replace("-", ""))) return base64.b64encode(bytes.fromhex(array_of_bytes.hex())).decode('utf-8') kid = input("Enter the KID:") print(createpsshfromkid(kid))
And the thing is, if you put that short pssh and the license into any key generator you get the same key you would have done by going around the houses with base64 ->file Hex->base64.
So <TL : DR> default_KID plugged into the above code-snipppet produces a pssh for Roku that works to produce a key.
Or am I missing something?Last edited by A_n_g_e_l_a; 5th May 2022 at 07:50. Reason: Annoying site behavour adds smiley faces in unwanted places; edit removed!!
-
-
Hi, new here, wondering if I could get some help!
I tried following the video, but I'm getting stuck.
I think the first problem is I'm not getting ?ExpressPlayToken to show up here (getting wv?token instead):
[Attachment 72303 - Click to enlarge]
Anything I should try differently? Thanks! -
https://therokuchannel.roku.com/watch/d1f66ffc61eb5c708751600c2a872961
I'm learning, I'll get it together, thanks! -
pssh inside mpd you need that what is short:
Code:AAAAQ3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACMIARIQsd3NgVkIeSKVBUlRiS8kWBoKaW50ZXJ0cnVzdCIBKg==
for lic url you need this very long link what you showed in picture
Code:--key b1ddcd815908792295054951892f2458:fd365ee90f9761ef08c48f2dbab8d0fd
-
Thanks for the help, everyone!
Not sure what I was doing wrong the first time, but I used the video guide again, to see if I could get the same pssh posted above, and this time, I was able to get "SUCCESS" when I submitted 'the request' to 'that website'.
I will continue on with the steps from the video guide and report back, thanks again! -
Everything worked like a champ, everybody, thank you VERY much for your help.
When I am finished compiling everything, i will post to the appropriate channels.
Thanks again, especially to the creator of the tutorial video! -
<deleted>
Last edited by PeeJay75; 9th Jul 2023 at 13:42. Reason: wrong forum
-
Anyone been having issues with roku playback (browser) lately with a vpn? use to have no issue with the service but just keep getting:
'Something went wrong
Sorry, this page can't be viewed. Check your browser settings and try again.'
Tried different vpns/browsers too. -
This problem appears on some sites when they detects that you are not in the good country and that you use a Vpn to watch their videos..
-
I know this is old, but has something changed? I can't get CDRM-project 2.0 to work for this free stream: https://watch.plex.tv/watch/movie/coupled-up-for-christmas
I got the pssh:Code:AAAA7e+LqXnWSs6jyCfc1R0h7QAAACMIARIQGkFqxL6fxQFE1f0gtWJgERoKaW50ZXJ0cnVzdCIBKg==
Code:https://wv-license.sr.roku.com/license/v1/license/wv?token=Lc1MDv99ntecdqcG_aGpQx6EV91UkOkmjaUUgnD6HZ8DNG2k4vIl_ULfF64La0x86erOO8WBYZRi4yh9q2TOmKLJI1GQGYxFZCMSdHqEKkKM9HrY2G-mfm3sHnvDUOZP4yQNaGq4YpdLVhWakfXkSvVpvk9mOOXl1N-vP0RvoJ27ky2mMB0h8J26LWtd-naAfq5fmyxLweQbjGq5ZKlx-yVx92zdyf0Kh6FaYawtP0WHaYwGMSaR2txrA0JyqdL82sBE5QSXnwOQeEv7V2rWNTK45FA0M7oL9w2smoGRaeSj939Ul9aI4zhbslC4nopuGiEQ0GvYb6eK45miN-pu48E1PJimeoHH43GPrg==&traceId=1fdf513de891ab2046bf71772dc51978&ExpressPlayToken=none
Anyone explain what's changed? -
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
What I'm saying is that video doesn't even use DRM. So it's impossible to get decryption keys for a video that doesn't use any form of encryption. As for how to download it, you can use n_m3u8dl-re on the m3u8.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Oops. I meant the Roku stream which is 1080p: https://therokuchannel.roku.com/watch/18c2c08fc589562bb2b88ab0c031fba4
The other data was right (I think). -
I meant is the problem CDRM2 and not me?
Was the information I provided it with correct?
Similar Threads
-
How do I get the HTTPS source URL for this stream?
By paul92 in forum Video Streaming DownloadingReplies: 2Last Post: 3rd Apr 2022, 05:42 -
Subscriber to https://www.tcm.com/watchtcm
By jastavoss@msn.com in forum Video Streaming DownloadingReplies: 2Last Post: 27th May 2019, 10:49 -
https://1.1.1.1/
By kyrcy in forum ComputerReplies: 3Last Post: 4th Apr 2018, 18:45 -
Help me to download video from https page - m3u8 file
By charming in forum Newbie / General discussionsReplies: 0Last Post: 7th May 2017, 03:34 -
Help me to download video from https page - m3u8 file
By charming in forum Video Streaming DownloadingReplies: 0Last Post: 5th May 2017, 05:36