Live video on the AT Protocol

docs: add docker running information

+19
+19
js/docs/src/content/docs/guides/installing/downloading-streamplace.md
··· 44 44 SP_TLS_KEY=/tls/tls.key 45 45 ``` 46 46 47 + ### Docker 48 + 49 + Running Streamplace from a Docker image works great except for Docker 50 + networking. Streamplace relies heavily on WebRTC for playback, which requires 51 + large numbers of ephemeral UDP ports to work properly. So, we reccomend using 52 + host networking. So that command would look something like: 53 + 54 + ```shell 55 + docker run \ 56 + --name streamplace \ 57 + -d \ 58 + -e SP_HTTP_ADDR=:80 \ 59 + -e SP_HTTPS_ADDR=:443 \ 60 + -e SP_SECURE=true \ 61 + -e SP_BROADCASTER_HOST=example.com \ 62 + --net=host \ 63 + oci.stream.place/streamplace 64 + ``` 65 + 47 66 ## Download a binary 48 67 49 68 Binaries for all platforms are available to download from