LiveStream Requests and XML Listings

  Thread Rating:
  • 17 Votes - 4.29 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
castalla Offline
Fan
Posts: 610
Joined: Aug 2011
Reputation: 11
Post: #1
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.
(This post was last modified: 2013-04-16 12:40 by castalla.)
find quote
freak1 Offline
Senior Member
Posts: 201
Joined: Jan 2012
Reputation: 1
Post: #2
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

G-Box Midnight with XBMC Midnight Linux v0.2b by Static
i5 iMac 21.5"
ATV 1
Acer Aspire Netbook
42" LG SMART TV
iPhone 5/xbmc
"Please don't forget to rate my reputation if you are satisfied with my help."

[Image: avatar_1672.gif]
find quote
woodg8 Offline
Junior Member
Posts: 43
Joined: Jan 2012
Reputation: 0
Post: #3
I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sp...nline.html

Thanks
find quote
pm2i Offline
Member
Posts: 99
Joined: Nov 2011
Reputation: 11
Location: Canada
Post: #4
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>
find quote
pm2i Offline
Member
Posts: 99
Joined: Nov 2011
Reputation: 11
Location: Canada
Post: #5
woodg8 Wrote:I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sp...nline.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
find quote
wired_ Offline
Junior Member
Posts: 33
Joined: Jan 2012
Reputation: 4
Post: #6
woodg8 Wrote:I'd like help with this stream please:

http://www.vipbox.tv/watch/1267/2/sky-sp...nline.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 -
find quote
pm2i Offline
Member
Posts: 99
Joined: Nov 2011
Reputation: 11
Location: Canada
Post: #7
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>
find quote
be_inspired Offline
Junior Member
Posts: 2
Joined: Jan 2012
Reputation: 0
Post: #8
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
find quote
samster125 Offline
Junior Member
Posts: 6
Joined: Jan 2012
Reputation: 0
Post: #9
how would if find out what the stream link is like is there a program i should thanx in advance
find quote
woodg8 Offline
Junior Member
Posts: 43
Joined: Jan 2012
Reputation: 0
Post: #10
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
(This post was last modified: 2012-01-21 01:24 by woodg8.)
find quote
Post Reply