Peer-to-peer WebRTC connection with minimal setup. https://apps.aweirdimagination.net/camera/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Vai al file
Daniel Perelman f025675b9b Catch more errors and output them to the log. 4 anni fa
camera Catch more errors and output them to the log. 4 anni fa
camera_site Add js/ to static/. 4 anni fa
external Add QR code scanning support to serverless mode. 4 anni fa
wwwroot Add js/ to static/. 4 anni fa
.gitignore Add Unix socket lock to .gitignore. 4 anni fa
.gitmodules Add QR code scanning support to serverless mode. 4 anni fa
LICENSE Add LICENSE, README, etc. 4 anni fa
README.md Add link to hosted version README. 4 anni fa
description Add LICENSE, README, etc. 4 anni fa
manage.py Initial working version. 4 anni fa
nginx-site.example As index.html is actually static, have nginx serve it. 4 anni fa
run_daphne.sh Use local_settings only if it exists. 4 anni fa
run_viewer.sh Initial working version. 4 anni fa
source Add LICENSE, README, etc. 4 anni fa

README.md

minimal-webrtc

Try it out at https://apps.aweirdimagination.net/camera/

Create a WebRTC audio/video connection between two devices with minimal setup: basic usage is to open the page on one device and send the generated link to (or scan the QR code on) the other device and a peer-to-peer connection will be established. Communication through the server is only used for the signalling to set up the connection.

Configuration options on the first device allow selection of what, if any, video and audio streams should be sent in each direction over the connection.

Note this intentionally does not use STUN for NAT traversal, as I wrote it for connections on a local network. If you wish to use this for connections over the internet, you may need to modify the new RTCPeerConnection() call to include iceServers.