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

Path-specific HLS settings #967

Open
0ip opened this issue Jun 3, 2022 · 0 comments
Open

Path-specific HLS settings #967

0ip opened this issue Jun 3, 2022 · 0 comments
Labels
enhancement New feature or request hls

Comments

@0ip
Copy link

0ip commented Jun 3, 2022

Some devices like for example older low-end smartphones may not properly support LL-HLS and would be better off if provided with a classic HLS stream. However, this would require support for a path-specific hlsVariant setting (or path-specific HLS settings in general) if you intent to offer multiple HLS variants at the same time (without running multiple instances of the server).

With that, I imagine a configuration could look like this:

paths:
  foo/classic:
    source: rtsp://bar/live/ch0
    hlsVariant: fmp4
  foo/fancy:
    source: rtsp://bar/live/ch0
    hlsVariant: lowLatency
@aler9 aler9 added the enhancement New feature or request label Jun 3, 2022
@aler9 aler9 added the hls label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hls
Projects
None yet
Development

No branches or pull requests

2 participants