-
Notifications
You must be signed in to change notification settings - Fork 33
/
Installation.html
64 lines (58 loc) · 1.63 KB
/
Installation.html
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
<style type="text/css">
<!--
.subtitle {
font: normal 14px/15px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
color: #555555;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #999;
margin: 1px;
word-spacing: 1px;
border-right-style: dotted;
border-right-width: 1px;
padding: 2px;
background-color: #EDEBEB;
border-top-color: #999;
border-right-color: #999;
border-left-color: #A59A9B;
border-top-width: 1px;
border-left-width: 4px;
border-left-style: solid;
-moz-border-radius-bottomleft:9px;
-webkit-border-bottom-left-radius:9px;
}
.content {
padding: 5px;
margin: 1px;
-moz-border-radius-topleft:9px;
-webkit-border-top-left-radius:9px;
border-width: 1px;
border-style: solid;
border-color: #DADEE9;
color: #666;
font-size: 14px;
font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 15px;
background-color: #EEF5FD;
}
A
{
color: #DE5F78;
text-decoration: none;
}
A:hover
{
color: #BB5D86;
text-decoration: underline;
}
-->
</style>
<div class="subtitle">VideoWhisper > <strong>Live Streaming</strong> > <strong>PHP</strong> Stand Alone</div>
<div class="content"><br />
See requirements and step by step setup instructions on <a href="http://www.videowhisper.com/?p=PHP+Live+Streaming">PHP Live Streaming Installation Instructions</a> page.<br />
You can also download latest version, required rtmp applications and also get information about compatible hosting from VideoWhisper.com .
<br />
<br />
<br />
</div>