{"id":13558702,"url":"https://github.com/sameersbn/docker-wowza","last_synced_at":"2025-03-21T09:32:21.761Z","repository":{"id":22526246,"uuid":"25866783","full_name":"sameersbn/docker-wowza","owner":"sameersbn","description":"Dockerfile to containerize Wowza Streaming Engine","archived":false,"fork":false,"pushed_at":"2017-02-06T15:18:24.000Z","size":77,"stargazers_count":64,"open_issues_count":6,"forks_count":41,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-15T21:47:44.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameersbn.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-28T11:49:32.000Z","updated_at":"2024-10-29T04:45:13.000Z","dependencies_parsed_at":"2022-08-20T18:20:09.120Z","dependency_job_id":null,"html_url":"https://github.com/sameersbn/docker-wowza","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-wowza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-wowza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-wowza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameersbn%2Fdocker-wowza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameersbn","download_url":"https://codeload.github.com/sameersbn/docker-wowza/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244772647,"owners_count":20508033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:05:06.605Z","updated_at":"2025-03-21T09:32:21.266Z","avatar_url":"https://github.com/sameersbn.png","language":"Shell","funding_links":[],"categories":["Shell","others"],"sub_categories":[],"readme":"[![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/wowza/status \"Docker Repository on Quay.io\")](https://quay.io/repository/sameersbn/wowza)\n\n\u003e **NOTICE**:\n\u003e\n\u003e Due to changes in the WOWZA installer, `4.3.x` and later versions are installed during container startup.\n\n# sameersbn/wowza:4.1.2-8\n\n- [Introduction](#introduction)\n  - [Contributing](#contributing)\n  - [Issues](#issues)\n- [Getting started](#getting-started)\n  - [Installation](#installation)\n  - [Quickstart](#quickstart)\n  - [Persistence](#persistence)\n  - [Logs](#logs)\n- [Maintainance](#maintenance)\n  - [Upgrading](#upgrading)\n  - [Shell Access](#shell-access)\n- [References](#references)\n\n# Introduction\n\n`Dockerfile` to create a [Docker](https://www.docker.com/) container image for [Wowza Streaming Engine](http://www.wowza.com/products/streaming-engine).\n\nThis Dockerfile is not provided by or endorsed by Wowza Media Systems.\n\n**NOTE**: By using this image you are agreeing to comply with the [Wowza EULA](https://www.wowza.com/legal)\n\nWowza 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.\n\n## Contributing\n\nIf you find this image useful here's how you can help:\n\n- Send a pull request with your awesome features and bug fixes\n- Help users resolve their [issues](../../issues?q=is%3Aopen+is%3Aissue).\n- Support the development of this image with a [donation](http://www.damagehead.com/donate/)\n\n## Issues\n\nBefore reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker [installation guide](https://docs.docker.com/installation) for instructions.\n\nSELinux users should try disabling SELinux using the command `setenforce 0` to see if it resolves the issue.\n\nIf the above recommendations do not help then [report your issue](../../issues/new) along with the following information:\n\n- Output of the `docker version` and `docker info` commands\n- The `docker run` command or `docker-compose.yml` used to start the image. Mask out the sensitive bits.\n- Please state if you are using [Boot2Docker](http://www.boot2docker.io), [VirtualBox](https://www.virtualbox.org), etc.\n\n# Getting started\n\n## Installation\n\nAutomated builds of the image are available on [Dockerhub](https://hub.docker.com/r/sameersbn/wowza) and is the recommended method of installation.\n\n\u003e **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/wowza)\n\n```bash\ndocker pull sameersbn/wowza:4.1.2-8\n```\n\nAlternatively you can build the image yourself.\n\n```bash\ndocker build -t sameersbn/wowza github.com/sameersbn/docker-wowza\n```\n\n## Quickstart\n\nBefore you can start using this image you need to acquire a valid license from Wowza Media Systems for the Wowza Streaming Engine software. If you do not have one, you can [request a free trial license](http://www.wowza.com/pricing/trial) or purchase a license from Wowza Media Systems.\n\nStart Wowza using:\n\n```bash\ndocker run --name wowza -d --restart=always \\\n  --publish 1935:1935 --publish 8086:8086 \\\n  --publish 8087:8087 --publish 8088:8088 \\\n  --env 'WOWZA_ACCEPT_LICENSE=yes' \\\n  --env 'WOWZA_KEY=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx' \\\n  --volume /srv/docker/wowza/data:/var/lib/wowza \\\n  --volume /srv/docker/wowza/log:/var/log/wowza \\\n  sameersbn/wowza:4.1.2-8\n```\n\n**The `--env WOWZA_ACCEPT_LICENSE=yes` parameter in the above command indicates that you agree to the Wowza EULA.**\n\n*Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)*\n\nPoint your browser to http://localhost:8088 and login using the default username and password:\n\n* username: `admin`\n* password: `admin`\n\nRefer to the wowza [quickstart guide](http://www.wowza.com/forums/content.php?3-quick-start-guide) to get started with Wowza.\n\n## Persistence\n\nFor Wowza to preserve its state across container shutdown and startup you should mount a volume at `/var/lib/wowza`.\n\n\u003e *The [Quickstart](#quickstart) command already mounts a volume for persistence.*\n\nSELinux users should update the security context of the host mountpoint so that it plays nicely with Docker:\n\n```bash\nmkdir -p /srv/docker/wowza\nchcon -Rt svirt_sandbox_file_t /srv/docker/wowza\n```\n\nAt first run the Wowza configuration files, among other things, will be copied into this location. You can manually edit these configurations if required.\n\n## Logs\n\nThe 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.\n\nAlternatively you can also use `docker exec` to tail the logs. For example,\n\n```bash\ndocker exec -it wowza tail -f /var/log/wowza/wowza/wowzastreamingengine_access.log\n```\n\n# Maintenance\n\n## Upgrading\n\nTo upgrade to newer releases:\n\n  1. Download the updated Docker image:\n\n  ```bash\n  docker pull sameersbn/wowza:4.1.2-8\n  ```\n\n  2. Stop the currently running image:\n\n  ```bash\n  docker stop wowza\n  ```\n\n  3. Remove the stopped container\n\n  ```bash\n  docker rm -v wowza\n  ```\n\n  4. Start the updated image\n\n  ```bash\n  docker run -name wowza -d \\\n    [OPTIONS] \\\n    sameersbn/wowza:4.1.2-8\n  ```\n\n## Shell Access\n\nFor 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`:\n\n```bash\ndocker exec -it wowza bash\n```\n\n# References\n\n  * https://www.wowza.com/legal\n  * http://www.wowza.com/products/streaming-engine\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameersbn%2Fdocker-wowza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameersbn%2Fdocker-wowza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameersbn%2Fdocker-wowza/lists"}