简体   繁体   中英

How to implement HLS common encryption media

I want to encrypy my HLS media using common encryption. Is there any third party tool can I use ? I could achieve AES 128 encryption from Bento SDK I want to achieve Common encryption for HLS appreciate if someone can help

Finally I realize that HLS does not completely support common encryption. It supports two types of encryption

  1. AES 128 encryption
  2. Sample AES encryption

This sample AES encryption supported by fairplay (DRM provider by Apple). So in that case if we want to implement EME for HLS media you can only support Safari. Besides HLS DASH media 100% supports common encryption. So if you anyone want to implement EME better use DASH hope this helps someone

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM