webrtc-streamer 0.8.11 → 0.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,6 +142,12 @@ The container entry point is the webrtc-streamer application, then you can:
|
|
|
142
142
|
docker run -p 8000:8000 -v $PWD/config.json:/usr/local/share/webrtc-streamer/config.json mpromonet/webrtc-streamer
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
+
- run the container using network host:
|
|
146
|
+
|
|
147
|
+
```sh
|
|
148
|
+
docker run --net host mpromonet/webrtc-streamer
|
|
149
|
+
```
|
|
150
|
+
|
|
145
151
|
## Using embedded STUN/TURN server behind a NAT
|
|
146
152
|
|
|
147
153
|
It is possible to start an embeded [STUN](https://en.wikipedia.org/wiki/STUN)
|