Optimizing delivery of LL-HLS with NGINX #1689
Replies: 2 comments 3 replies
-
Are you certain you want to have your upstream connect to port 3333? That's typically the WebRTC port, not LLHLS Can you explain your thinking with some comments inline? I'd also say your logging seems excessive, but perhaps that's what you want for debugging |
Beta Was this translation helpful? Give feedback.
-
I noticed that the session (Yellow) appears to be unique for each user. By using "proxy_cache_key $request_uri;" the cache hit ratio decreases significantly. I'm trying to understand more about this session behavior—what exactly is it, and how is it managed for each user? If I skip the session in the proxy server, the stream doesn’t play smoothly. Could anyone provide some guidance on how to handle this efficiently? |
Beta Was this translation helpful? Give feedback.
-
My latest question here was about how to use NGINX along with OvenMediaEngine.
Today, I’m sharing my configuration here. It might help others bootstrap their own configurations.
This configuration should have http2, but enabling locally is not straightforward - use mkcert
For those who are already familiar with LL-HLS and NGINX, what other settings or approaches would you recommend?
Beta Was this translation helpful? Give feedback.
All reactions