tv
tv copied to clipboard
Fix LL-HLS playback on iOS
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
- Check out the
ll-hlsbranch - Set up and run the development server
- Paste your RTMP URL into OBS and start streaming
- Navigate to your stream on an iOS device
Useful Links
Closing this for now, but do let me know if you made any progress @sivaprasad2000