loomchild / sojourner-web

FOSDEM conference companion PWA
https://sojourner.rocks
GNU Affero General Public License v3.0
50 stars 6 forks source link

HLS stream display (maybe using a player, see below) #48

Closed loomchild closed 3 years ago

loomchild commented 3 years ago

https://github.com/sampotts/plyr Vue wrapper: https://github.com/redxtech/vue-plyr

Allows swapping video for example, to let it play constantly.

loomchild commented 3 years ago

Enable HLS like this: https://codepen.io/pen?template=oyLKQb

Or just HLS on native player: https://github.com/video-dev/hls.js/

loomchild commented 3 years ago

Test stream: https://content.jwplatform.com/manifests/yp34SRmf.m3u8

loomchild commented 3 years ago

Done.