Marak/bpipe

Investigate using WebRTC instead of client-server

Open

#2 opened on Sep 29, 2014

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (4 forks)github user discovery
help wanted

Repository metrics

Stars
 (158 stars)
PR merge metrics
 (PR metrics pending)

Description

It should be possible to eliminate the use of sending streams through the server by using WebRTC to establish a peer-to-peer connection.

Investigate this option and implement.

The functionality of streaming through a server should be preserved as a fallback API in case a WebRTC session can't be started.

Contributor guide