[RELEASE] LiveStreams (video) Add-on - an alternative to .strm files

  Thread Rating:
  • 40 Votes - 4.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
thatguy7669 Offline
Senior Member
Posts: 229
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2901
(2012-05-01 00:16)Blasterke Wrote:  
(2012-04-30 23:42)thatguy7669 Wrote:  
(2012-04-30 23:22)Blasterke Wrote:  Can someone make a .xml file for this program.

Download --> http://ul.to/zkcb8163

There are 4-5 streams in it.

I don't know how I can make .xml files from it.

Can you guys help me please.

thanks in advice.

dude...those guys want you to use their program to watch their channels (probably won't work without that program). what channels are they and see if you can't find some public versions of the streams. those i'll gladly take a crack at. if that's too much work for you...install their program and link it to your favorites in xbmc.

But I want to look it at my ATV2, that's why..

Can we fix this ?

the program you linked to uses tokens in their rtmp urls i didn't even see any links to specific streams or a web site, only a refereence to the tokens. my guess is that parts of the links generated by that program change every time you use it. that's why i'd like to know what the channels are so we might beable to find alternative streams.

please post the channel names.
find quote
idlerobbo Offline
Senior Member
Posts: 132
Joined: Sep 2008
Reputation: 0
Post: #2902
is there a way to make a shortcut to one particular channel like you would link to a normal add on from the homepage? I'm wanting to make it a bit easier for my wife with just a link to say sky news and bbc news straight on the homepage of xbmc.
find quote
thatguy7669 Offline
Senior Member
Posts: 229
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2903
(2012-05-01 05:02)idlerobbo Wrote:  is there a way to make a shortcut to one particular channel like you would link to a normal add on from the homepage? I'm wanting to make it a bit easier for my wife with just a link to say sky news and bbc news straight on the homepage of xbmc.

just add the channel of your choosing to your favorites and then add the favorite as a menu item (providing the skin you're using has that option). If there are a few channels you'd want in a list, just go through your channels lists and queue all the channels you'd like, then go to the now playing screen and save the list as a playlist. the playlist can then be added to the main menu
(This post was last modified: 2012-05-01 05:16 by thatguy7669.)
find quote
Blasterke Offline
Junior Member
Posts: 16
Joined: Apr 2012
Reputation: 0
Post: #2904
(2012-05-01 01:33)thatguy7669 Wrote:  
(2012-05-01 00:16)Blasterke Wrote:  
(2012-04-30 23:42)thatguy7669 Wrote:  dude...those guys want you to use their program to watch their channels (probably won't work without that program). what channels are they and see if you can't find some public versions of the streams. those i'll gladly take a crack at. if that's too much work for you...install their program and link it to your favorites in xbmc.

But I want to look it at my ATV2, that's why..

Can we fix this ?

the program you linked to uses tokens in their rtmp urls i didn't even see any links to specific streams or a web site, only a refereence to the tokens. my guess is that parts of the links generated by that program change every time you use it. that's why i'd like to know what the channels are so we might beable to find alternative streams.

please post the channel names.

These are channels from Turkey.

LIG TV SD
LIG TV HD
LIG TV 2
LIG TV 3

I want streams so I can watch this on my ATV2 but I didn't find anything at the moment.
find quote
thatguy7669 Offline
Senior Member
Posts: 229
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2905
(2012-05-01 10:24)Blasterke Wrote:  These are channels from Turkey.

LIG TV SD
LIG TV HD
LIG TV 2
LIG TV 3

I want streams so I can watch this on my ATV2 but I didn't find anything at the moment.

i looked around and the only streams i found were the same ones you got. i tested them and both don't work. you might have some luck with the sports devil plugin (at least for watching games)

let me know if you find any links that are working and i'll gladlly help you.
find quote
moneymaker Offline
Senior Member
Posts: 280
Joined: Feb 2012
Reputation: 7
Location: SouthPark, Colorado
Post: #2906
What about RTMPE Streams playing with the livestream plugin?

PHP Code:
<script type='text/javascript'>
  var 
so = new SWFObject('http://128.127.109.200/player-viral.swf','mpl','640','420','9');
  
so.addParam('allowfullscreen','true');
  
so.addParam('allowscriptaccess','always');
  
so.addParam('wmode','opaque');
  
so.addVariable('logo','http://img705.imageshack.us/img
1dc7
705/2888/181735wmusm0mt.png'
);
  
so.addVariable('file','sarinosau.flv');
  
so.addVariable('streamer','rtmpe://128.127.109.186/Polite/vipstream');
  
so.addVariable('bufferlength','2');
  
so.addVariable('stretching','fill');
  
so.addVariable('viral.allowmenu','false');
  
so.addVariable('viral.onpause','false');
  
so.addVariable('viral.oncomplete','false');
  
so.addVariable('plugins''viral-2');
  
so.addVariable('screencolor''000000');
  
so.write('mediaspace');
</script> 

Thats what i get out with "ws".

.xml database - maintenance
How to use the database

tv channels
english\us, german, spanish, macedonian, russian, ukraine, portuguese, polish, romanian, sports, music channels ...

[Notify me of broken links.]

find quote
Blasterke Offline
Junior Member
Posts: 16
Joined: Apr 2012
Reputation: 0
Post: #2907
I think they always disable the stream if theres no game going on ?

I will look for a stream.

But the program that I've posted shall not work then ?

Thanks
find quote
thatguy7669 Offline
Senior Member
Posts: 229
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2908
(2012-05-01 13:14)moneymaker Wrote:  What about RTMPE Streams playing with the livestream plugin?

PHP Code:
<script type='text/javascript'>
  var 
so = new SWFObject('http://128.127.109.200/player-viral.swf','mpl','640','420','9');
  
so.addParam('allowfullscreen','true');
  
so.addParam('allowscriptaccess','always');
  
so.addParam('wmode','opaque');
  
so.addVariable('logo','http://img705.imageshack.us/img
1dc7
705/2888/181735wmusm0mt.png'
);
  
so.addVariable('file','sarinosau.flv');
  
so.addVariable('streamer','rtmpe://128.127.109.186/Polite/vipstream');
  
so.addVariable('bufferlength','2');
  
so.addVariable('stretching','fill');
  
so.addVariable('viral.allowmenu','false');
  
so.addVariable('viral.onpause','false');
  
so.addVariable('viral.oncomplete','false');
  
so.addVariable('plugins''viral-2');
  
so.addVariable('screencolor''000000');
  
so.write('mediaspace');
</script> 

Thats what i get out with "ws".

try it out by dropping the "e" from rtmpe. a lot of times that works.
find quote
moneymaker Offline
Senior Member
Posts: 280
Joined: Feb 2012
Reputation: 7
Location: SouthPark, Colorado
Post: #2909
Quote:try it out by dropping the "e" from rtmpe. a lot of times that works.

doesnt help

.xml database - maintenance
How to use the database

tv channels
english\us, german, spanish, macedonian, russian, ukraine, portuguese, polish, romanian, sports, music channels ...

[Notify me of broken links.]

(This post was last modified: 2012-05-01 20:27 by moneymaker.)
find quote
thatguy7669 Offline
Senior Member
Posts: 229
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2910
(2012-05-01 20:26)moneymaker Wrote:  
Quote:try it out by dropping the "e" from rtmpe. a lot of times that works.

doesnt help

could you post the link to the page you're trying to grab the stream from?
find quote
Post Reply