Open bseto opened 6 years ago
It looks like Apple has HLS and Firefox/Chrome have MPEG-DASH?
Potential solution? https://github.com/videojs/video.js
https://videojs.github.io/videojs-contrib-hls/ https://github.com/videojs/videojs-contrib-hls
This looks like it'll have to be the solution^.
Probably that on the frontend with some ffmpeg on the server side: https://github.com/giorgisio/goav Or just calling ffmpeg with golang's bash exec commands.
Working on #8
Keeping this here for notes.
Adaptive Video Streams (Not live stream). https://developer.mozilla.org/en-US/docs/Web/HTML/DASH_Adaptive_Streaming_for_HTML_5_Video
Some older comments on live stream https://stackoverflow.com/questions/21921790/best-approach-to-real-time-http-streaming-to-html5-video-client/22001830#22001830