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)



- castalla - 2012-02-19 20:44

blackoutworm Wrote:I already have sky sports news hd in my xml
it works like a charm, but is in actual hd. BUt I also have the regular version.

And about the website. They usually change their streams very often, as they do not work legit and therefor get DMCA'd a lot.

Is there an SD version of Sky News? I don't mean the awful Headlines feed which makes you think it's Groundhog Day with their constant repetition of the same material over and over and over again!


- blackoutworm - 2012-02-19 21:37

castalla Wrote:Is there an SD version of Sky News? I don't mean the awful Headlines feed which makes you think it's Groundhog Day with their constant repetition of the same material over and over and over again!

I have the hd version of sky news, but I'm waiting for a stream of sky news international.
The thing is that the stream is down at the moment, so I have to wait until they repair it so I can grab the link.


- fuquyo - 2012-02-20 08:19

Could someone please grab the stream from this link and post it?

http://www.idesitv.com/starplus.html

Thank you all for all the video add ons..great community


- thatguy7669 - 2012-02-20 09:26

fuquyo Wrote:Could someone please grab the stream from this link and post it?

http://www.idesitv.com/starplus.html

Thank you all for all the video add ons..great community

here you go

<item>
<title>Star Plus</title>
<link>rtmp://68.68.30.164/live/_definst_/starplsu232xb swfUrl=http://www.veemi.com/player/player-licensed.swf pageUrl=http://www.veemi.com/embed.php?v=starplsu232xb&vw=500&vh=350&domain=www.idesitv.com live=true</link>
<thumbnail>http://upload.wikimedia.org/wikipedia/en/7/7e/New_Star_Plus.jpg</thumbnail>
</item>


- dtsexpert - 2012-02-20 11:05

Hi,
I am able to figure out all Vienamese channels at tv24.vn, they play fine on the ATV2.
Here is the "odd" thing. This site tv24.vn does work on Iphone, Ipad, what I mean is the iphone/ipad is able to play video on the this site, so this mean is this site has 2 server, one is flash for OS that can play the flash, the other is for IOS.
When I use the iphone 4s to play the stream, then airplay to stream it back to the AppleTV, the quality is better than flash stream.
So to make it short, if you have Apple PC/Laptop, would you use your iOS machine to get the stream. Just get one so we can compare with the Flash one. I bet the IP is different.
If we can get stream from the 2nd server for the iOS, it will be great since the quality is better.
Thanks,

tbl178 Wrote:<item>
<title>VTV 6</title>
<link>rtmp://112.197.2.11:1935/live/vtv6.stream swfUrl=http://tv24.com.vn/WebMedia/mediaplayer/vplayer.swf pageUrl=http://www.vtc.com.vn/#/HTV/5 live=true timeout=60</link>
<thumbnail>http://www.lyngsat-logo.com/logo/tv/vv/vtv6_vn.jpg</thumbnail>
</item>

<item>
<title>VTV 9</title>
<link>rtmp://112.197.2.11:1935/live/vtv9.stream swfUrl=http://tv24.com.vn/WebMedia/mediaplayer/vplayer.swf pageUrl=http://www.vtc.com.vn/#/HTV/5 live=true timeout=60</link>
<thumbnail>http://anphavn.com/upload/2008/vtv9%20sua.jpg</thumbnail>
</item>

i don't see htv3 there...maybe it required the paid acct which i don't have, if u do have the log in, pm me so i can log in and get the code for u



- nikc0069 - 2012-02-20 12:34

If anyone know why the weebtv Polish streams won't work that'd be great to know Smile As they work on my PC in browser - is there an updated librtmp or something I need to update - on Beta 3 so thought this should be ok and clearly they aren't region locked.


- nikc0069 - 2012-02-20 12:43

Also, if we just add this xml as a URL in the plugin does that mean it will constantly update dynamically?


- blackoutworm - 2012-02-20 14:35

nikc0069 Wrote:Also, if we just add this xml as a URL in the plugin does that mean it will constantly update dynamically?
Yes. if you add this url and I add some changes to it, you'll see the new changes as soon as I have uploaded the updated xml file.


- djtulan - 2012-02-20 17:31

Hi!
I'm working on a Addon for the atv.at Television.

Streams are kind of that
http://atv.at/contentset/4799-atv-aktuell-mit-sport

With http://atv.at/getclip/[ID] i get JSON information vor every stream
e.g. http://atv.at/getclip/2200022

if i only use http://atv.at/binaries/asset/tvnext_clip/2200022/video for stream url, i can't play the vidoe...

I need something like swfURL, playpath, swfVfv ... and so on, where can i get this information from?

pls help, thx in advance
Tulan


- wired_ - 2012-02-20 21:05

djtulan Wrote:Hi!
I'm working on a Addon for the atv.at Television.

Streams are kind of that
http://atv.at/contentset/4799-atv-aktuell-mit-sport

With http://atv.at/getclip/[ID] i get JSON information vor every stream
e.g. http://atv.at/getclip/2200022

if i only use http://atv.at/binaries/asset/tvnext_clip/2200022/video for stream url, i can't play the vidoe...

I need something like swfURL, playpath, swfVfv ... and so on, where can i get this information from?

pls help, thx in advance
Tulan

You only need the complete stream URL, no swfUrl etc. needed.

The baseUrl for the stream appears to be rtmp://cp112898.edgefcs.net/ondemand/mp4:
(there could be more than one, of course)

Now for every clip ID (in your example 2200022), there's a streaming/video ID. This you find in the JSON info.

So for clip ID=2200022, the stream URL is:
rtmp://cp112898.edgefcs.net/ondemand/mp4:2296491

Hope that helps a little. Smile