Playing encrypted videos without using any DRM scheme #1780
Labels
status: archived
Archived and locked; will not be updated
type: question
A question from the community
Hi,
We would like to play encrypted videos in Shaka player in Internet Explorer without using Playready DRM. But IE does not support ClearKey DRM.
Is there a way to play encrypted videos in Shaka player without using any DRM scheme?
We are encrypting the streams using ffmpeg using the following parameters:
ffmpeg -i big_buck_bunny.mp4 -encryption_scheme cenc-aes-ctr -encryption_key <encryption_key> -encryption_kid <encryption_kid> encrypted_output_file.mp4
The text was updated successfully, but these errors were encountered: