Skip to content

Wowza Streaming Engine™ module that combines separate audio and video sources into a single stream.

License

Notifications You must be signed in to change notification settings

WowzaMediaSystems/wse-plugin-avmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVMix

The ModuleAVMix module for Wowza Streaming Engine™ media server software enables you to combine separate audio and video sources into a single stream.

This repo includes a compiled version.

Prerequisites

Wowza Streaming Engine 4.0.0 or later is required.

Usage

When the application is started, the avMixNames property values are used to configure the output stream. Starting either the audio or video source triggers the output stream to start. The stream continues to run as long as one of the sources is running. The stream will stop automatically when both sources are stopped. If the sortDelay property is set, then the output startup, playback, and shutdown are delayed by this amount of time.

This module provides the following functionality:

  • Configuration allows multiple streams to be configured separately.
  • Any compatible live sources can be used for either video or audio. This feature isn't limited to a single audio source generated from a file.
  • If one of the sources goes offline, the other source will continue. When both sources go offline, the output stream will shut down.
  • Streams can be updated dynamically by using API methods.
  • If source timecodes are synchronized, then the output stream can be set to synchronize; otherwise, the timecodes offset to a common base.
  • The output stream can be delayed to compensate for data surges in either source. This is ideal if the audio is a SHOUTcast source that includes a burst when it starts.

More resources

To use the compiled version of this module, see Mix audio and video from different live sources with a Wowza Streaming Engine Java module.

We recommend that you use ModuleAVMix in place of ModuleAddAudioTrack because it provides additional functionality.

Wowza Streaming Engine Server-Side API Reference

How to extend Wowza Streaming Engine using the Wowza IDE

Wowza Media Systems™ provides developers with a platform to create streaming applications and solutions. See Wowza Developer Tools to learn more about our APIs and SDK.

Contact

Wowza Media Systems, LLC

License

This code is distributed under the Wowza Public License.

About

Wowza Streaming Engine™ module that combines separate audio and video sources into a single stream.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages