WowzaMediaSystems / wse-plugin-autorecord

Wowza Streaming Engine™ module to record incoming live streams using application StreamRecorder parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveStreamAutoRecord

ModuleAutoRecord for Wowza Streaming Engine media server software is an alternative to the Record all incoming streams option in Wowza streaming Engine Manager. It enables you to record either all or selected incoming streams on an application automatically using the default StreamRecorder parameters configured for the application. The recordings are accessible via the Wowza Streaming Engine Manager user interface, the Wowza Streaming Engine REST Service, and the LiveStreamRecord HTTP provider.

This repo includes a compiled version.

Prerequisites

Wowza Streaming Engine™ 4.0.0 or later is required.

Usage

When the application is started, the module checks to see if the streamRecorderRecordAllStreams property is set to true (default) or if the streamRecorderRecordType property is set to all, and if so, it sets the Stream Recorder Manager to record all of the streams that are published to the application. Alternatively, streams are recorded based on the streamRecorderRecordType setting and if a match is found in the streamRecorderStreamNames list.

Each recorder that's started uses the default StreamRecorder parameters that are configured for the application. These can be set via the StreamRecorder properties. For more information, see How to record live streams (Wowza Streaming Engine)

More resources

To use the compiled version of this module, see How to start recording streams automatically (LiveStreamRecordAutoRecord).

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 to record incoming live streams using application StreamRecorder parameters.

License:Other


Languages

Language:Java 100.0%