Hi
I want to download live stream mpd with yt-dlp, but only one segments was saved.
then use m3u8dl-CLI, Nothing was saved here.
I tried with FFMPEG, but the mp4 was broken and could not be decrypted.
separated m4s, each address was made up of random numbers, so it was impossible to download all of them..
In this case, is there a way to save the video?
+ Reply to Thread
Results 1 to 13 of 13
-
-
With a DRM live stream, anyone who can do this will not make it public on here for you. You need to have a very good understanding of the website's API and very importantly; the process of the WV licence challenge. You then need to write a custom py or php script for the website (which you haven't even mentioned) as each is unique.
If a VoD is available after the event, this is certainly possible.Last edited by codehound; 26th Mar 2022 at 11:31.
-
-
Well I am glad you are disappointed because apart from "How to downloadt live stream mpd with drm?" - which is extremely complex and is little known how to do it - you have provided absolutely ZERO information to be able to assist you ! Not even a link. We only have your word that it IS DRM...it may not have been or there may have been another way around it to obtain a non-DRM stream.
Too bad you gave us nothing to work with. -
-
-
-
-
-
Ok. But meanwhile, what you could try next time is to run this command:
Code:yt-dlp --allow-un --write-info-json --skip-download "mpd" -o output.%(ext)s
When the live stream ends, run this one:
Code:yt-dlp --allow-un --load-info-json "output.info.json" --no-part -o output.%(ext)s
If you're lucky and the fragments don't expire until then, you'll be able to download that segment without any problem. If so, let me know and I'll tell you what you could do to download the entire stream as a single file.
But if the fragments have already expired by then, I guess there's nothing you can do.Last edited by lfer94; 28th Mar 2022 at 08:31.
-
Similar Threads
-
How to download mpd stream (DRM protected)?
By ddim in forum Video Streaming DownloadingReplies: 320Last Post: 23rd Jun 2024, 18:01 -
How To Play / Download a DRM Live Stream Protected MPD Manifest On Linux
By Rebanjulu in forum Video Streaming DownloadingReplies: 5Last Post: 2nd Nov 2022, 11:52 -
Help decrypt MPD Live Stream
By Egn69217j_ in forum Video Streaming DownloadingReplies: 8Last Post: 13th Apr 2021, 07:21 -
How to download mpd stream (DRM protected)?
By bodasaud in forum Video Streaming DownloadingReplies: 5Last Post: 3rd Feb 2021, 07:41 -
Downloading mpd stream (DRM protected?)
By odyssey1234 in forum Video Streaming DownloadingReplies: 8Last Post: 14th Aug 2019, 21:26