1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

webrtc: small fixes to browser example

This commit is contained in:
Steffen Vogel 2022-03-14 19:39:34 -04:00
parent ae1b064b5a
commit 5fe22ba5ee

View file

@ -217,9 +217,13 @@
server: server,
ice: {
urls: iceUrls,
username: iceUsername,
password: icePassword
servers: [
{
urls: iceUrls,
username: iceUsername,
password: icePassword
}
]
}
},
siggen_1: {
@ -489,7 +493,7 @@
<h4>Invocation</h4>
<p> Make sure <code>webrtc.conf</code> is in your current working directory and then run the following command:</p>
<pre><code>
villas signal since -r 5 | villas pipe webrtc.conf webrtc_1
villas signal sine -r 5 | villas pipe webrtc.conf webrtc_1
</code></pre>
<h5>With Docker</h5>
You can also start VILLASnode via <a href="https://docs.docker.com/get-docker/">Docker</a> by running the following command before the commands in the previous section.