source: plugins/livestream/js/test/index.html @ 1509

Revision 1509, 879 bytes checked in by jeroen, 2 years ago (diff)

moved adaptive provider to branch, deleted botr/v4mxmlc branch and added text streams

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4
5        <title>Livestream plugin</title>
6
7        <style type="text/css">
8                body { background-color: #eee; padding: 40px; }
9        </style>
10    <script type="text/javascript" src="jwplayer.js"></script>
11    <script type="text/javascript" src="../jwplayer.livestream.js"></script>
12
13</head>
14<body>
15
16<div id="container"></div>
17<script type="text/javascript">
18    jwplayer.livestream('container',
19        {
20            file: 'test.mp4',
21            flashplayer: "jwplayer.swf",
22            height: 406,
23            image:'thumb.png',
24            streamer:'rtmp://127.0.0.1/live',
25            title:'Live testing session of the JW Player LiveStream plugin',
26            width: 720
27        },
28        '12/20/2010 17:00:00',
29        '12/20/2010 17:30:00'
30    );
31</script>
32
33
34
35</body>
36</html>
Note: See TracBrowser for help on using the repository browser.