XBMC Community Forum
LiveStream Requests and XML Listings - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: LiveStream Requests and XML Listings (/showthread.php?tid=120418)



- Motegi - 2012-03-10 05:21

wired_ Wrote:Try this:

Code:
<item>
<title>RTL KLUB</title>
<link>rtmp://108.59.3.246:1935/live/_definst_/ playpath=hello65.flv swfUrl=http://www.streamiton.tv/player/player.swf pageUrl=http://www.limev.com/embed.php?fileid=hello65&vw=520&vh=400 live=true swfvfy=true</link>
<thumbnail>http://opp-dvb.ath.cx/unix/xbmc/addons/pvr/stationlogos/rtl%20klub.png</thumbnail>
</item>


Thanks,

now the channel is loading but don´t start. Sad


- HansMayer - 2012-03-10 06:06

parotris Wrote:@pacoiglesias: Sorry, but RTPA is working perfectly for me Sad

@all:
I Having problems with this web:
http://www.telecinco.es/endirecto/

I trying this code but fails:

Code:
<item>
<title>T5</title>
<link>rtmp://telecincolivefs.fplive.net/telecincolive-live playpath=telecincochannel3_800k?token=c3RhcnRfdGltZT0yMDEyMDMwOTEwMDExMiZlbmRfdG​ltZT0yMDEyMDMwOTEwMDMzMiZkaWdlc3Q9YWUwMTYzNjNjMGY3MDRmZmMzYjkyOGQ2ZTg1ZDAwODU= swfUrl=http://static1.tele-cinco.net/comun/swf/playerTele5.swf pageUrl=http://www.telecinco.es/endirecto/ swfVfy=true live=true</link>
<thumbnail></thumbnail>
</item>

Can somebody help me?


Thanks
Not possible.


- gpz1 - 2012-03-10 11:14

Motegi Wrote:Thanks,
now the channel is loading but don´t start. Sad
Remove ".flv" from playpath.


- gpz1 - 2012-03-10 12:41

wired_ Wrote:They use tokens, so you need additional parameter -T. See below. Wink
Code:
<item>
<title>H!T Music</title>
<link>[b]token=mafUp8VaxEcRegEn[/b]</link>
Unfortunately still doesn't work for me. But how do you decode this token? I can see now in Wireshark, that there is a secureTokenResponse frame, but the string there is like '98fb6ba0-1431-40c5-88bb-17c8d0102ebb' for me. Is this the token? Yours is much shorter. Confused Is there an other decoding step I don't know of? (Thank's for your help though!!)


- parotris - 2012-03-10 12:51

HansMayer Wrote:Not possible.

Thanks anyway.
What is the reason for not possible?
The token?

Thanks


- wired_ - 2012-03-10 14:31

gpz1 Wrote:Unfortunately still doesn't work for me. But how do you decode this token? I can see now in Wireshark, that there is a secureTokenResponse frame, but the string there is like '98fb6ba0-1431-40c5-88bb-17c8d0102ebb' for me. Is this the token? Yours is much shorter. Confused Is there an other decoding step I don't know of? (Thank's for your help though!!)

Maybe you have to change token= to something else, I'm not familiar with xbmc parameters, was just a guess. Smile

It's not the token, but the key for the secureTokenResponse, which you can find in the decompressed .swf-file of the player.
I use flasm to decompress, works great. Wink


hi - neno1978 - 2012-03-10 16:55

Hello boys. I am new in this. Can someone help me to obtain this channel?

http://tevelive.blogspot.com/2012/01...vo-online.html

Thanks!Smile


- Motegi - 2012-03-10 18:51

gpz1 Wrote:Remove ".flv" from playpath.



Thank You now it works.Big Grin


- dtsexpert - 2012-03-11 00:20

Need help to find the stream for one of the channels at this site
http://www.tv24.vn
I can find all the stream using Window. So if someone has a Mac, please find the steam one of the channel (ei: SCTV18). Reason I mention using a Mac to find it because when I use the iPhone watching these channel, the picture quality is superior to the one I get with Window (testing by streaming from iPhone to AppleTV).
So what I think is http://www.tv24.vn is running 2 server, one for connection from Window and other is for iOS.
I just need one channel to get the URL. I can figure it out the rest cause all channels using pretty the same info.
Thanks,


- gpz1 - 2012-03-11 00:29

wired_ Wrote:It's not the token, but the key for the secureTokenResponse, which you can find in the decompressed .swf-file of the player.
I use flasm to decompress, works great. Wink
Okay, I managed to get it to work by rearranging the other parameters a bit, your token was perfect! And this flasm thing is very interesting too, I was also able to find the key you provided with that. Hmmm. Completely new possibilities are available now. Big Grin