Hey,
Yes, we’re running it in docker at the moment. With the latest openjdk11 (you can probably just use the latest openjdk). We also use an external volume to work with persistent data and ‘rewire’ the wowza config on deploy. Otherwise we cannot deploy a new instance with a new config for example.
Maybe some advice after a couple a weeks in heavy production:
- memory, memory, memory: we currently have 32GB ram and 16 gb heap
- to make sure wowza can handle all our streams, we put a caching server in front of it (caddy)
- do not enable https on the streaming port, that’s a memory killer for sure
Hope this helps,
Tom