shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Add support for encrypted MP4 sample groups

Open theodab opened this issue 7 years ago • 0 comments
trafficstars

Currently, we only support MP4 encryption when not using sample groups. This is the most common case, but when using key rotation, samples encrypted with different keys will use different sample groups. We'll need to update FFmpeg to handle this. FFmpeg already supports sample groups, but we need to add support for the seig sample group entry that contains the group-specific encryption info. Then we need to associate each frame with the sample group so we can determine which encryption info to use.

theodab avatar Nov 15 '18 23:11 theodab