Dmytro Demchenko
Dmytro Demchenko
@jhonatangcavalcanti Could you please update the Hls.js version to a recent one in hlsjs-playback [package](https://github.com/clappr/clappr/tree/main/packages/hlsjs-playback)? Hls.js v1.5.x has no API changes but brings nice features, like the Managed Media Source...
**Issue:** When attempting to play HLS streams on iOS devices using hls renderer in MediaElement.js, the player fails and displays an error. This issue is critical as it affects user...
Don't merge
### Related: closes https://github.com/vidstack/player/issues/1522 ### Description: In the Hls.js repository, there are [lines of code](https://github.com/video-dev/hls.js/blob/85c3cecd213ac8a0e26db52ee80ca36bfb2fcd4c/src/controller/buffer-controller.ts#L298) that remove video sources and set `disableRemotePlayback` to `true`. In your `vidstack/player` code, I found...