p2p-media-loader
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
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Let's say forwardSegmentCount = 30. How do these two values interact with the above, and why do they exist? (What scenarios are they useful for?) httpDownloadMaxPriority p2pDownloadMaxPriority If I set...
Is it possible to somehow count the total number of peers watching a specific stream?
I cant choose audio tracks like on https://www.jwplayer.com/developers/web-player-demos/hlsv4-audio-tracks/
If I initiate a new Engine instance, like this ```js const engine = new p2pml.hlsjs.Engine({ loader: { useP2P: true, trackerAnnounce='wss://reallycooltracker.com'}}) ``` How would I later update ```useP2P``` or ```trackerAnnounce```. I've...
I have a website where p2p-media-loader is being used - the code is based on Novage's demo page. I want to preserve visitor's browser processing time by destroying the player's...
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...