Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

POC: Add HLS streaming #89

Closed
qstokkink opened this issue Jun 28, 2024 · 1 comment
Closed

POC: Add HLS streaming #89

qstokkink opened this issue Jun 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@qstokkink
Copy link
Owner

qstokkink commented Jun 28, 2024

Now that we have a proper web front-end, we can update to newer standards for streaming that should work out-of-the-box in a modern web browser.

In particular, I think it would be nice to support HLS.

Whether this is better or worse than our current streaming implementation remains to be seen. However, I think it's worth a short to attempt a quick proof of concept.


My initial idea for the POC is to spawn an instance of ffmpeg to forward a video file into HLS format (something along these lines). On the web/javascript side, this would be no different from playing a HLS stream from any other source.

@qstokkink qstokkink added the enhancement New feature or request label Jun 28, 2024
@qstokkink
Copy link
Owner Author

After taking some time to reflect on this, I think we should close this issue: "if it ain't broke [...]".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant