Upgrade to 3.6 broke rss playlists

More
10 years 6 months ago #6811 by cbri
Thanks. Here is the link to the page from the posted xml above -

bbjiujitsu.com/index.php?option=com_cont...cle&id=82&Itemid=125

It was working fine before I upgraded now it's giving that error. I'm guessing something changed between the versions or something.

The only difference I see now is that the module settings (joomla) don't have the Streamer configuration item.

The flash media server url that was working before the upgrade is -

rtmp://71.174.91.32/vod/

Thanks!

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

More
10 years 6 months ago #6813 by cbri
Or did you mean the url to the rss -

71.174.91.32/techniquerss.xml

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

More
10 years 6 months ago - 10 years 6 months ago #6814 by admin
Streamer field is deprecated, now the rtmp url as to be fully given in one field, same for xml, so please can you modify your playlist with the xml code given here (I try it and it works) :

www.joomlarulez.com/forum/26-jw-player-m...-playlists.html#6807
Last edit: 10 years 6 months ago by admin.

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

More
10 years 6 months ago #6815 by admin
1 - This one is not ok :
Code:
http://71.174.91.32:8134/techniquerss.xml

this one is ok :
Code:
http://71.174.91.32/techniquerss.xml


2 - you have to allow also the xml file to be load from this server (as you store it here) :
Code:
http://71.174.91.32/

because there is some flash and javascript security to consider for remote server storing -->

www.longtailvideo.com/support/jw-player/...sdomain-file-loading

for that you have to put a crossdomain file here :

71.174.91.32/crossdomain.xml

and load CORS with your htaccess :
Code:
########## allow xml and rss for javascript <FilesMatch "\.(xml|rss)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> ##########


The more simple is to store your xml file here (where the player is) :

bbjiujitsu.com/

and load it with a relative path

/techniquerss.xml
The following user(s) said Thank You: cbri

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

More
10 years 6 months ago #6825 by cbri
Thanks everyone the player is now playing! I ended up moving the xml file to the web server from the video server as recommended. The only thing I don't understand now is it's only showing the first video in the xml file and ignoring the rest. I must have to do something to create a playlist inside the xml file?

Craig

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

More
10 years 6 months ago #6826 by admin
to display the playlist body, set the "listbar" to "right" or "bottom"
The following user(s) said Thank You: cbri

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

Time to create page: 0.228 seconds

Download

Purchase
Download Directory

Login Form