Nolan

Results 7 comments of Nolan

> The `LevelDetails` object in `LEVEL_LOADED` has a `live` property whose value is a boolean indicating whether the stream is live or not. > > https://github.com/video-dev/hls.js/blob/v1.1.5/docs/API.md#leveldetails > > ```js >...

after alot more digging, i found the "live" key. ```js console.log(event.details.live); ``` as far as i can see, there is no LevelDetails to be found, bug? using ```hls.js/1.1.5``` via cloudflare...

> > installed with APT, and using the .jar of Atlauncher > > What do you mean by this? Where did you install it from? Our official Deb? Or just...

I do have a question, on Linux where is AT Launcher writing too? (like /use/, /etc/ etc..) maybe if I can clear them? On Sun, Jun 13, 2021, 7:08 AM...

what version of java (or openjdk) do you guys use for testing the Linux build? maybe it's an issue with java itself? On Sun, Jun 13, 2021, 6:51 PM Ryan...

> I'll be completely honest, this is something that likely will not get fixed as it may be extremely difficult to replicate and likely down to something in your system....

i can try and help both of yall, for your ``` ws/bin/server.php``` did you set ```$app = new App('localhost', 5500, '0.0.0.0');```