Peer-to-peer WebRTC connection with minimal setup. https://apps.aweirdimagination.net/camera/
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
移至檔案
Daniel Perelman a814c95742 Add LICENSE, README, etc. 4 年前
camera Don't show video when there's only audio. 4 年前
camera_site Add comment in settings.py explaining https fix. 4 年前
.gitignore Add Unix socket lock to .gitignore. 4 年前
LICENSE Add LICENSE, README, etc. 4 年前
README.md Add LICENSE, README, etc. 4 年前
description Add LICENSE, README, etc. 4 年前
manage.py Initial working version. 4 年前
nginx-site.example Add example nginx configuration. 4 年前
run_daphne.sh Initial working version. 4 年前
run_viewer.sh Initial working version. 4 年前
source Add LICENSE, README, etc. 4 年前

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.