- Posts: 4
- Thank you received: 0
rtmp streams in rss playlists, please help..
- Smarterthinking
- Topic Author
- Offline
- New Member
-
Less
More
12 years 7 months ago #5283
by Smarterthinking
rtmp streams in rss playlists, please help.. was created by Smarterthinking
I have tried various formats and am unable to get the streams playing via an rss playlist.
What is wrong with this rss file?
Below is the code I use to get these stream working in various player.
Help would be great, thanks in advance...
Code:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/" >
<channel>
<title>UK Free View TV</title>
<item>
<title>More4</title>
<description>More4 music channel UK</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="95.high.stream" />
<media:thumbnail url="http://2.bp.blogspot.com/_BitBhFJrHr0/TTnifUaIf_I/AAAAAAAAFcQ/MNuQLaqZHBE/s1600/4music-logo-432x243.jpg" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.37/live95</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
<item>
<title>BBC One London</title>
<description>BBC One London UK Live TV</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="14.high.stream" />
<media:thumbnail url="http://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/BBC_One_logo.svg/1000px-BBC_One_logo.svg.png" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.11/live14</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
<item>
<title>BBC One North Ireland</title>
<description>BBC One N Ireland TV channel UK</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="361.high.stream" />
<media:thumbnail url="http://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/BBC_One_logo.svg/1000px-BBC_One_logo.svg.png" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.98/live361</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
<item>
<title>BBC Two</title>
<description>BBC Two London UK Live TV</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="25.high.stream" />
<media:thumbnail url="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/BBC_Two.svg/1000px-BBC_Two.svg.png" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.11/live25</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
<item>
<title>BBC Three</title>
<description>BBC Three TV channel UK</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="113.high.stream" />
<media:thumbnail url="http://news.bbcimg.co.uk/media/images/47788000/jpg/_47788157_995-2.jpg" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.11/live113</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
<item>
<title>BBC Four</title>
<description>BBC Four London UK Live TV</description>
<media:credit role="author">Author Name</media:credit>
<media:content url="103.high.stream" />
<media:thumbnail url="http://3.bp.blogspot.com/_kJWWRipRdSk/TVLs0PSa_qI/AAAAAAAACsY/88JsHX63JYM/s400/bbc_four.png" />
<jwplayer:provider>rtmp</jwplayer:provider>
<jwplayer:streamer>rtmp://69.55.53.103/live103</jwplayer:streamer>
<jwplayer:start>0</jwplayer:start>
</item>
</channel>
</rss>
What is wrong with this rss file?
Below is the code I use to get these stream working in various player.
Code:
<stream>
<title>BBC One</title>
<info resolution="768x420" bitrate="1000kbps"/>
<swfUrl>http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=f</swfUrl>
<link>rtmp://69.55.53.11/live14</link>
<pageUrl><![CDATA[http://www.filmon.com/htmlmain]]></pageUrl>
<playpath>14.high.stream</playpath>
<advanced>live=1 swfVfy=1</advanced>
<language>English</language>
<epgid>skyuk:2002</epgid>
<logourl>http://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/BBC_One_logo.svg/1000px-BBC_One_logo.svg.png</logourl>
</stream>
<stream>
<title>BBC One North Ireland</title>
<info resolution="768x420" bitrate="1000kbps"/>
<swfUrl>http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=f</swfUrl>
<link>rtmp://69.55.53.98/live361</link>
<pageUrl><![CDATA[http://www.filmon.com/htmlmain]]></pageUrl>
<playpath>361.high.stream</playpath>
<advanced>live=1 swfVfy=1</advanced>
<language>English</language>
<epgid>skyuk:2005</epgid>
<logourl>http://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/BBC_One_logo.svg/1000px-BBC_One_logo.svg.png</logourl>
</stream>
<stream>
<title>BBC Two</title>
<info resolution="768x420" bitrate="1000kbps"/>
<swfUrl>http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=f</swfUrl>
<link>rtmp://69.55.53.11/live25</link>
<pageUrl><![CDATA[http://www.filmon.com/htmlmain]]></pageUrl>
<playpath>25.high.stream</playpath>
<language>English</language>
<advanced>live=1 swfVfy=1</advanced>
<epgid>skyuk:2006</epgid>
<logourl>http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/BBC_Two.svg/1000px-BBC_Two.svg.png</logourl>
</stream>
<stream>
<title>BBC Three</title>
<info resolution="768x420" bitrate="1000kbps"/>
<swfUrl>http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=f</swfUrl>
<link>rtmp://69.55.53.11/live113</link>
<pageUrl><![CDATA[http://www.filmon.com/htmlmain]]></pageUrl>
<playpath>113.high.stream</playpath>
<language>English</language>
<advanced>live=1 swfVfy=1</advanced>
<epgid>skyuk:2061</epgid>
<logourl>http://news.bbcimg.co.uk/media/images/47788000/jpg/_47788157_995-2.jpg</logourl>
</stream>
<stream>
<title>BBC Four</title>
<info resolution="768x420" bitrate="1000kbps"/>
<swfUrl>http://www.filmon.com/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=f</swfUrl>
<link>rtmp://69.55.53.103/live103</link>
<pageUrl><![CDATA[http://www.filmon.com/htmlmain]]></pageUrl>
<playpath>103.high.stream</playpath>
<language>English</language>
<advanced>live=1 swfVfy=1</advanced>
<epgid>skyuk:2018</epgid>
<logourl>http://3.bp.blogspot.com/_kJWWRipRdSk/TVLs0PSa_qI/AAAAAAAACsY/88JsHX63JYM/s400/bbc_four.png</logourl>
</stream>
Please Log in or Create an account to join the conversation.
12 years 7 months ago #5284
by admin
Replied by admin on topic Re: rtmp streams in rss playlists, please help..
It seems that those streams don't work "server not found"
Could provide a link where you make it work with another player ?
Could provide a link where you make it work with another player ?
Please Log in or Create an account to join the conversation.
- Smarterthinking
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 years 7 months ago #5286
by Smarterthinking
Replied by Smarterthinking on topic Re: rtmp streams in rss playlists, please help..
They definitely work. Watching BBC One right now via XBMC and SuperTV pluging using the following playlist.
This works perfectly, tested and works...
Not sure why cannot get it working in a JW Player rss Playlist?
If I am able to get this working will get the Advance version because I really like the way it works..
This works perfectly, tested and works...
Not sure why cannot get it working in a JW Player rss Playlist?
If I am able to get this working will get the Advance version because I really like the way it works..
Please Log in or Create an account to join the conversation.
12 years 7 months ago #5287
by admin
Replied by admin on topic Re: rtmp streams in rss playlists, please help..
XBMC and SuperTV are not online player but local player (like vlc).
I guess this stream is protect by the owner of the stream, BBC allow the stream for local stream only.
I guess this stream is protect by the owner of the stream, BBC allow the stream for local stream only.
Please Log in or Create an account to join the conversation.
- Smarterthinking
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 years 7 months ago - 12 years 7 months ago #5288
by Smarterthinking
Replied by Smarterthinking on topic Re: rtmp streams in rss playlists, please help..
Not sure if this makes sense, as I have previously embedded these exact streams into a joomla site, they worked perfectly.. but via an iframe and VLC firefox plugin....
Looks like I may have to go this route again....
Looks like I may have to go this route again....
Last edit: 12 years 7 months ago by Smarterthinking.
Please Log in or Create an account to join the conversation.
12 years 7 months ago #5289
by admin
Replied by admin on topic Re: rtmp streams in rss playlists, please help..
As you said ---> vlc plugin
I am pretty sure that the owner of this stream (I guess BBC) protect their streaming from third website.
I am pretty sure that the owner of this stream (I guess BBC) protect their streaming from third website.
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds
Random
-
Refund Policy
Faq 19.Jul -
JW Player Advanced
Latest 15.Apr -
-
-
Subscription Plan Map
Faq 19.Jul
Popular
-
JW Player Advanced
15.Apr -
Shopping Page
17.Apr -
-
-
Subscription Plan Map
19.Jul
Recently Updated
-
JW Player Advanced
Latest 15.Apr -
-
Subscription Plan Map
Faq 19.Jul -
-
Bento Advanced Plugin
Latest 26.Dec
Copyright © 2025 Joomla RuleZ. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
Disclaimer
Joomlarulez and this site is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.