Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

AES-encryption #35

Open
samek opened this issue Apr 29, 2016 · 4 comments
Open

AES-encryption #35

samek opened this issue Apr 29, 2016 · 4 comments

Comments

@samek
Copy link

samek commented Apr 29, 2016

I'm having trouble getting encryption part to work.

  • how can I set it without the KEYFORMAT and KEYFORMATVERSION ? Or what should it be set to ?
    currently our EXT-KEY looks like this which works.
#EXT-X-KEY:METHOD=AES-128,URI="https://domain/plist/Cn4/3/d628933e949ed2285c1a8abb1573c66/47406/index.key" 

But when I tried generating same playlist with open-m3u8 I could not get it to play.
I've used #EXT-X-KEY:KEYFORMATVERSIONS="1" and KEYFORMAT="identity".

  • how can you add multiple keys for tracks ? (I've done a loop and I've set key for every track/chunk but only one was at the top.

Thanks.

@samek
Copy link
Author

samek commented May 3, 2016

Ok, so .. keyformat and keyformatversion as default values work, I just had from media sequence and IV was wrong.

but the question remains on how to have multiple keys in one plist ? Do I have to do a discontinue tag ?

@Wopple
Copy link
Contributor

Wopple commented May 3, 2016

Unfortunately, it looks like that's not possible at the moment. That can be fixed. I will try to work on that this weekend.

@Wopple
Copy link
Contributor

Wopple commented May 11, 2016

See: #37

@Wopple
Copy link
Contributor

Wopple commented Jan 4, 2017

@sunglee413 looks like this issue is resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants