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 [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](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...

dependencies

Hello, Is there a way to disallow selected peers to download from HTTP (i.e., force them to always download the segments from other peers - or fail)? Thanks.

Currently I see that videojs support is present for hls via hls.js. But in our case we need to support dash in videojs. Anyway you can suggest the integration to...

enhancement
help wanted
good first issue

Hi, My business had a hard time by using this plugin. I don't want to say here that it's bad, otherwise I would like to thank your team who has...

Hi, if update [videojs-hlsjs-plugin](https://github.com/streamroot/videojs-hlsjs-plugin) to hls.js 1.0.0 player cant load hls video and return error, "can load manifest", can you please update support to hls.js 1.0.0 via videojs-hlsjs-plugin this is...

Hello, Is possible to make a support for use with .ts url ?

https://p2p.tv5.su/p2p.php?v=2021/10/13/6ed15f49068916f736f0827c04797fb0 this is my test link for jwplayer with vast ad tag and p2p, im facing issue when play vast ad, video restart, any help will be really appreciated Thanks

would you please to add feature addWebSeed ? i have multi hls website server. So if 1 server down, i want to player get video from another server

Hi, I'm trying to create a player for the initVideoJsHlsJsPlugin(), using the following sample code from npm page: ``` var engine = new p2pml.hlsjs.Engine(); p2pml.hlsjs.initVideoJsHlsJsPlugin(); var player = videojs("video", {...

I have made a github repository for the jwplayer provider, you can find it here: **github:** https://github.com/Teranode/jw-provider **cdn:** https://cdn.jsdelivr.net/gh/teranode/[email protected]/provider.hlsjs.js This features the full hls.js API support rather than the limited...