NOTICE:
by this version. dont update more than 4.8.0.
Dockerfile to create a Docker container image for Wowza Streaming Engine.
This Dockerfile is not provided by or endorsed by Wowza Media Systems.
NOTE: By using this image you are agreeing to comply with the Wowza EULA
Wowza Streaming Engine is unified streaming media server software developed by Wowza Media Systems. The server is used for streaming of live and on-demand video, audio, and rich Internet applications over IP networks to desktop, laptop, and tablet computers, mobile devices, IPTV set-top boxes, internet-connected TV sets, game consoles, and other network-connected devices.
inspired by sameersbn/wowza then i'am sory. my fork and custumize is just for private project. So clone me if you want
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
Note: Builds are also available on Quay.io
docker pull mh4nx7net/wowza-perpetual:4.8.0
docker run --name wowza -d --restart=always\
--publish 1935:1935 --publish 8086:8086 \
--publish 8087:8087 --publish 8088:8088 \
--volume /srv/docker/wowza/data:/var/lib/wowza \
--volume /srv/docker/wowza/log:/var/log/wowza \
mh4nx7net/wowza-perpetual:4.8.0
Alternatively you can build the image yourself.
git clone https://github.com/mh4nx7net/wowza-perpetual.git
cd wowza-perpetual
make build
make up
Start with your own login page configuration:
adminadminET1A4-KxrGd-Eaj9T-dTbcf-rZNza-9xaJdPoint your browser to http://localhost:8088 and login using the default username and password:
Refer to the wowza quickstart guide to get started with Wowza.
Wowza - Letencrypt configuration
Wowza-4.8.0 - Linux Downloads
The Wowza logs are populated in /var/log/wowza. You can mount a volume at this location to easily access these logs and/or perform log rotation.
Alternatively you can also use docker exec to tail the logs. For example,
tail -f /srv/docker/wowza/log/wowza/wowzastreamingengine_access.log
For debugging and maintenance purposes you may want access the containers shell. If you are using Docker version 1.3.0 or higher you can access a running containers shell by starting bash using docker exec:
docker exec -it wowza_service bash
Content type
Image
Digest
Size
476.2 MB
Last updated
over 5 years ago
docker pull bugorganizer/wowza-perpetual