Kodi Community Forum

Full Version: can you please convert this to rtmp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://pleasecrec.blogspot.com/2012/02/channel-1.html

THANK YOU I REALLY WANT TO USE IT ON LIVESTREAMS!!!!
Code:
rtmpdump -r "rtmp://77.247.178.10/redirect" -a "redirect" -f "WIN 10,3,183,7" -W
"http://jimey.tv/player/fresh.swf" -p "http://jimey.tv/player/embedplayer.php?c
hannel=deamon6&user=deamon6&width=600&height=420" -y "deamon6643" -o deamon6643.
flv
I dont have time to test it but try this
Code:
<item>
<title>Name</title>
<link>rtmp://77.247.178.10/redirect playpath=deamon6643.
flv swfUrl="http://jimey.tv/player/fresh.swf" pageUrl="http://pleasecrec.blogspot.com/2012/02/channel-1.html"</link>
<thumbnail>none</thumbnail>
</item>
Hi, tried it but it didn't work Sad
rumaan Wrote:Hi, tried it but it didn't work Sad

link you posted is not valid anymore
Can anyone do this website hitcric.info please
rumaan Wrote:Can anyone do this website hitcric.info please

These are matches. The streams will end when the match is over.
If you want the stream links, why don't you learn some web languages and such? Otherwise you're always gonna ask other people to find these streams for you and "convert" them to work in xbmc.
Why would you wanna do that anyway?
As I said, the channels will stop streaming when the match is over.
rumaan Wrote:Can anyone do this website hitcric.info please

here you go!

<item>
<title>Ten Cricket</title>
<link>rtmp://149.255.34.122/stream playpath=pkenod14?id=22382 swfUrl=http://www.liveflash.tv/resources/scripts/eplayer.swf pageUrl=http://www.liveflash.tv/embedplayer/pkenod14/1/600/420</link>
<thumbnail>http://3.bp.blogspot.com/-bYjQk05AyyU/TyFDopLJJZI/AAAAAAAAAQc/gPus09X7V5E/s1600/ten-cricket-060810.jpg</thumbnail>
</item>
Got the rtmp, but not sure about the playpath and everything else.

http://10tv.nana10.co.il/ (live feed starts after one commercial)

http://www.mako.co.il/makolive/Video-419...031006.htm (live feed starts after short logo message)


Need this in the common XML format for XBMC, Kinda like this , straight to my favourites.xml:

<favourite name="NHK World HD (English)">PlayMedia(&quot;rtmp://ny-1.net.fivecool.org/2e2cd/ playpath=nhkworldglobalhigh1.sdp swfurl=http://www3.nhk.or.jp/nhkworld/r/movie/streamhub_player_20110429.swf pageurl=http://www3.nhk.or.jp/&quot;)</favourite>






Many thanks! Smile
Can you help me get the code for the following channel.

var so = new SWFObject('http://manage.streamcyclone.com/player/player.swf','mpl',520,420.00,'9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('backcolor','111111');
so.addVariable('frontcolor','CCCCCC');
so.addVariable('lightcolor','66CC00');
so.addVariable('autostart',true);
so.addVariable('skin','http://manage.streamcyclone.com/skins/beelden/beelden/beelden.xml');
so.addVariable('streamer','rtmp://sc-lb1.streamcyclone.com/ctvch_live');
so.addVariable('file', 'ctvch');
so.addVariable('plugins', 'http://manage.streamcyclone.com/plugins/qualitymonitor,gapro-1');
so.addVariable('abouttext','StreamCyclone Player');
so.addVariable('aboutlink','http://www.streamcyclone.com/');
so.addVariable('gapro.accountid','UA-679067-4');
so.addVariable('gapro.trackpercentage','true');
so.addVariable('gapro.tracktime','true');
so.write('mediaspace');