Wowza Media Systems

Wowza Media Server 2 Examples: RTP Pusher

Description

This package provides a Flash tool to interface to start playback of native RTP or MPEG-TS streams.

To install

1. Install Wowza Media Server 2 patch 6 or greater.

2. Copy lib/wms-plugin-rtppush.jar to [install-dir]/lib folder of Wowza Server

2. If it doesn't exist already, create the folders [install-dir]/applications/live and [install-dir]/conf/live.

2. Copy the file [install-dir]/conf/Applications.xml into [install-dir]/conf/live.

3. Edit the newly copied Application.xml file and set the Streams/StreamType setting to live. Add the following module definition to the end of the <Modules> list:


<Module>
	<Name>ModuleRTPPusher</Name>
	<Description>ModuleRTPPusher</Description>
	<Class>com.wowza.wms.plugin.rtppush.ModuleRTPPusher</Class>
</Module>

To use

1. Double click client/rtppusher.html, adjust the Server URL to point to your Wowza Server and click the Connect button.

2. Start publishing a stream to the live application

3. Fill in the information in the RTP Pusher application and click the Start Stream button


Stream: name of the stream you wish to publish
IP: destination IP address of the stream (multicast is OK)
Video Port: destination video port (if MPEG-TS set to -1)
Audio Port: destination audio port (if MPEG-TS this is the single destination port)
MPEG-TS: set to checked if sending an MPEG-TS stream
RTP Wrapped: set to checked if sending an MPEG-TS stream and you wish it to be wrapped in RTP

To stop all stream click the Stop All Stream button

Note: this tool is very basic. It is for internal development purposes and serves as a test tool.