nStreamPlayer with rtmp

Dutchdude

Registered
Messages
11
Any tips?

@Urgoz

could you have a look at these?

This code is from XBMC and works ok.
Code:
<link>rtmpe://93.114.43.3:1935/live playpath=jazzhd token=6c69766568642e747620657374652063656c206d616920746172652121 swfUrl=http://livehd.tv/player/player.swf pageUrl=http://livehd.tv/live.php</link>

And this is what my Nstreamer edit looks like...
Code:
<channel>
<name>ONE HD Jazz</name>
<piconname>dummy.png</piconname>
<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmpe://93.114.43.3:1935/live&W=http://livehd.tv/player/player.swf&p=http://livehd.tv/index.php?stream=jazz&y=jazzhd&T=6c69766568642e747620657374652063656c206d616920746172652121&v=]]></stream_url>
<ts_stream></ts_stream>
<buffer_kb>512</buffer_kb>		
</channel>

Any tips or tricks :D

Thx :thum:
 

pvgrv

Registered
Messages
4
Hy! Please help me with this code on the simple player,and i want to see this with my nstreamplayer:

rtmp://$OPT:rtmp-raw=rtmpe://fms38.mediadirect.ro:1935/live3 app=live3?id=59941582%26publisher=2 swfUrl=http://static1.mediadirect.ro/player-preload/swf/dolce_video_1019/player.swf pageUrl=http://-----dolcetv.ro/ conn=O:1 conn=O:0 playpath=kiss_low live=1

Many thanks my friend!
 

testi

Super VIP
Messages
1,728
you don`t need that on gb800hd ...

put the links into the channellist and it will work ...

example for the mentioned jazzhd channel:

Code:
#SERVICE 4097:0:0:0:0:0:0:0:0:0:rtmpe%3A//93.114.43.3%3A1935/live playpath=jazzhd token=6c69766568642e747620657374652063656c206d616920746172652121 swfUrl=http%3A//livehd.tv/player/player.swf pageUrl=http%3A//livehd.tv/live.php:JazzHD
 

testi

Super VIP
Messages
1,728
what is your plugin ? :)

think it works on dmm hd8000 also if you put it in channellist ...
 

testi

Super VIP
Messages
1,728
you have to start rtmpgw either from within the plugin or manually, then you can use that links in nstream.xml
 

Dutchdude

Registered
Messages
11
i know, as i got other rtmp streams working.
but somehow this rtmpe does not.
It worked before, i allready checked the details with rtmpdump.
so i was hoping someone could check it.
Code:
<channel>
<name>ONE HD Jazz</name>
<piconname>dummy.png</piconname>
<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmpe://93.114.43.3:1935/live&W=http://livehd.tv/player/player.swf&p=http://livehd.tv/index.php?stream=jazz&y=jazzhd&T=6c69766568642e747620657374652063656c206d616920746172652121&v=]]></stream_url>
<ts_stream></ts_stream>
<buffer_kb>512</buffer_kb>		
</channel>
rtmpgw is started and stopped correctly from the plugin.
 

Dutchdude

Registered
Messages
11
hi,

the &v= part stands for "live=1"
I played a bit today, and looks like a rtmpgw problem.
All RTMP streams work fine. But as soon as i try to play a RTMPE stream, like the one mentioned, the rtmpgw process crashes.
So i need to see why its crashing....:confused:

Thx
 

pvgrv

Registered
Messages
4
Hy! Please help me with this code on the simple player,and i want to see this with my nstreamplayer:

rtmp://$OPT:rtmp-raw=rtmpe://fms38.mediadirect.ro:1935/live3 app=live3?id=59941582%26publisher=2 swfUrl=http://static1.mediadirect.ro/player-preload/swf/dolce_video_1019/player.swf pageUrl=http://-----dolcetv.ro/ conn=O:1 conn=O:0 playpath=kiss_low live=1

Many thanks my friend!


Nobody can help me? Little help please... Thanks anyway!
 

Pamir!

Registered
Messages
8
The first:
Code:
		<channel>
				<name>Pink BH</name>	
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://195.222.59.131/live&y=pink_bh.sdp&W=http://www.bhtelecom.ba/webtv/player.swf&p=http://www.bhtelecom.ba]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>
You can figure out the rest :)
Btw its working only from bosnia? Because i cannot connect to the stream.
Hello everyone,

I have used url helper to extract rtmp url and used it nStreamPlayer as above but still not working can some one help me please?

This is the extracted rtmp url:
Code:
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 these the way I used in xml for nStreamplayer:
Code:
<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>
<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>

Regards

PS: I am not using nStreamPlayer on receiver. It is used on TV connected to the internet.
 
Last edited:

testi

Super VIP
Messages
1,728
1.) you have to change start script : add -v
2.) url should look like this ... tried and working here :

Code:
<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>
 

Pamir!

Registered
Messages
8
first posting in the ipk file ... you can unpack it manually with 7-Zip

I am sorry for being a bit vague and a pain.

I am using a version of nStreamPlayer for samsung TV which I have downloaded from this site: http://kartina.pristavka.de/nktvplayer/nStreamPlayer.zip. I don't know if that file you reffering to works with it or not. I have downloaded the file and unzip with winrar. But how can I edit it? Notepad++ shows it is strings unreadable!

Regards
 

testi

Super VIP
Messages
1,728
don`t think this version will work ... it works with the one in the first post ... you need to start rtmpgw from within the plugin , I don`t know how you do this in your samsung tv.
 

Pamir!

Registered
Messages
8
don`t think this version will work ... it works with the one in the first post ... you need to start rtmpgw from within the plugin , I don`t know how you do this in your samsung tv.

This is the default channel which works I don't kwnow what is the difference it is still rtmp.

Code:
<channel>
	<title>NRJ Dance</title>
	<stream_url><![CDATA[rtmp://nrjlivefs.fplive.net/nrjlive-live&id=nrjdance]]></stream_url> 
	<logo_30x30>nrjdance.jpg</logo_30x30>
	<category_id>1</category_id>
</channel

Regards
 

java

Registered
Messages
644
xml file for samsung is not the same like for dreambox , vu or giga ......
samsung xml nstream list dont work on dreambox , vu or giga ......

you dont need put xml list in your tv , just the path of list from server
 

Pamir!

Registered
Messages
8
xml file for samsung is not the same like for dreambox , vu or giga ......
samsung xml nstream list dont work on dreambox , vu or giga ......

you dont need put xml list in your tv , just the path of list from server

Well the xml extract in my previous post was copied from an xml file that is supplied with nStreamPalyer that is running on my TV and it works. I also have edit the file and inserted rtps url that works. Bur the problem is the rtmp urls which I can not figure out.

You can download and analyze the version of nStreamPlayr I am using yourself from this site http://kartina.pristavka.de/nktvplayer/nStreamPlayer.zip.

Regards
 
Top