Rob Walch
Rob Walch
Hi @Tronikelis, Have a look at load and loadInternal in utils/xhr-loader. This is where timing of the request begins. Your initial async method won't be accounted for with regards to...
> Regarding the video being paused when out of view hls.js will not pause media when the tab or browser is backgrounded - the browser may, and you developers can...
[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) > Shouldn't hls.js be able to determine whether it's a user or the browser that pauses the screen? It should not. play/pause functionality is implemented via HTMLMediaElement,...
Not a contribution Casting is not implemented in HLS.js so this must be an issue with how casting is performed for your app. Network activity can be halted at any...
Hi @divyanshjaipuriyar, If you can identify an issue with `hls.stopLoad()` please [file a Bug Report](https://github.com/video-dev/hls.js/issues/new?template=bug_report.md). The issue should include an HLS.js stand-alone example independent of your Chromecast app. As part...
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...
Hi @ffxsam, Let me know if this is still an issue with v1.1.5. The player should resolve non-fatal error events itself as long as the stream is valid and responsive....
Hi @annatomka, > I tried to put back the startDTS calculation in the passthrough remuxer: > https://github.com/video-dev/hls.js/compare/master...annatomka:hls.js:audio-gap-fix Thanks for narrowing down the issue to this change. My guess is that...
Upon further investigation this issue has less to do with `startDTS` calculation and everything to do with the playlist segment durations being incorrect which is throwing off `nextLoadPosition` in HLS.js's...
Have a look in the source for the warning showing up in the logs above: ``` "m3u8-parser.ts:530 [warn] > MP4 fragments found but no init segment (probably no MAP, incomplete...