Rob Walch
Rob Walch
HLS does not support multi-program transport streams. The HLS spec is specific about this requirement: > [3.1.1](https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-11#section-3.1.1). MPEG-2 Transport Streams > > MPEG-2 Transport Streams are specified by [[ISO_13818](https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-11#ref-ISO_13818)]. >...
You can implement custom loaders or use `xhrSetup` to achieve this, otherwise the expectation (and requirement in Safari) is that your server would add these arguments to the playlist urls...
Please fill out the [Bug Report Template](https://github.com/video-dev/hls.js/issues/new?template=bug_report.md) as part of your issue, making sure to include: - Test stream/page (if possible) - Steps to reproduce - Expected behavior - Actual...
Please fill out the [Bug Report Template](https://github.com/video-dev/hls.js/issues/new?template=bug.yaml) as part of your issue, making sure to include: - Test stream/page (if possible) - Steps to reproduce - Expected behavior - Actual...
It works - I changed it, and then set up my router to give the hub a dedicated internal IP address. It took me a minute to figure out what...
Works for me, using XBMC nightly. Plugin installed from source. Did you install the requests add-on?
HLS is played natively in iOS. the HTMLMediaElement does not provide any way to change quality of an HLS stream in Safari. Safari handles all adaptive bitrate quality switching automatically.
Add `safarihlsjs: true` to your config to have hls.js handle HLS playback in Safari Desktop and iPad. That allows for quality switching but is less efficient and stable than allowing...
> A poor performance and sometimes end up in a stalled state where the whole page crashes Please describe the crash in more detail in a way that can be...
Not a Contribution LEVEL_LOADING is triggered when an EXT-X-STREAM-INF playlist, listed in a multi-variant playlist, is requested. In this case you are loading a media playlist directly with `hls.loadSource` so...