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

Allow HLS mutexes to be enabled on a per-path base #3962

Open
jsonn opened this issue Nov 17, 2024 · 0 comments
Open

Allow HLS mutexes to be enabled on a per-path base #3962

jsonn opened this issue Nov 17, 2024 · 0 comments

Comments

@jsonn
Copy link

jsonn commented Nov 17, 2024

Describe the feature

At the moment, HLS muxing can happen in two ways:
(1) For all defined paths that are not on-demand
(2) For paths with an active reader

It would be nice to have a more selective approach. My use case is monitoring cameras locally, post-processing the input by transcoding and then thme locally recording, hooking them into OBS as well as publishing them to a remote server. For that I have a pair of paths for each camera, the raw feed which is an RTSP source and a processed feed which is created from the raw feed via localhost publishing. For the HLS access, I want persistent mutexes for the processed feed to have the last few minutes accessible by seeking backwards. But when enabling the always mutxing, it will also mux the raw reeds and that adds additional space.

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

No branches or pull requests

1 participant