The Wayback Machine - https://web.archive.org/web/20211123002724/https://github.com/topics/peer
Skip to content
#

peer

Here are 211 public repositories matching this topic...

Anil-matcha
Anil-matcha commented Jul 31, 2020

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 happen ?

I happen to see some videojs-shaka github integrations like below
https://github.com/MetaCDN/videojs-shaka-player
https://github.com/halibegic/videojs-shaka

Can we build a layer on top of these to make videojs work with

folex
folex commented Oct 22, 2021

Offending code: https://github.com/fluencelabs/fluence/blob/master/particle-services/src/app_services.rs#L185-L187

There's an RWLock on services' HashMap. When a call to a service happens, the code is as follows

let services = self.services.read(); // (1) acquire reader lock (that's the problem)
let service = services.get(id);

let mut service = service.lock(); // (2) lock servic

Improve this page

Add a description, image, and links to the peer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the peer topic, visit your repo's landing page and select "manage topics."

Learn more