---
title: "Wowza Streaming Engine With Wasabi"
slug: "how-do-i-use-wowza-streaming-engine-with-wasabi"
updated: 2026-05-30T23:36:42Z
published: 2026-05-30T23:36:42Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wowza Streaming Engine With Wasabi

[Wowza](https://www.wowza.com/) Streaming Engine can be used to stream your video files on Wasabi Storage. Below are the configuration steps to use it:

1) Download and install [Wowza Streaming Engine](https://www.wowza.com/pricing/installer#wse-downloads). Wowza Streaming Engine has a browser based manager which easily allows you to connect Wowza to Wasabi Storage

2) Open the Streaming Engine Manager by typing "http://localhost:8088" into the browser and login with the credentials created during installation

3) Navigate to Server > Media Cache > Sources. Click on Add Media Cache Source. Select/Fill the following details and click on Add.

Source Type --> AmazonS3

Base Path --> [http://s3.wasabisys.com/](http://s3.wasabisys.com/)

AWS Access Key ID --> Wasabi Access Key

AWS Secret Access Key --> Wasabi Secret Key

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image.png)

4) Navigate to Application > Add Application > VOD Edge. Provide a name for application and select the Media Cache source created earlier and click on Save.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image(1).png)

5) All Set! You can test the configuration by navigating to Home > Test Players. You can see various players that are supported in specific browser and each player has a different code to play the video.

Link format to stream a file in various players:

MPEG DASH -> http://:1935//_definst_////manifest.mp4

Apple HLS -> [http://:1935//_definst_////playlist.m3u8](http://&lt;Wowza-server-address&gt;:1935/&lt;application-name&gt;/_definst_/&lt;MediaCache-source-prefix&gt;/&lt;bucket-name&gt;/&lt;filename&gt;/playlist.m3u8)

Adobe RTMP -> Server = [http://:1935/](http://&lt;Wowza-server-address&gt;:1935/&lt;application-name&gt;/_definst_/&lt;MediaCache-source-prefix&gt;/&lt;bucket-name&gt;/&lt;filename&gt;/playlist.m3u8)

Stream = [/](http://&lt;Wowza-server-address&gt;:1935/&lt;application-name&gt;/_definst_/&lt;MediaCache-source-prefix&gt;/&lt;bucket-name&gt;/&lt;filename&gt;/playlist.m3u8)

Adobe HDS -> http://:1935//_definst_////manifest.f4m

*Note that this example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this*[*article*](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions)*.*
