Joey Parrish
Joey Parrish
That sounds like a definite bug. Is it still present in the latest release, v3.3.4?
It looks like we don't expose those events in any way today. I'll convert this into a feature request. If anyone is interested in adding that, please take a look...
@OrenMe, please accept our apologies for taking so long to respond to this issue the first time. We are working on our issue-handling process and tools to try to improve...
Is the issue still present in the latest releases? (v3.2.10, v3.3.8, v4.0.4, v4.1.2)
If the content is being transmuxed, it must be MPEG2-TS. Can you use MP4 (CMAF) instead? (The transmuxer is a third-party library.)
If the keys are in the clear anyway, we could look into WebCrypto APIs: http://caniuse.com/#feat=cryptography
Parsing of segment start times is something we do now, but we could probably avoid in many cases. That is something we're planning for a future release, likely v2.6 or...
No, it's not scheduled yet. But we are always willing to accept contributions from the community, so please feel free to discuss design and/or work on a PR if this...
As far as I can tell, HLS's AES-128 mode is incompatible with EME in the browser. We'd have to do decryption ourselves, possibly with something like WebCrypto APIs. I'm not...
No, we don't support this yet. However, in some cases, HLS content in Safari is played through Apple's native HLS. In those cases, AES-128 content plays because Apple's implementation takes...