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

i try to use ABR: http origin wowza +nginx edges. it works well with peer5 but can't get it with p2ploader - maybe setup?? p2ploader: https://go.shidur.net/player/testlive.php (can't get ABR atleast...

bug

Hello, I don't really know how to start some demo. For example: https://github.com/Novage/p2p-media-loader/blob/master/p2p-media-loader-hlsjs/demo/jwplayer.html I am cloning the repo, running `npm install` in the p2p-media-loader-hlsjs directory. But how should I proceed...

Thanks for this amazing project. Not an issue! I see you recommend 5 second segments and 15 to 20 segments in the live HLS playlist. Are there any other settings...

This code shows you the percentage of bandwidth savings per browser console ![image](https://user-images.githubusercontent.com/8323867/88411452-56a6d880-cdae-11ea-918f-aea06b3c68d0.png) ``` /** Bandwidth Savings */ var downloaded_total = 0; var downloaded = 0; engine.on('piece_bytes_downloaded', function(method, bytes, peerId)...

Hello everyone I am NOT a coder! I just stumbled across this and thanks to the handy tutorial I do have a stream successfully playing! I am wondering if there...

Hello, I am trying to create a similar feature like this https://i.imgur.com/TvEmf8G.gif so I tried taking a look at xhrSetup, I wish to get the first segment that is being...

Hello everyone, I have hotlink protection in my player, when the user contacts the manifest, it generates a key that gives access to files. If you start downloading a file...

How can play a P2P video with VLC?

Hi :) *Original issue from https://github.com/Chocobozzz/PeerTube/issues/2047* If we try to download a segment from a P2P peer or from a CDN, but if the remote peer is slow, it's difficult...