Dmytro Demchenko

Results 10 comments of Dmytro Demchenko

Use `/stats.json` endpoint of the tracker for simple statistics

The latest uWebSockets.js and handling onUpdate is now in the latest version

Done in the latest version

Add empty string to `allowOrigins` and set `denyEmptyOrigin` to `false`. It should work.

For us AirPlay works correctly when initiated from iOS to macOS if after hls.attachMedia append source, enable remote playback, and enable autoplay: ```js hls.attachMedia(video); const airPlaySrc = document.createElement("source"); airPlaySrc.src =...

> Hello, is there any way to set `this.#video.disableRemotePlayback = false;` in react? ``` import "@vidstack/react/player/styles/default/theme.css"; import "@vidstack/react/player/styles/default/layouts/video.css"; import { MediaPlayer, MediaProvider, isHLSProvider, type MediaProviderAdapter, } from "@vidstack/react"; import {...

Hello @jazz1611, Does the issue occur only with your specific manifest? You can try using this demo manifest instead: "https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/tears-of-steel-audio_eng=128002-video_eng=2200000.m3u8". Please let us know if the problem persists with this...

Hi @jazz1611, It would be really helpful if you could create a private demo and send it to us (my email is in my profile). This would assist us in...

> can you help me with sample code for current peers count? It depends on what specific statistics you need. If you're interested in knowing how many peers are watching...

> [@DimaDemchenko](https://github.com/DimaDemchenko) i want know have many peers are watching a videoA or videoB. how to get the peer number from tracker? To get the number of peers watching a...