Hi there,
I'm trying to download videos from this website www.dacast.com but I'm unable to.
Youtube-dl & yt-dlp aren't working. It's giving me an error: "HTTP Error 400: Bad Request"
Please help me how do I download videos from this website dacast?
Here's the link:
https://iframe.dacast.com/vod/2d5ebcd5-3f33-eaaa-612e-a396b7ff9ff8/3f40225b-48b3-3b5f-...2-e77835947f7a
Thanks in advance.
+ Reply to Thread
Results 1 to 14 of 14
-
-
Code:
hlsdl -K "AB793E796E26B963FD114615B7FFEBA4" "https://dacast.s.llnwi.net/secure/uspaes/3f40225b-48b3-3b5f-0cf2-e77835947f7a.ism/3f40225b-48b3-3b5f-0cf2-e77835947f7a-audio=128415-video=511556.m3u8"
hlsdl 0.27 - https://we.tl/t-DKdokjHojY
I might have downloaded the lower resolution one.
And that's excellent since you can try it for yourself for the bigger one. -
Last edited by pkp; 26th Mar 2022 at 04:49. Reason: figured out
-
-
yes, you can download each segment
[Attachment 64018 - Click to enlarge]
but all segment are encrypted. then need to decrypt
hlsdl download all segments, decrypt and merge all. more easy to do -
hlsdl -k "keys.dacast.com" -n "keys.dacast.com/u
spaes/3f40225b-48b3-3b5f-0cf2-e77835947f7a.key?ed53495a&ts=164
8323249" "https://dacast.s.llnwi.net/secure/uspaes/3f40225b-48b3-3b5f-0cf2-e77835947f7a.ism/3f40
225b-48b3-3b5f-0cf2-e77835947f7a-audio=128415-video=2040389.m3u8" -
-
Thanks guys.
I'm curious. How do I find that key? -K "AB793E796E26B963FD114615B7FFEBA4" to decrypt it?
All I see in the m3u8 is server uri and IV but I don't know how to use that to decrypt the frags.
#EXT-X-KEY:METHOD=AES-128,URI="//keys.dacast.com",IV=0x89E5C039CE1E357345FFCF3A2067 24E3
I figured out the key server url from fiddler i.e. https://keys.dacast.com/uspaes/guid-of-the-file.key?s=xxxx&ts=1655117348
from this I know all query params except for "s". I'm guessing thats the signature generated by the player.
how do I get it? thats the only thing forbidding me from decrypting the video frags that I have downloaded.
Any help or direction is useful.
Many Thanks. -
-
Thanks a bunch, dude! Your method was the way I was finally able to do it!
I already downloaded my video the other way above without converting the key to a hex, but it was driving me crazy not figuring out your way. So I went back and finally figured it out. My fiddler wasn't giving me the correct response file, because I didn't have the "decrypt https traffic" setting on. With that on, I finally was able to slowly figure it out. Thank you!
5 hours of my life well spent lol. (not sarcasm)
Similar Threads
-
How can i download videos from this website ?
By boxedkey in forum Video Streaming DownloadingReplies: 1Last Post: 6th Jul 2021, 19:42 -
How do I download video from this website? Please Help!
By AngelofDarkness in forum Video Streaming DownloadingReplies: 4Last Post: 15th Sep 2020, 17:07 -
How to download all trailers from website
By gta5 in forum Video Streaming DownloadingReplies: 0Last Post: 31st Jan 2019, 12:34 -
How to download from this website?
By XImpalerX81 in forum Video Streaming DownloadingReplies: 3Last Post: 14th Nov 2018, 08:07 -
How to download from Zee5 Website ?
By shraman in forum Video Streaming DownloadingReplies: 4Last Post: 17th Aug 2018, 03:04