source: plugins/livestream/v4/livestream.xml @ 1493

Revision 1493, 1.4 KB checked in by jeroen, 2 years ago (diff)

initial JS version of livestream

Line 
1<plugin>
2        <title>Livestream</title>
3        <filename>livestream.swf</filename>
4        <version>1</version>
5        <compatibility>Compatible with 4.4</compatibility>
6        <author>LongTail Video</author>
7        <description>This plugin automatically polls an RTMP stream for availability every XX seconds. If the stream is there, it will kick in. If not, the plugin will keep retrying. It allows users to wait for a live event without having to refresh their page.</description>
8        <href>http://developer.longtailvideo.com/trac/browser/plugins/livestream</href>
9
10        <flashvars>
11                <flashvar>
12                        <name>file</name>
13                        <default />
14                        <description>Name of the RTMP stream to check/load.</description>
15                </flashvar>
16                <flashvar>
17                        <name>image</name>
18                        <default></default>
19                        <description>Preview image associated with the livestream. It is shown when the live stream ends. It should typically say something like "thanks for watching".</description>
20                </flashvar>
21                <flashvar>
22                        <name>interval</name>
23                        <default>15</default>
24                        <description>Interval in seconds for polling the livestream.</description>
25                </flashvar>
26                <flashvar>
27                        <name>message</name>
28                        <default>Checking for livestream...</default>
29                        <description>Message to show in the display when polling the livestream.</description>
30                </flashvar>
31                <flashvar>
32                        <name>streamer</name>
33                        <default />
34                        <description>RTMP server to pull the stream from (e.g. rtmp://myserver.com/live-app).</description>
35                </flashvar>
36        </flashvars>
37
38</plugin>
Note: See TracBrowser for help on using the repository browser.