PDA

View Full Version : How to Download a mpd Live Stream?


zapac
02-08-2021, 08:04 PM
Hi, i want to record a live stream, and the stream is protected with wildwine DRM.

But i have license server url, and i can play the live stream in bitmovin, shaka player and exoplayer with licence url. (These players does not have recording function)

Next i thought if i can't record it then i will download the stream in parts and will decrypt it with the key.

This also didn't worked, tried, youtube-dl: no video quality found,
dash-proxy had given errors.
streamlink does not work on drm protected video

So how can download or record a protected mpd live stream?

Please help me.

zapac
02-09-2021, 06:43 PM
Also, i can't download the .m4s segments, because its a livestream and i guess the stream have no end.

What can i do to download it?

j_cool
02-09-2021, 07:16 PM
i have license server url

That's fine.
Without url here who knows what it is about ?
I open a thread and I say I want to watch PBS America.
Maybe somebody may be interested in that.
What about somebody is interested here?

When nothing works screen recorders work as a last resort.

https://www.wmrecorder.com/

zapac
02-10-2021, 08:21 AM
That's fine.
Without URL here who knows what it is about ?
I open a thread and I say I want to watch PBS America.
Maybe somebody may be interested in that.
What about somebody is interested here?

When nothing works screen recorders work as a last resort.

https://www.wmrecorder.com/

MPD URL: https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd
(https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd)

License Url:
https://udrmv3.kaltura.com/cenc/widevine/license?custom_data=eyJjYV9zeXN0ZW0iOiJodHRwczovL3 Jlc3QtYXMub3R0LmthbHR1cmEuY29tL2FwaV92My9zZXJ2aWNl L2Fzc2V0RmlsZS9hY3Rpb24vZ2V0Q29udGV4dD9rcz1kako4TW pJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1I Q25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVm laRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVl cGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOH hJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlz d2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUk RuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09 JmNvbnRleHRUeXBlPW5vbmUmaWQ9ODg0MjM4MiIsImFjY291bn RfaWQiOjE5ODI1NTEsImNvbnRlbnRfaWQiOiJjaW5lcGxleGhk X2Rhc2giLCJmaWxlcyI6IiIsInVzZXJfdG9rZW4iOiJkako4TW pJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1I Q25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVm laRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVl cGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOH hJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlz d2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUk RuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09 IiwidWRpZCI6IjhmY2JjNzQ0OTFkODdiOTEiLCJhZGRpdGlvbm FsX2Nhc19zeXN0ZW0iOjIyNX0%3d&signature=kDDuaRYMluIZgvBF%2bOaY3z97df0%3d

And Key
KID=6e653193b7794eff842990096e1e17c1
key=11f760a8951af444e6e347e7a9da6471

To decrypt the video I have to download the mp4 segments, because it's a live stream I don't know how to do that.

Can you help me?

j_cool
02-10-2021, 09:54 AM
This is what I get for a start:

streamlink.exe --loglevel debug dash://%url% best


[cli][debug] OS: Windows 10
[cli][debug] Python: 3.8.6
[cli][debug] Streamlink: 2.0.0
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.57.0)
[cli][info] Found matching plugin dash for URL dash://https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd
[plugins.dash][debug] Parsing MPD URL: https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd
error: https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd is protected by DRM
Press any key to continue . . .


I don't watch content when somebody is so keen that I don't see it
and don't make much effort to go arround it.
There is enough good content on the internet for me without paying somebody anything
except my internet connection.

People talked about that on this forum and it isn't easy to find all that is here.
I came across this link when somebody else was watching it and I was watching what he was watching,
in that way you learn new things as well.

http://stream-recorder.com/forum/showpost.php?p=93692&postcount=24

http://stream-recorder.com/forum/download-aes-encrypted-stream-t18776p3.html

Your last post is perfect in every way, it is a challenge.

AAA
04-27-2021, 11:16 AM
Url??