nStreamPlayer with rtmp

testi

Super VIP
Messages
1,728
11.03.2012 :

- added rtmpgw
- check included nstream.xml how to insert your own rtmp links
 

urgoz

Registered
Messages
21
Very nice
made by my guide :)

You can add also libgstrtmp.so gstreamer plugin.
http://www.4shared.com/file/e-UxBdUK/libgstrtmp.html
(tested on my Vu+Duo, but might work with other E2 receivers)

Copy to /usr/lib/gstreamer-0.10 and chmod 755
Some rtmp stream that not using swf and site check works with it directly without rtmpgw




Sorry for my bad english :)
 

testi

Super VIP
Messages
1,728
did not read you guide , i read some older posts over at ihad from a guy asking for rtmpgw compiled for mips :)

but thank you very much for your hints with libgstrtmp.so , will try that :)

thanks
 

bravo12

Registered
Messages
3
need active thes line in plugin plz help me


rtmp://aljazeeraflashlivefs.fplive.net/aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=774827373001&affiliateId=/aljazeera_ara_low?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=774827373001&affiliateId=


http://www.chofoo.com/jsc.htm
 

eminze

Registered
Messages
7
PHP:
rtmp://195.222.59.131/live<playpath>pink_bh.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>rtrs.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>tv1.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>rtv_zenica.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
Can someone put these streams in nstream.xml, I do not know! thanks
 

urgoz

Registered
Messages
21
than thanks a lot :)

Code:
			<channel>
				<name>Al Jazeera</name>	
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&y=aljazeera_ara_high&W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&p=http://www.chofoo.com/jsc.htm]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>
 

urgoz

Registered
Messages
21
PHP:
rtmp://195.222.59.131/live<playpath>pink_bh.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>rtrs.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>tv1.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
PHP:
rtmp://195.222.59.131/live<playpath>rtv_zenica.sdp <swfUrl>http://www.bhtelecom.ba/webtv/player.swf <pageUrl>http://www.bhtelecom.ba
Can someone put these streams in nstream.xml, I do not know! thanks

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.
 

urgoz

Registered
Messages
21
Code:
			<channel>
				<name>Al Jazeera</name>	
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&y=aljazeera_ara_high&W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&p=http://www.chofoo.com/jsc.htm]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>

Sorry, this code is wrong, here is the right code:

Code:
			<channel>
				<name>Al Jazeera</name>	
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&y=aljazeera_ara_high&W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&p=http://www.chofoo.com/jsc.htm&v]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>

Just needed an extra "&v" parameter. My start script is different, i always starting rtmpgw with -v option. Most of the live streams working only with the &v parameter.
 

bravo12

Registered
Messages
3
Sorry, this code is wrong, here is the right code:

Code:
			<channel>
				<name>Al Jazeera</name>	
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&y=aljazeera_ara_high&W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&p=http://www.chofoo.com/jsc.htm&v]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>

Just needed an extra "&v" parameter. My start script is different, i always starting rtmpgw with -v option. Most of the live streams working only with the &v parameter.


not work thes line
 

java

Registered
Messages
644
try this one .... work ok

Code:
<![CDATA[http://127.0.0.1:1234/?W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&p=http://www.chofoo.com/jsc.htm&y=aljazeera_ara_high]]>
 

java

Registered
Messages
644
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.

you can use this url to watch bh telekom
rtsp://195.222.59.131:1935/live/pink_bh.sdp
 

bravo12

Registered
Messages
3
try this one .... work ok

Code:
<![CDATA[http://127.0.0.1:1234/?W=http://admin.brightcove.com/viewer/us20120309.0924/federatedVideoUI/BrightcovePlayer.swf&r=rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live&p=http://www.chofoo.com/jsc.htm&y=aljazeera_ara_high]]>

tks now work plz need active thes line
Code:
rtmp://92.48.122.212/live//1
 
Last edited:

urgoz

Registered
Messages
21
tks now work plz need active thes line
Code:
rtmp://92.48.122.212/live//1

Are you going for all arabic channels one by one?

Code:
			<channel>
				<name>Unknown arabic tv</name>
				<piconname>dummy.png</piconname>
				<stream_url><![CDATA[http://127.0.0.1:1234/?r=rtmp://92.48.122.212/live/1&v]]></stream_url>
				<ts_stream></ts_stream>
				<buffer_kb>512</buffer_kb>
			</channel>

Rewrite port from 1234 to 81 if you using testi's start script.
 
Last edited:

tuvalo

Registered
Messages
229
#
rtmp://uzivo.rtrs.tv/tv<playpath>live <swfUrl>http://uzivo.rtrs.tv/arhiva/emitovanje/player.swf <pageUrl>http://uzivo.rtrs.tv/arhiva/emitovanje/index.php

#
rtmp://radio.rtrs.tv/radio<playpath>live <swfUrl>http://uzivo.rtrs.tv/arhiva/emitovanje/player.swf <pageUrl>http://uzivo.rtrs.tv/arhiva/emitovanje/radio.php

#
rtmp://flash.cdn.deluxemusic.tv/deluxemusic.tv-live/<playpath>web_850 <swfUrl>http://static.staging.deluxemusic.tv.dl1.ipercast.net/theme/deluxemusic.tv/flash/player.swf <pageUrl>http://deluxemusic.tv.staging.ipercast.net/?ContentId=14&policy=4b0e45e91a92e&Playlist**********

#
rtmp://flash1.ipercast.net/deluxemusic.tv<playpath>mp4:staging/120228-disco-deluxe-catchup.mp4.mp4 <swfUrl>http://static.staging.deluxemusic.tv.dl1.ipercast.net/theme/deluxemusic.tv/flash/player.swf <pageUrl>http://deluxemusic.tv.staging.iperc...id=26&policy=4c63b58575744&Playlist**********

#
rtmp://flash1.ipercast.net/deluxemusic.tv<playpath>mp4:staging/004250.mp4 <swfUrl>http://static.staging.deluxemusic.tv.dl1.ipercast.net/theme/deluxemusic.tv/flash/player.swf <pageUrl>http://deluxemusic.tv.staging.iperc..._id=3&policy=4c63b58575744&Playlist**********

#
rtmp://flash1.ipercast.net/deluxemusic.tv<playpath>mp4:staging/120208-80s-extreme-catchup.mp4.mp4 <swfUrl>http://static.staging.deluxemusic.tv.dl1.ipercast.net/theme/deluxemusic.tv/flash/player.swf <pageUrl>http://deluxemusic.tv.staging.iperc...id=30&policy=4c63b58575744&Playlist**********

#
http://sportsmanlive-f.akamaihd.net...6.6&fp=WIN 10,3,181,34&r=VWWIV&g=RVMJSYNGEGEJ

#
rtmp://89.212.47.123:8080/stream/?fw=true&sp=d1&channel=kopernikus&stream=1mb&b=6&player=rtmp<playpath>Mozilla/5.0 (Windows NT 6.1; WOW <swfUrl>http://ip-d1.com/flow/flowplayer.commercial-3.2.7.swf <pageUrl>http://ip-d1.com/proba.html

#
http://www.rtvbn.com/video/dnevnik1.flv

#
http://www.rtvbn.com/video/dnevnik2.flv

#
http://www.rtvbn.com/video/dnevnik3.flv

#
http://www.rtvbn.com/video/koktel.flv

#

Sorry, I can't attach a txt file.
Can somebody convert this into nstream.xml for nstreamplayer plugin?
 

java

Registered
Messages
644
you can find your nstream.xml on this path:
/usr/lib/enigma2/python/Plugins/Extensions/nStreamPlayer/

go with ftp , download and open with notepad on your desktop to see how your nstream.xml looks
 

Dutchdude

Registered
Messages
11
TCN The country channel Stream

Anyone can help me out with the TCN stream?

This is what i got from a NaviX playlist in XBMC
Code:
URL=rtmp://cp54218.live.edgefcs.net/live swfUrl=http://www.freeetv.com/modules/Video_Stream/plugins/akaim/liveplayer.swf pageURL=http://www.tcncountry.com/ playpath=SEGroup_AFN@14881 live=true

And this is what i added to my nstream.xml but does not work :confused:

Code:
<channel>
<name>TCN The Country Network</name>
<piconname>dummy.png</piconname>
<stream_url><![CDATA[http://127.0.0.1:81/?r=rtmp://cp54218.live.edgefcs.net/live&y=SEGroup_AFN@14881&W=http://www.freeetv.com/modules/Video_Stream/plugins/akaim/liveplayer.swf&p=http://www.tcncountry.com/]]></stream_url>
<ts_stream></ts_stream>
<buffer_kb>512</buffer_kb>
</channel>

Any idea anyone ?

thx :)
 
Top