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)



LiveStream Requests and XML Listings - castalla - 2012-01-20 03:03

Redpenguin has provided the following:

My LiveStreams List:
http://goo.gl/jyyZB (Add to LiveStreams as URL vs downloading and then putting in as file)

Blackoutworm's list is no longer maintained:

Member blackoutworm maintains the premier xml feed here:

Up-to-date tv channels (xml) file for the Livestream addon: http://home.no/chj191/theStreamDB.xml

See thread http://forum.xbmc.org/showthread.php?tid=97116 for more details.


==============================================================
Please post requests for help on livestream xml code here!

Thanks.


[request] - freak1 - 2012-01-20 04:50

Moved my request to this section-

Hi guys,
Can someone please help me to build .xml file for Livestream? I'm looking to get these channels work on my ATV2.

http://www.npvideo.com/channel.php?id=1


http://www.npvideo.com/channel.php?id=9


http://www.npvideo.com/channel.php?id=14


http://www.npvideo.com/channel.php?id=3


http://www.npvideo.com/channel.php?id=5

Any help is appreciated guys. I'm lil bit new to this coding stuff. So, please help me out guys.
Thanks


- woodg8 - 2012-01-20 10:46

I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sports-news-live-stream-online.html

Thanks


- pm2i - 2012-01-20 20:42

freak1 Wrote:Moved my request to this section-

Hi guys,
Can someone please help me to build .xml file for Livestream? I'm looking to get these channels work on my ATV2.

http://www.npvideo.com/channel.php?id=1


http://www.npvideo.com/channel.php?id=9


http://www.npvideo.com/channel.php?id=14


http://www.npvideo.com/channel.php?id=3


http://www.npvideo.com/channel.php?id=5

Any help is appreciated guys. I'm lil bit new to this coding stuff. So, please help me out guys.
Thanks

this is what i got only 3 the other one are more complicated not rtmp stream


<item>
<title>id1</title>
<link>rtmp://streamer.istreamlive.net/116_138/ playpath=nepaltelevision swfurl=http://www.npvideo.com/config-js/player.swf pageurl=http://www.npvideo.com/channel.php?id=1 live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>


<item>
<title>id9</title>
<link>rtmp://streamer.istreamlive.net/116_138/ playpath=nepaltelevisionplus swfurl=http://www.npvideo.com/config-js/player.swf pageurl=http://www.npvideo.com/channel.php?id=9 live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>


<item>
<title>id14</title>
<link>rtmp://cp133304.live.edgefcs.net/live/ playpath=channel1@62057 swfurl=http://www.startv.in/flash/liveplayer.swf pageurl=http://www.npvideo.com/channel.php?id=9 live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>


- pm2i - 2012-01-20 20:44

woodg8 Wrote:I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sports-news-live-stream-online.html

Thanks

i got trouble getting that stream i think because is like justin it's origin is YYcast and each time that you connect to the stream the server close it it accept only to play it in yycast wesite


- wired_ - 2012-01-20 21:04

woodg8 Wrote:I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sports-news-live-stream-online.html

Thanks

This works for rtmpdump/vlc:

Code:
rtmpdump -v -r rtmp://174.36.75.37:1935/live/_definst_/rmvbarca -W http://www.streamiton.tv/player/player.swf -p http://www.yycast.com/ | vlc -



- pm2i - 2012-01-20 21:32

wired_ Wrote:This works for rtmpdump/vlc:

Code:
rtmpdump -v -r rtmp://174.36.75.37:1935/live/_definst_/rmvbarca -W http://www.streamiton.tv/player/player.swf -p http://www.yycast.com/ | vlc -

got it now thx the problem was with the page url need to be yycast here is for xml file

<item>
<title>ch01</title>
<link>rtmp://174.36.75.37:1935/live/_definst_/ playpath=rmvbarca swfurl=http://www.streamiton.tv/player/player.swf pageurl=http://www.yycast.com/ live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>


[request] - be_inspired - 2012-01-20 23:15

Please, could someone help me to achieve the xml file for Livestream?
I tried the original xml file that it is commented in the other thread but there is no way to work. I have been analyzing the source code of the web but I do not achieve how to reproduce the swf file.

http://www.aragontelevision.es/streaming_tele.html

Thank you very much


Help On Creating My Own Links - samster125 - 2012-01-20 23:28

how would if find out what the stream link is like is there a program i should thanx in advance


- woodg8 - 2012-01-21 00:43

pm2i Wrote:got it now thx the problem was with the page url need to be yycast here is for xml file

<item>
<title>ch01</title>
<link>rtmp://174.36.75.37:1935/live/_definst_/ playpath=rmvbarca swfurl=http://www.streamiton.tv/player/player.swf pageurl=http://www.yycast.com/ live=true swfvfy=true</link>
<thumbnail>none</thumbnail>
</item>


Thank you very much for that stream guys, appreciate it