p2p-media-loader icon indicating copy to clipboard operation
p2p-media-loader copied to clipboard

An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page

Results 98 p2p-media-loader issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

`main` entry in `package.json` files is pointing to `dist` folder, that usually is being used to store the browser bundles, while in this case the browser bundles are in `build`,...

breaking change

Hello, I've been receiving some kind of problem on this library. The video is stuck if HTTP Request got failed. The thing is, the retry function seems to be working,...

hi I get an error like this why? f269a.js?250bc:84 Uncaught TypeError: Cannot read property 'setRemoteDescription' of undefined at h.signal (f269a.js?250bc:84) at c._onAnnounceResponse (f269a.js?250bc:84) at c._onSocketData (f269a.js?250bc:84) at l._onSocketDataBound (f269a.js?250bc:84) at...

Using p2p-media-loader with the newer branches of hls.js does not work (for example 1.0.0-rc.1). When mixing these two, I get a manifestloaderror. Are there any plans for this project to...