···4444SP_TLS_KEY=/tls/tls.key
4545```
46464747+### Docker
4848+4949+Running Streamplace from a Docker image works great except for Docker
5050+networking. Streamplace relies heavily on WebRTC for playback, which requires
5151+large numbers of ephemeral UDP ports to work properly. So, we reccomend using
5252+host networking. So that command would look something like:
5353+5454+```shell
5555+ docker run \
5656+ --name streamplace \
5757+ -d \
5858+ -e SP_HTTP_ADDR=:80 \
5959+ -e SP_HTTPS_ADDR=:443 \
6060+ -e SP_SECURE=true \
6161+ -e SP_BROADCASTER_HOST=example.com \
6262+ --net=host \
6363+ oci.stream.place/streamplace
6464+```
6565+4766## Download a binary
48674968Binaries for all platforms are available to download from