You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: