Get Started With Wowza Streaming Engine

With these examples, you can quickly run Wowza Streaming Engine using a Docker Compose deployment.

Easily publish and play back live streams with WebRTC, HLS and MPEG-DASH, and learn more about customizing and scaling Wowza Streaming Engine.

If you prefer to manually install, visit our Downloads page.

  1. Download and install Docker on your computer.
  2. Download the Docker Compose file here.
  3. In the docker-compose.yaml file, replace ‘WSE_LICENSE_KEY’ with your trial license key, and set your admin username and password if you want to change them from the default.
  4. Start the Docker images by running ‘docker compose up‘ in the terminal.

Choose any one of the following methods to start a local live stream.

WebRTC

Publish a WebRTC (low latency) live stream with your computer’s webcam

Simulated

No webcam? That’s ok!
(A simulated live stream with an existing video is already playing)

– OR –

FFmpeg

Install ffmpeg on your local machine, then open a terminal window and run:

ffmpeg -stats -re -f lavfi -i testsrc=size=1280x720,format=yuv420p -f lavfi -i sine=f=220:b=4 -c:v libx264 -g 50 -c:a aac -f flv rtmp://wse-trial.wowza.com/live/myStream

OBS

Learn how to install, configure, and customize, and extend Wowza Streaming Engine based on your streaming workflows:

Service: Custom...
Server: rtmp://wse-trial.wowza.com/live
Stream Key: myStream

Consume your live steam in a variety of formats.

WebRTCHLSMPEG-DASH
Play Live StreamPlayPlayPlay
Play Simulated Live StreamPlayPlayPlay

Having issues? Visit our troubleshooting page.

Explore the Wowza Streaming Engine Manager to manage your server, and learn more about what you can do with Wowza Streaming Engine, and how to customize to your specific needs.

Wowza Streaming Engine Manager
See your usage, statistics, and customize Streaming Engine to your workflow.

Launch

Documentation

Learn how to configure Wowza Streaming Engine.

Read the docs

Module Examples

Learn how to customize your video streams.

View examples

Java API Reference

Our comprehensive Java API provides fine-grainead customization for your needs.

Learn more