-
Hello, I would like to read HLS streams created with coconut.co Their API allows to create AES encrypted HLS and store them in S3 buckets with something like:
-> httpstream = $s3, hls=/, playlist_name=master, hls_encryption_key=ba66aa7334ba85b3bc093db1db3ab931, hls_encryption_key_uri=http://yoursite.com/hls/aes/key.bin
How can I set the FV Player to be able to decrypt these streams?
Thanks,