I have used the nStreamplayer with some of the default channels working. I have copied a rtsp streaming url from this(viewtopic.php?f=21&t=3726) xml list which had been created for xbmc and it works but very slow and it seems has some buffering issue!
However, when I copied rtmp urls from the same list it did not work. I have used url help to extract rtmp streaming url and based on the info from this site http://www.sat-universe.com/archive/ind ... 28369.html, I have changed <playpath>to &y <swfUrl> to &w and <pageUrl> to &p, it still does not work.
Here is the extracted url:
Code: Select all
rtmp://cp91525.live.edgefcs.net:80/live<playpath>ptv_live_mbr_3@8062 <swfUrl>http://www.bbc.co.uk/emp/releases/worldwide/revisions/749603_749269_749444_5/749603_749269_749444_5_emp.swf <pageUrl>http://www.bbc.co.uk
Code: Select all
<channel>
<title>BBC Farsi</title>
<stream_url><![CDATA[rtmp://cp91525.live.edgefcs.net:80/live&y=ptv_live_mbr_3@8062 &w=http://www.bbc.co.uk/emp/releases/worldwide/revisions/749603_749269_749444_5/749603_749269_749444_5_emp.swf&p=http://www.bbc.co.uk/]]></stream_url>
<logo_30x30>blq-blocks_grey_alpha.png</logo_30x30>
<category_id>1</category_id>
</channel>
Code: Select all
<channel>
<title>BBC Farsi1</title>
<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://cp91525.live.edgefcs.net:80/live&y=ptv_live_mbr_3@8062 &w=http://www.bbc.co.uk/emp/releases/worldwide/revisions/749603_749269_749444_5/749603_749269_749444_5_emp.swf&p=http://www.bbc.co.uk/]]></stream_url>
<logo_30x30>blq-blocks_grey_alpha.png</logo_30x30>
<category_id>1</category_id>
</channel>
Please help
Regards