Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does hls.js support low latency hls file encryption? #5571

Closed
fastfading opened this issue Jun 15, 2023 · 2 comments
Closed

Does hls.js support low latency hls file encryption? #5571

fastfading opened this issue Jun 15, 2023 · 2 comments

Comments

@fastfading
Copy link

What do you want to do with Hls.js?

Does hls.js support low latency hls file encryption?
if yes, which encryption does it use .
what should be consider for llhls server
can we change the keys when generate llhls stream ?

What have you tried so far?

No response

@fastfading fastfading added Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. Question labels Jun 15, 2023
@silltho
Copy link
Contributor

silltho commented Jun 15, 2023

Cant say for sure if its wokring for llhls streams but drm is working for normal streams (i guess llhls too).

you can find a list of supported providers in the api document. https://github.com/video-dev/hls.js/blob/master/docs/API.md#drmsystems

@robwalch
Copy link
Collaborator

robwalch commented Jun 17, 2023

AES-128 Encrypted Low-Latency HLS are supported #5214. I haven't seen or tested DRM protected Low-Latency HLS.

what should be consider for llhls server

I can't think of any additional considerations required.

can we change the keys when generate llhls stream ?

How? Not in any way that you cannot for live HLS. KEY tags apply to all EXTINF tags (and thus PART tags) that follow the key in a playlist.

@robwalch robwalch added answered and removed Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. labels Jun 17, 2023
@robwalch robwalch closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants