ruthwikkk / DRMOffline

This repo is created for tracking ExoPlayer issue related to ClearKey DRM. Refer here for full context: https://github.com/google/ExoPlayer/issues/8237
2 stars 0 forks source link

Unable to play offline #3

Open ayush19283 opened 1 month ago

ayush19283 commented 1 month ago

I am unable to download the mpd file, can you please help me how you play if offline. Please help

ruthwikkk commented 1 month ago

This repo is created for tracking an issue. You can refer to the issue here @ayush19283

ayush19283 commented 1 month ago

@ruthwikkk Thanks for replying. I'm unable to download a ClearKey-encrypted MPEG-DASH video on Android. How did you manage to download an MPD in your case?

ruthwikkk commented 1 month ago

@ayush19283 For the download functionality, the server provides authenticated clients with file URLs and access keys. Clients then download the files and store them for offline playback. You can also explore ExoPlayer's download manager. They support stream download out of the box