Repository URL to install this package:
|
Version:
3.1.2-ga-1 ▾
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wowza Media Server 3 Examples</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img src="header.gif" style="width: 205px; height: 57px;"
alt="Wowza Media Systems">
<h1>Wowza Media Server 3 Examples</h1>
<p>Each of these folders include an example that highlights the
functionality of Wowza Media Server 3. Follow the instructions
in the README.html that is included in each of the folders to install
and run the examples. To install all the examples follow the
instructions below.</p>
<h2>To install all examples</h2>
<table>
<tbody>
<tr>
<td>VISTA/WINDOWS 7: </td>
<td>Right click <b>installall.bat</b> and select <b>Run as
Administrator</b></td>
</tr>
<tr>
<td>WINDOWS: </td>
<td>Double click the <b>installall.bat</b> batch file</td>
</tr>
<tr>
<td>LINUX: </td>
<td>Run <b>./installall.sh</b></td>
</tr>
<tr>
<td>MAC OSX: </td>
<td>Double click the <b>installall.command</b> script file</td>
</tr>
</tbody>
</table>
<h2>List of examples</h2>
<table>
<tbody>
<tr>
<td style="padding: 3px;"><b>BWChecker: </b>This is an
Adobe Flash example that provides a means for testing the bandwidth
between individual Flash client connections and Wowza Media Server 3. It includes both a debugging tool that can be used to
interactively test bandwidth as well as Flash code that you can embed
into your Flash application.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>LiveVideoStreaming: </b>This
example illustrates how to setup and playback live video. It utilizes
the <b>live</b> and <b>rtp-live</b> stream types.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>LiveDvrStreaming: </b>This
example illustrates how to setup and playback live DVR video.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>LoadBalancer: </b>Wowza Media
Systems provides a dynamic load balancing package that you can add to
the Wowza Media Server 3. To obtain the latest version
of this package, click the following link: <a
href="http://www.wowza.com/docredirect.php?doc=addOnDynamicLoadBalancing">Dynamic Load Balancing</a></td>
</tr>
<tr>
<td style="padding: 3px;"><b>RemoteSharedObjects: </b>This
is an Adobe Flash example that illustrates the basics of remote shared
objects. It implements the basic remote shared object interface
and the onSync event handler to highlight how data is synchronized
between client connections. To see the data synchronization in
action, try opening two instances of the example. While you make
changes in one instance you will see the data update in the other.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>MediaSecurity: </b>Wowza
Media Systems provides a media security package that includes
SecureToken and RTMP Authentication functionality as well as a document
that covers other methods of securing Wowza Media Server 3. To obtain the latest version
of this package, click the following link: <a
href="http://www.wowza.com/docredirect.php?doc=addOnMediaSecurity">Media Security</a></td>
</tr>
<tr>
<td style="padding: 3px;"><b>ServerSideModules: </b>This
example is referenced by the Wowza IDE: User’s Guide and is a good
starting point to learn how to create your first custom server side
module.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>SHOUTcast: </b>This is an
Adobe Flash example that illustrates how re-stream SHOUTcast and Icecast MP3 or AAC+
audio data through Wowza Media Server 3. It utilizes the
<b>shoutcast</b> stream type.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>SimpleVideoStreaming: </b>This
example includes a video on demand player for Adobe Flash and Microsoft
Silverlight. It utilizes the <b>default</b> stream type.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>TextChat: </b>This is an
Adobe Flash example that illustrates how to implement a simple text
chat application.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>VideoChat: </b>This is an
Adobe Flash example that illustrates how to implement video chat
between two users. It utilizes the live-lowlatency stream type
and uses the Camera and Microphone objects to obtain video and audio
content. The example can either stream video and audio data
between two client connections or loop the data back to itself.</td>
</tr>
<tr>
<td style="padding: 3px;"><b>VideoRecording: </b>This is
an Adobe Flash example that illustrates how to implement client to
server video recording. It utilizes the record stream type and
uses the Camera and Microphone objects to obtain video and audio
content.</td>
</tr>
</tbody>
</table>
<h2>Additional resources</h2>
<p>
<a target="_blank" href="http://www.wowza.com/quickstart.php?version=3_0_0">Wowza Media Server Quick Start Guide</a><br/>
<a target="_blank" href="http://www.wowza.com/forums">Wowza Media Server Forums</a><br/>
</p>
<p><i><b>Note:</b> All Adobe Flash files in the client folders of each of the examples is implemented using ActionScript 3.0. Many of the Flash examples also include Flex a version in the clientFlex folder, an Open Source Media Framework (OSMF) version in the clientOSMF folder and Microsoft Silverlight version in the clientSilverlight folder.</i></p>
<p><i><b>Note:</b> To run the examples on a machine that does not include a web browser, you must either copy the <b>.html</b>, <b>.js</b>, <b>.gif</b>, <b>.png</b>, <b>.xap</b> and <b>.swf</b> files to a machine that does include a web browser or make these files available through a web server on the machine running Wowza Server. Upon running the <b>.html</b> file, you will also need to change the <b>rtmp://</b> URL to point to the ip address of the server running Wowza Server.</i></p>
</body>
</html>