Hi, can any one help me with recording/downloading the mpd streaming
I guess the video is using wildvine protection. But i have the licence url, and i can play the video in bitmovin player.
i want to record/download the video.
Is there any player that has recording feature and accepts a drm licence url?
Please tell if i am wrong...
if i can play a video elsewhere then it means that i can also download it by writing decrypted mp4 to disk instead of screen buffer
So is this possible?
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 10 of 10
-
-
MPD URL: https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd
License Url:Code:https://udrmv3.kaltura.com/cenc/widevine/license?custom_data=eyJjYV9zeXN0ZW0iOiJodHRwczovL3Jlc3QtYXMub3R0LmthbHR1cmEuY29tL2FwaV92My9zZXJ2aWNlL2Fzc2V0RmlsZS9hY3Rpb24vZ2V0Q29udGV4dD9rcz1kako4TWpJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1IQ25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVmlaRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVlcGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOHhJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlzd2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUkRuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09JmNvbnRleHRUeXBlPW5vbmUmaWQ9ODg0MjM4MiIsImFjY291bnRfaWQiOjE5ODI1NTEsImNvbnRlbnRfaWQiOiJjaW5lcGxleGhkX2Rhc2giLCJmaWxlcyI6IiIsInVzZXJfdG9rZW4iOiJkako4TWpJMWZMWUZDdmhEeC1LeU8yTEpURkVabUI2RHcxdGtrMy13WE1IQ25BMk5udXUzTndPdnNlQm9VbGNPLUV1Ymt6Rkp2M0dnZlNoVmlaRzF6VFhLOHNfNEE4ZG1QZDBkOFc4bVcxLUZoVm9LazFmRDVlcGo4RExqOWFjYUVVcGFDTk5fSGsybVVTMFNEUXU0U3prRWgzOHhJRFh6RDV0ODE2bXBadlp6T1Y3ZzU4bFdMYjhiRkNkQXhNUzlzd2dOMUp5Z1VWVTQ4MjVfekdxWHY3cWdLZWJlSWR3b0FMN01qUkRuSVlnQ05HbEZoOEU4S0pwQUhoZkJWamhHUTdBTXNkcjVZQT09IiwidWRpZCI6IjhmY2JjNzQ0OTFkODdiOTEiLCJhZGRpdGlvbmFsX2Nhc19zeXN0ZW0iOjIyNX0%3d&signature=kDDuaRYMluIZgvBF%2bOaY3z97df0%3d
-
KID=6e653193b7794eff842990096e1e17c1
key=11f760a8951af444e6e347e7a9da6471
decrypt init append segmentsLast edited by notaghost; 8th Feb 2021 at 07:42.
discord=notaghost9997 -
Thanks for your response, i already had the keys, but how to use it?
I have tried
Code:ffmpeg -decryption_key 11f760a8951af444e6e347e7a9da6471 -i https://livevoot-i.akamaihd.net/dash/live/828591/cineplexhd/master.mpd -codec copy decrypted_media.mp4
-
ok, so first I need to convert the mpd file to a video file then perform dycryption? how to do that?
streamlink is not working because of DRM, and dash-proxy is also not working,
Code:←[32mRunning dash proxy for stream https://livevoot-i.akamaihd.net/dash/live/828 591/cineplexhd/master.mpd. Output goes in .←[0m ←[32mmpd=[<Element '{urn:mpeg:dash:schema:mpd:2011}Period' at 0x000000AA75D1C1D0 >]←[0m ←[32mStarting a downloader for Representation (period=0 adaptation-set=0 represe ntation=0)←[0m ←[32mrequesting master_video2500/master_video2500-init.mp4 from https://livevoot -i.akamaihd.net/dash/live/828591/cineplexhd/master_video2500/master_video2500-in it.mp4←[0m Traceback (most recent call last): File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 357, in <module> main() File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 353, in main run(args) File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 342, in run return proxy.run() File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 135, in run self.refresh_mpd() File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 153, in refresh_mpd self.handle_mpd(mpd) File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 190, in handle_mpd self.ensure_downloader(mpd, rep_addr) File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 208, in ensure_downloader downloader.handle_mpd(mpd, self.get_base_url(mpd)) File "C:\Users\Administrator\Downloads\dash-proxy-master\dash-proxy-master\das hproxy.py", line 264, in handle_mpd segments = copy.deepcopy(segment_timeline.findall("mpd:S", ns)) AttributeError: 'NoneType' object has no attribute 'findall' C:\Users\Administrator
Last edited by vikral; 8th Feb 2021 at 08:15.
-
no one here will explain how to do it.
so, if you write the link to your video maybe someone can help you find what you want... -
Similar Threads
-
Download encrypted video via DRM protected MPD manifest
By Beta2k in forum Video Streaming DownloadingReplies: 19Last Post: 15th Jan 2024, 10:47 -
Downloading DRM protected video and decrypt with a known key
By fvh78870 in forum Video Streaming DownloadingReplies: 32Last Post: 1st Aug 2023, 07:05 -
Please download this DRM protected
By johocex in forum Video Streaming DownloadingReplies: 5Last Post: 23rd Jan 2021, 13:22 -
download drm protected m3u8 video
By gentle_v in forum Video Streaming DownloadingReplies: 3Last Post: 16th Jan 2021, 05:24 -
How to download Video from Shahid.net (DRM-Protected)
By Semohan in forum Video Streaming DownloadingReplies: 2Last Post: 21st Sep 2020, 03:47