We currently use HLS to deliver livestreams and VODs to users, which works fine on most devices and browsers. We also implemented LL-HLS delivery (#60), which mostly works except on iOS devices. Since LL-HLS is an Apple protocol, it's likely that either the video player we're using (video.js) or the custom controller we wrote (which delivers manifests, segments, and partials) is incompatible in some way.
We currently use HLS to deliver livestreams and VODs to users, which works fine on most devices and browsers. We also implemented LL-HLS delivery (#60), which mostly works except on iOS devices. Since LL-HLS is an Apple protocol, it's likely that either the video player we're using (video.js) or the custom controller we wrote (which delivers manifests, segments, and partials) is incompatible in some way.
Steps to Reproduce
ll-hls
branchUseful Links