Richard:
This is EXACTLY what I was talking about doing in a few of my emails with you today.
I’ve been trying it all night, with no luck, maybe you can provide ‘complete’ instructions, as I really have no ideas left.
I put the files into the same directory as my jw player as instructed.
What I don’t know is how to ‘properly’ fill in this form
<plugin>
<title>Livestream</title>
<filename>livestream.swf</filename>
<version>1</version>
<compatibility>Compatible with 4.4</compatibility>
<author>LongTail Video</author>
<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>
<href>http://developer.longtailvideo.com/trac/browser/plugins/livestream</href>
<flashvars>
<flashvar>
<name>live</name>
<default />
<description>Name of the RTMP stream to check/load.</description>
</flashvar>
<flashvar>
<name>http://www.annointed.net/test/richard/new/images/image01.jpg</name>
<default></default>
<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>
</flashvar>
<flashvar>
<name>interval</name>
<default>15</default>
<description>Interval in seconds for polling the livestream.</description>
</flashvar>
<flashvar>
<name>message</name>
<default>Checking for livestream...</default>
<description>Message to show in the display when polling the livestream.</description>
</flashvar>
<flashvar>
<name>rtmp://69.xx.xx.xx/live/</name>
<default />
<description>RTMP server to pull the stream from (e.g. rtmp://myserver.com/live-app).</description>
</flashvar>
<flashvar>
<name>tags</name>
<default />
<description>If you play multiple videos with one server setup, set this flashvar to filter in which videos the livestream will be polled and loaded. The livestream will only be polled when the tags of the video align with the tags you enter here.</description>
</flashvar>
</flashvars>
</plugin>
also, I am unsure of how to put the code into the page to display the player properly.
Here is what I am using:
<div><P ALIGN=center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="author=Central Park Assembly of God&description=Live Broadcast&file=live.flv&backcolor=FFFFFF&frontcolor=000000&volume=100&streamer=rtmp://69.xx.xx.xx/live/" /><param name="allowFullScreen" value="true" /><param name="src" value="/embed/player.swf" /><embed type="application/x-shockwave-flash" allowfullscreen="true" width="600" height="450" src="/embed/player.swf" flashvars="author=Central Park Assembly of God&description=Live Broadcast&file=live.flv&plugins=googlytics-1&backcolor=FFFFFF&backcolor=000000&frontcolor=FFFFFF&lightcolor=FFFFFF&logo=www.cpnc.org/blog/wp-content/themes/revolution-20/images/CPNClogo1.jpg&volume=100&streamer=rtmp://69.xx.xx.xx/live/"></embed></object></P></div>
<p>The full screen feature is now available next to the volume control.</p>
<div style="clear:both;"></div>
I can’t figure out where to add
so.addParam('flashvars','&plugins=yousearch-1,yt&streamer=rtmp://yourip/vod&file=video.flv');
Would you be kind enough to ‘fix’ the code for me here so that I can try it?
Also:
I have ZERO idea what they mean by ‘tags’ in the xml file above. Never heard of adding tags to a video before.
thankyou for any help provided.