How to configure SMIL

More
14 years 3 months ago #514 by ccollins
I am tryiing to configure the player to work with Highwinds and SMIL. I am struggling any help would be appreciated.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #515 by admin
Replied by admin on topic Re:How to configure SMIL
Hi,

For JW 5.x you have to set the provider as rtmp (or highwinds) and load balance to true.


developer.longtailvideo.com/trac/wiki/Player5MediaProviders
Code:
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats"> <channel> <title>Example media RSS playlist</title> <item> <title>Highwinds Video</title> <media:content url="http://hwcdn.net/nksdjg/video.flv" /> <jwplayer:provider>rtmp</jwplayer:provider> <jwplayer:rtmp.loadbalance>true</jwplayer:rtmp.loadbalance> </item> <item> <title>VDOX Video</title> <media:content url="http://myserver.com/video.flv" /> <jwplayer:provider>rtmp</jwplayer:provider> <jwplayer:rtmp.loadbalance>true</jwplayer:rtmp.loadbalance> </item> </channel> </rss>

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #519 by ccollins
Replied by ccollins on topic Re:How to configure SMIL
Thank for the help...but I guess I am not sure how to configure these settings in the module properties I dont see provider in the properties.....Sorry I missed something...

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #520 by admin
Replied by admin on topic Re:How to configure SMIL
In the JW Player Module you don't have those fields in the backend, you have to build an xml file (who embed those parameters) as indicate below.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #521 by ccollins
Replied by ccollins on topic Re:How to configure SMIL
Thanks for the quick response... should there be somthing in the streamer field.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago - 14 years 3 months ago #522 by ccollins
Replied by ccollins on topic Re:How to configure SMIL
Nest question is that I noticed on your example the url is flv. and the url I have for my live feed is smil... does that matter.


for example:
Code:
<rssversion="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats"> <channel> <title>ExamplemediaRSSplaylist</title> <item> <title>HighwindsVideo</title> <media:contenturl="http://hwcdn.net/a5d3k3d1/fls/24845-Cog-Event.smil"/> <jwplayer:provider>highwinds</jwplayer:provider> <jwplayer:rtmp.loadbalance>true</jwplayer:rtmp.loadbalance> </item> <item> <title>VDOXVideo</title> <media:contenturl="http://myserver.com/video.flv"/> <jwplayer:provider>rtmp</jwplayer:provider> <jwplayer:rtmp.loadbalance>true</jwplayer:rtmp.loadbalance> </item> </channel> </rss>
Last edit: 14 years 3 months ago by admin. Reason: code

Please Log in or Create an account to join the conversation.

Time to create page: 0.230 seconds

Download

Purchase
Download Directory

Login Form