From 44b48ca64be9c1754ec4f401927836d9631a600b Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Mon, 25 May 2020 20:22:47 +0200 Subject: [PATCH] add example for laplace start --- stream2beamer.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stream2beamer.md b/stream2beamer.md index 3ef90a4..fd547da 100644 --- a/stream2beamer.md +++ b/stream2beamer.md @@ -6,6 +6,9 @@ Simple WebRTC implementation in GO: https://github.com/adamyordan/laplace.git Simple to compile and just works. WebRTC actually uses SRTP (Secure Real-time Transport Protocol). +IPv6+IPv4, and no TLS: + + ./laplace -addr "[::]:8080" -tls=false # gstreamer ## WebRTC -- 2.39.5