The Wayback Machine - https://web.archive.org/web/20220709170853/https://github.com/topics/p2p-network
Skip to content
#

p2p-network

Here are 252 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

enhancement help wanted good first issue
ian-bateman
ian-bateman commented Feb 21, 2020

So what we more or less want to accomplish here to start is this:

Adding the debian/* (ubuntu/, fedora/, etc.) folders and the docker setup to each (dependency) pkg's respective git repo (so nanoservice, python-nanomsg, etc.).

Probably makes sense to pick off one or two of these dependencies to start, then fork the dep repo and make a branch to work on.


**Things for us are

enhancement good first issue
qaul.net
MathJud
MathJud commented Jul 30, 2019

When changing the language on a sub page of the web site, navigation always links to the front page.
This is not the desired behaviour. The navigation should always point to the current page and only if this page does not exist to a meaningful other page.

Good first issue Maintenance Web Site
planetary-ios
rabble
rabble commented Jul 8, 2022

https://stackoverflow.com/questions/13533658/sqlite-subselect-much-faster-than-distinct-order-by
% echo "SELECT DISTINCT acolumn FROM atable ORDER BY acolumn;" | time sqlite3 mydb
sqlite3 mydb 8.87s user 15.06s system 99% cpu 23.980 total

% echo "SELECT acolumn FROM (SELECT DISTINCT acolumn FROM atable) ORDER BY acolumn;" | time sqlite3 options
sqlite3 mydb 1.15s user 0.10s s

good first issue tech small

Improve this page

Add a description, image, and links to the p2p-network 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 p2p-network topic, visit your repo's landing page and select "manage topics."

Learn more