Please help with nStreamPlayer/ rtmp

Here for general support for D series TVs, request and problem solve area.
Post Reply

hazara
Posts: 51
Joined: Wed Jan 11, 2012 1:50 pm

Please help with nStreamPlayer/ rtmp

Post by hazara »

Hello every one,

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
And here is how used it:

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>
I have tried this way as well but not working:

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>
Has anyone made successful use of nStreamPlayer with rtmp streaming url? If yes, how you have you used the streaming url in xml?

Please help

Regards
eclipsejee
Posts: 6
Joined: Fri Jul 27, 2012 6:19 pm

Re: Please help with nStreamPlayer/ rtmp

Post by eclipsejee »

hazara wrote:Hello every one,

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
And here is how used it:

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>
I have tried this way as well but not working:

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>
Has anyone made successful use of nStreamPlayer with rtmp streaming url? If yes, how you have you used the streaming url in xml?

Please help

Regards


You will need to have rtmpgw (proxy gateway of rtmpdump) in Samygo in order to support swfUrl and pageUrl stream...

Please refer to this thread viewtopic.php?f=22&t=4592

Need Samygo gurus to compile the rtmpgw source into our Samsung TV binary... :)

Tested it works well with rtmpgw in Windows version, but would like to see Samygo gurus to port over it to run at the TV itself :)

Post Reply

Return to “[D] Support”