Peer-to-peer WebRTC connection with minimal setup. https://apps.aweirdimagination.net/camera/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Přejít na soubor
Daniel Perelman 2883d5bc8f Update title. před 4 roky
camera Update title. před 4 roky
camera_site Add comment in settings.py explaining https fix. před 4 roky
.gitignore Add Unix socket lock to .gitignore. před 4 roky
LICENSE Add LICENSE, README, etc. před 4 roky
README.md Add LICENSE, README, etc. před 4 roky
description Add LICENSE, README, etc. před 4 roky
manage.py Initial working version. před 4 roky
nginx-site.example Add example nginx configuration. před 4 roky
run_daphne.sh Initial working version. před 4 roky
run_viewer.sh Initial working version. před 4 roky
source Add LICENSE, README, etc. před 4 roky

README.md

minimal-webrtc

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.