Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How download a MPEG Dash with DRM?

Is possible download a MPEG Dash content with DRM?

How can I decrypt using the MPD file?

I tried download all M4S segments (audio and video) but when I join the segments the video doesn't work properly.

The site is using Widevine platform for DRM.

I tried too youtube-dl and dash-proxy but again unsuccessfully.

I searched on Google but I didn't succeed.

like image 728
aneto Avatar asked May 26 '17 06:05

aneto


People also ask

Is MPEG-DASH encrypted?

With a key file in place, the associated CMAF MPEG-DASH stream is encrypted using CENC-PlayReady or CENC-Widevine encryption before being delivered.

How do I play a .MPD file?

You have to enter the URL of your MPEG-DASH stream (mpd file) and click on the big, yellow button for the player to play it back. THEOPlayer's demo player provides a bunch of useful information next to the video itself that is useful in keep track of the playback and debugging issues if they arise.


1 Answers

If you have the key used for encrypting the content, You can try the dashdownloader script from github hosted in Drm-Dash-stream-downloader repository. It uses ffmpeg for aes-128 encrypted content and mp4decrypt from Bento tools SDK for other cipher suites.

like image 163
Jayapraveen AR Avatar answered Sep 22 '22 22:09

Jayapraveen AR