/var/lib/red5/webapps/root/index.html is in red5-server 1.0~svn4374-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | <!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" />
<meta name="viewport" content="width=device-width" />
<link rel="apple-touch-icon" href="logo.png" />
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
<title>Red5 - The open source media server</title>
<style type="text/css">
<!--
body {
background-color:#680000;
font-family: sans-serif;
font-size: 0.9em;
}
.code {
font-family: monospace;
font-size: 130%;
}
a {
color: red;
background: white;
text-decoration: none;
}
#information {
padding-top: 1em;
padding-bottom: 1em;
}
.spiffy{display:block}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
font-size:.01em;
background:#fff}
.spiffy1{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #b60600;
border-right:1px solid #b60600;
background:#df0b00}
.spiffy2{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #8c0100;
border-right:1px solid #8c0100;
background:#e60c00}
.spiffy3{
margin-left:1px;
margin-right:1px;
border-left:1px solid #e60c00;
border-right:1px solid #e60c00;}
.spiffy4{
border-left:1px solid #b60600;
border-right:1px solid #b60600}
.spiffy5{
border-left:1px solid #df0b00;
border-right:1px solid #df0b00}
.spiffyfg{
padding:1em;
background-color:#fff;
}
-->
</style>
</head>
<body>
<div>
<b class="spiffy">
<b class="spiffy1"><b></b></b>
<b class="spiffy2"><b></b></b>
<b class="spiffy3"></b>
<b class="spiffy4"></b>
<b class="spiffy5"></b></b>
<div class="spiffyfg">
<img src="biglogo.png" alt="Red5"/>
<p id="information">
This page is used to test the proper operation of the Red5 server after it
has been installed. If you can read this page it means that the Red5 server
installed at this site is working properly.
<br />
<br />
If you would like to watch an instructional video on Red5 and have access to YouTube, <a href="http://www.youtube.com/watch?v=969cmyGu1yw" target="_blank">click here</a>
<br />
<br />
<center><iframe src="vod/index.html" width="320" height="240" border="0"></iframe></center>
<br />
<br />
If you prefer to jump right in, follow these steps:
<li>
<p>
Debian "red5-server" package doesn't contains /demos or /installer webapps.
Please note that /installer and /demos webapps are for demonstration purpose
only and should never be installed on a public red5 server
(no security at all in those applications).
</p>
<p>
Furthermore, they contains non-free stuffs :
<ul>
<li> *.swf binary-only (Flash Player) files</li>
<li> *.flv movies trailers like Avatar / Toy Story 3</li>
</ul>
</p>
<p>
As root, you can install /demos (SWF files) and /installer webapp, by issuing :
<pre>
# wget http://wiki.red5.org/downloads/1_0/red5-1.0.0-RC2.zip
# mkdir red5/; cd red5;
# unzip ../red5-1.0.0-RC2.zip
# cp -R webapps/root/demos /var/lib/red5/webapps/root/demos
# cp -R webapps/installer /var/lib/red5/webapps/installer
# find /var/lib/red5/webapps/ -type d -exec chown _red5 {} \;
# cd ..
# rm -rf red5*
# /etc/init.d/red5-server restart
</pre>
</p>
<i>Excerpt from /usr/share/doc/red5-server/README.Debian</i>
</li>
<ul>
<li><a href="installer" target="_blank">Install</a> a ready-made application</li>
<li>Launch a <a href="demos">demo</a></li>
</ul>
</p>
<br />
<p>
Further information about Red5 can be found at any of these links:
<a href="http://red5.googlecode.com/" target="_blank">homepage</a> |
<a href="http://wiki.red5.org/" target="_blank">wiki</a>
<br />
<br />
Be sure to subscribe <a href="http://groups.google.com/group/red5interest" target="_blank">the mailing list</a>
to get help or to be notified about new versions. You can also use the mailing list to ask questions about Red5.
</p>
<br />
</div>
<b class="spiffy">
<b class="spiffy5"></b>
<b class="spiffy4"></b>
<b class="spiffy3"></b>
<b class="spiffy2"><b></b></b>
<b class="spiffy1"><b></b></b></b>
</div>
</body>
</html>
|