161 lines
3.8 KiB
HTML
161 lines
3.8 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<title>Red5 Samples</title>
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
body {
|
||
|
margin: 0;
|
||
|
font-family: sans-serif;
|
||
|
font-size: 0.9em;
|
||
|
}
|
||
|
#footer {
|
||
|
border-top: 1px solid red;
|
||
|
font-size: 70%;
|
||
|
margin: 0;
|
||
|
padding: 0 0.5em;
|
||
|
clear: both;
|
||
|
}
|
||
|
.code {
|
||
|
font-family: monospace;
|
||
|
font-size: 130%;
|
||
|
}
|
||
|
a {
|
||
|
color: red;
|
||
|
background: white;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
h1 {
|
||
|
padding: 0.6em 0;
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
background: #d00;
|
||
|
border-bottom: 3px solid black;
|
||
|
}
|
||
|
.demo {
|
||
|
border-left: 2px dotted red;
|
||
|
margin: 1em 0;
|
||
|
padding-left: 1em;
|
||
|
}
|
||
|
.demo h2 {
|
||
|
padding: 0.2em 1em 0 0;
|
||
|
margin: 0;
|
||
|
font-size: 110%;
|
||
|
}
|
||
|
.demo p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
.demo p a {
|
||
|
font-size: 90%;
|
||
|
}
|
||
|
#content {
|
||
|
margin: 0 2em;
|
||
|
}
|
||
|
#informations {
|
||
|
padding-top: 1em;
|
||
|
padding-bottom: 1em;
|
||
|
border-bottom: 1px solid #a00;
|
||
|
}
|
||
|
#demos {
|
||
|
}
|
||
|
-->
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Red5 Samples</h1>
|
||
|
|
||
|
<div id="content">
|
||
|
|
||
|
<p id="informations">
|
||
|
On this page you can find some sample applications that show the various
|
||
|
features provided by Red5. The source code is available in the
|
||
|
<span class="code">swf/DEV_Source</span> directory. Other examples are
|
||
|
available in the <span class="code">swf/DEV_Deploy</span> directory.
|
||
|
</p>
|
||
|
|
||
|
<div id="demos">
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Shared Ball</h2>
|
||
|
<p>A simple shared ball demo that makes use of Shared Objects.</p>
|
||
|
<p><a href="BallControl.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Admin Panel</h2>
|
||
|
<p>The Red5 administration panel.</p>
|
||
|
<p><a href="adminPanel.html">View demo</a></p>
|
||
|
<p><a href="adminPanel.air">Download AIR version of demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Echo Test</h2>
|
||
|
<p>A test application that runs RTMP/AMF datatype tests.</p>
|
||
|
<p><a href="echo_test.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>OFLA Demo</h2>
|
||
|
<p>Simple video player as shown on the Online Open Source Flash conference.</p>
|
||
|
<p><a href="ofla_demo.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Port Tester</h2>
|
||
|
<p>Simple port tester tool that determines which ports the Flash Player is able to connect through to the Red5 server.</p>
|
||
|
<p><a href="port_tester.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Publisher</h2>
|
||
|
<p>Publishing program that can be used to publish, record and view videos.</p>
|
||
|
<p><a href="publisher.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Bandwidth Detection</h2>
|
||
|
<p>Demo application that detects the client bandwidth.</p>
|
||
|
<p><a href="bwcheck.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Simple Chat</h2>
|
||
|
<p>Basic chat demo that uses Shared Objects to send chat messages.</p>
|
||
|
<p><a href="SimpleChat.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Simple Broadcaster</h2>
|
||
|
<p>Basic live video broadcaster.</p>
|
||
|
<p><a href="simpleBroadcaster.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Simple Subscriber</h2>
|
||
|
<p>Basic live video subscriber to be used with the simple subscriber.</p>
|
||
|
<p><a href="simpleSubscriber.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Simple Recorder</h2>
|
||
|
<p>Basic live video recorder.</p>
|
||
|
<p><a href="simpleRecorder.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
<div class="demo">
|
||
|
<h2>Video Conference</h2>
|
||
|
<p>Video conference with chat.</p>
|
||
|
<p><a href="videoConference.html">View demo</a></p>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="footer">
|
||
|
Copyright © 2006-2008 <a href="http://osflash.org/red5">The Red5 Project</a>.
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|