-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 922 Bytes
/
index.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="flowplayer/flowplayer-3.2.13.min.js"></script>
<title>UW Player</title>
<style type="text/css">
#player {
width: 720px;
height: 480px;
}
</style>
</head>
<body>
<div id="player"></div>
<script type="text/javascript">
flowplayer("player", "flowplayer/flowplayer-3.2.18.swf", {
log: { level: 'debug'},
plugins: {
f4m: {
url: "flowplayer/flowplayer.f4m-3.2.10.swf",
dvrBufferTime: 12,
liveBufferTime: 12
},
httpstreaming: { url: "flowplayer/flowplayer.httpstreaming-3.2.11.swf" },
},
clip: {
url: "http://octa01.streaming.y3ti.pl:1935/dvr/mp4:uw_source/manifest.f4m?DVR",
autoPlay: false,
urlResolvers: ['f4m'],
provider: 'httpstreaming',
scaling: 'fit',
}
});
</script>
</body>
</html>