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:
parent
ae1b064b5a
commit
5fe22ba5ee
1 changed files with 8 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue