Andriy Lysnevych
Andriy Lysnevych
Add hls.js v1 support to P2P Media Loader hls.js integration Issues: - [x] ~~Manually changing bitrate hangs playback~~ - [x] ~~Estimated bitrate and selected level is too low~~ - [...
The p2p in the Jwplayer HLS version at the end of each video by clicking on the replay button it breaks. I already checked the hls in the normal version...
P2P technologies should be scalable and efficient when it goes to high loads. The goal is to rewrite the code to be able to use [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) HTTP/HTTPS/WebSocket server as an...
- [x] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md). - [x] I reviewed the...
I have no good error messages from the underlying uWebSockets.js library about problems with SSL keys and other stuff. That is why just report "failed to start the web server:...
Hi, I see that Open Web Torrent project is testing [wt-tracker](https://github.com/Novage/wt-tracker) and I noticed that memory usage in your instance is slightly better than on mine :-) So I'm just...
### Describe the bug Our code uses `react-native`, `useInfiniteQuery` with `PersistQueryClientProvider`: ```typescript const queryClient = new QueryClient({ defaultOptions: { queries: { staleTime: 5 * 60 * 1000, // 5 min...
Could you please update the Hls.js version to a recent one? Hls.js v1.5.x has no API changes but brings nice features, like the Managed Media Source Extensions API, which allows...