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

Include HLS and SRT stream support #288

Open
tphakala opened this issue Oct 3, 2024 · 1 comment
Open

Include HLS and SRT stream support #288

tphakala opened this issue Oct 3, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tphakala
Copy link
Owner

tphakala commented Oct 3, 2024

Support for HLS and SRT streams could be useful, as audio stream support is based on ffmpeg which supports both of these protocols this is just matter of adding necessary config structures and user interface elements.

@tphakala tphakala added enhancement New feature or request help wanted Extra attention is needed labels Oct 3, 2024
@ad2ien
Copy link

ad2ien commented Nov 2, 2024

Hi, I'm new here but I'd gladly try to submit a PR about this. From what I understand, for each rtsp stream, we should start a ffmpeg process to create a .m3u8 file and the segments in a specific folder. A new endpoint will serve the HLS streams.

Then an web page "player" allow to play any of the streams maybe using plyr or maybe better having a spectrum view : audioMotion-analyzer 🤩

Maybe stop the HLS ffmpeg processes if no user are listening.

I don't know yet how to convert malgo stream if any, let's do it later on in a future PR.

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants