From ccad6b16eaf4c3d7fad1343e5f6ae800af673e35 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 7 Jun 2020 17:54:30 +0200 Subject: [PATCH] add some links on webrtc signaling --- stream2beamer.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stream2beamer.md b/stream2beamer.md index 712396d..765d657 100644 --- a/stream2beamer.md +++ b/stream2beamer.md @@ -10,6 +10,13 @@ IPv6+IPv4, and no TLS: ./laplace -addr "[::]:8080" -tls=false +## WebRTC signaling + +* https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling +* https://www.tutorialspoint.com/webrtc/webrtc_signaling.htm +* https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/ +* https://github.com/topics/webrtc-signaling + # gstreamer * Supports RTP * Supports webcam capture via v4l (video for linux) -- 2.39.5