Wowza Community

dockerize wowza for multiple wowza instances

HI

I managed to setup docker in my ubuntu server, next can we have 2-3 wowza running on the same server?

i tried to run 2 wowza instances using

INSTANCE 1
sudo docker run -it --name wowza11 --restart always --expose 1935/tcp --expose 8086/tcp --expose 8087/tcp --expose 8088/tcp --publish 1935:1935 --publish 8086:8086 --publish 8087:8087 --publish 8088:8088 --volume /Users/me/Documents/logs:/usr/local/WowzaStreamingEngine/logs --entrypoint /sbin/entrypoint.sh --env WSE_MGR_USER=XXX --env WSE_MGR_PASS=XXX --env WSE_LIC=XXXX --env WSE_IP_PARAM=192.168.1.54 wowzamedia/wowza-streaming-engine-linux:latest

INSTANCE 2

sudo docker run -it --name wowza22 --restart always --expose 2935/tcp --expose 9086/tcp --expose 9087/tcp --expose 9088/tcp --publish 2935:2935 --publish 9086:9086 --publish 9087:9087 --publish 9088:9088 --volume /Users/me/Documents/logs:/usr/local/WowzaStreamingEngine/logs --entrypoint /sbin/entrypoint.sh --env WSE_MGR_USER=YYY --env WSE_MGR_PASS=YYY --env WSE_LIC=YYY --env WSE_IP_PARAM=192.168.1.54 wowzamedia/wowza-streaming-engine-linux:latest

Hi @Ryan Lee, you can have one Wowza server per Docker container and you would be charged for each additional instance you would have. So, no we do not support multiple instances per Docker container.

You can email sales@wowza.com if you’d like some info on multiple license key options/pricing if that helps you. I’m assuming you saw this page:

https://www.wowza.com/products/streaming-engine/deployment-options/docker