qstokkink / TriblerExperimental

GNU General Public License v3.0
6 stars 2 forks source link

POC: Add HLS streaming #89

Closed qstokkink closed 2 months ago

qstokkink commented 3 months ago

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 commented 2 months ago

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