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

  Thread Rating:
  • 40 Votes - 4.58 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
RuiJay Offline
Senior Member
Posts: 147
Joined: Apr 2011
Reputation: 0
Post: #2921
(2012-05-03 16:26)boognish43 Wrote:  Ok I am trying this code but it is not working. It all shows up fine but when I click the link in xbmc it doesnt do anything.. doesnt even try to think. Any ideas?
Code:
<?xml version="1.0" ?>

<channels>

<channel><name>Full Shows</name><thumbnail>none</thumbnail><items>

<item>
<title>1987-05-20 - The Ranch, Shelburne VT</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=eoi4O85iGnQ</link>
<thumbnail>http://i2.ytimg.com/vi/eoi4O85iGnQ/hqdefault.jpg</thumbnail>
</item>

<item>
<title>1989-06-23 - The Paradise, Boston, MA</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=0dTpy9Vf-Do</link>
<thumbnail>http://i1.ytimg.com/vi/0dTpy9Vf-Do/hqdefault.jpg</thumbnail>
</item>

</items>
</channel>

<channel><name>Mini-Documentaries</name><thumbnail>none</thumbnail><items>

<item>
<title>A Trip to Oswego</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=QSst7j8tk60</link>
<thumbnail>http://i2.ytimg.com/vi/eoi4O85iGnQ/hqdefault.jpg</thumbnail>
</item>

</items>
</channel>


</channels>

I tried in in my end and same results as yours. This is what I found in my log, maybe divingmule or someone else can take a look:

09:45:26 T:7140 NOTICE: YouTube-2.9.0
09:45:26 T:7140 NOTICE: CommonFunctions-0.9.1
09:45:26 T:7140 ERROR: ADDON: extension 'downloader\' is not currently supported for service addon
09:45:30 T:7140 ERROR: Previous line repeats 1 times.
09:45:30 T:7140 ERROR: XFILE::CPluginDirectory::SetResolvedUrl - called with an invalid handle.
09:48:39 T:3096 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
09:48:39 T:3096 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.

I tried the same video in the youtube plugin and it worked. This is from the log:

09:55:45 T:5320 NOTICE: DVDPlayer: Opening: http://o-o.preferred.dfw06s08.v23.lscach...outube.com
(This post was last modified: 2012-05-03 17:00 by RuiJay.)
find quote
thatguy7669 Offline
Senior Member
Posts: 230
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #2922
(2012-05-03 16:26)boognish43 Wrote:  
(2012-05-03 10:23)moneymaker Wrote:  
(2012-05-03 08:09)boognish43 Wrote:  Ive looked through the thread and could find this question. Can i make an xml file that points to youtube videos? I dont want live videos just use this as an organized list.

would it work with this?

lazy, as long as google is not censored (exception china) use it for searching plz

PHP Code:
plugin://plugin.video.youtube/?action=play_video&amp;videoid=xxxxxxxxxx 

be sure you have installed the youtubeplugin

Ok I am trying this code but it is not working. It all shows up fine but when I click the link in xbmc it doesnt do anything.. doesnt even try to think. Any ideas?
Code:
<?xml version="1.0" ?>

<channels>

<channel><name>Full Shows</name><thumbnail>none</thumbnail><items>

<item>
<title>1987-05-20 - The Ranch, Shelburne VT</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=eoi4O85iGnQ</link>
<thumbnail>http://i2.ytimg.com/vi/eoi4O85iGnQ/hqdefault.jpg</thumbnail>
</item>

<item>
<title>1989-06-23 - The Paradise, Boston, MA</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=0dTpy9Vf-Do</link>
<thumbnail>http://i1.ytimg.com/vi/0dTpy9Vf-Do/hqdefault.jpg</thumbnail>
</item>

</items>
</channel>

<channel><name>Mini-Documentaries</name><thumbnail>none</thumbnail><items>

<item>
<title>A Trip to Oswego</title>
<link>plugin://plugin.video.youtube/?action=play_video&amp;videoid=QSst7j8tk60</link>
<thumbnail>http://i2.ytimg.com/vi/eoi4O85iGnQ/hqdefault.jpg</thumbnail>
</item>

</items>
</channel>


</channels>

i'd suggest using the youtube plugins search to gather the videos together and then queue them up in one or more playlists and just save those playlists and use them as you like.
(This post was last modified: 2012-05-03 19:43 by thatguy7669.)
find quote
moneymaker Offline
Senior Member
Posts: 280
Joined: Feb 2012
Reputation: 7
Location: SouthPark, Colorado
Post: #2923
Youtube FIX:

First ive found out: right klick on the youtube channel and press on play it. maybe it works otherwise you have to follow this:

Open the following path:

first reinstall the youtube plugin (deinstall, install)

go to the following path

C:\Documents and Settings\<YOUR USERNAME>\Application Data\XBMC\addons\plugin.video.youtube

open "YouTubePlayer.py" with notepad and replace all "ttsurl" with "flashvars". Save it and restart xbmc.

then give it a try like my first option with the right click method. I do not know why some things work like this.

.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
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #2924
thatguy, can you try to get this one to work? http://www.yupptv.com/streams/jeeyar.aspx
The html contains both rtmp and octoshape streams but it seems like the rtmp one is not working

btw to be able to call youtube videos from livestreams, I think it will require modifications to the youtube plugins code
For example, I was able to invoke veetle and freedocast plugins from livestreams xml, but both required code changes
freedocast: http://forum.xbmc.org/showthread.php?tid...pid1094333
veetle: http://forum.xbmc.org/showthread.php?tid...pid1066564

wonder if it would be possible to make a change in livestreams to enable this (instead of asking each plugin owner to change their code)...
find quote
k1m0s Offline
Senior Member
Posts: 224
Joined: Apr 2011
Reputation: 7
Location: Nova Scotia, Canada
Post: #2925
(2012-05-04 07:13)pakee Wrote:  thatguy, can you try to get this one to work? http://www.yupptv.com/streams/jeeyar.aspx
The html contains both rtmp and octoshape streams but it seems like the rtmp one is not working
Here it is, you dont need any more info added
<link>rtmp://cdn.rtmp1.yupptv.tv/pnwk1/kalaignar</link>
find quote
moneymaker Offline
Senior Member
Posts: 280
Joined: Feb 2012
Reputation: 7
Location: SouthPark, Colorado
Post: #2926
ncube turn on the option so i can send you pm's

.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-04 16:34 by moneymaker.)
find quote
ostroski Offline
Junior Member
Posts: 1
Joined: May 2012
Reputation: 0
Post: #2927
Hi, can someone take the links on this page for LiveTV.

thanks

http://futbolinestv.net16.net/goltveo1200kbts.html[/align]
find quote
kevin007 Offline
Junior Member
Posts: 3
Joined: Mar 2012
Reputation: 0
Post: #2928
HELLO,

I see that you now how to make this channel to xml file . I need you help please .

i want too make it , but i don't know how to do it , can you show me how can i create xml file please


http://www.ljalsatv.com/search/label/2mTv
http://www.ljalsatv.com/search/label/RTM
http://www.ljalsatv.com/search/label/maroc5
http://www.ljalsatv.com/search/label/Maroc3
http://www.ljalsatv.com/search/label/maroc7
http://www.ljalsatv.com/search/label/medi1sat

thank you
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #2929
(2012-05-04 13:03)k1m0s Wrote:  
(2012-05-04 07:13)pakee Wrote:  thatguy, can you try to get this one to work? http://www.yupptv.com/streams/jeeyar.aspx
The html contains both rtmp and octoshape streams but it seems like the rtmp one is not working
Here it is, you dont need any more info added
<link>rtmp://cdn.rtmp1.yupptv.tv/pnwk1/kalaignar</link>

That's what the rtmp link I already tried already but it doesn't work in xbmc...just hangs saying loading. Does it work for you?
find quote
k1m0s Offline
Senior Member
Posts: 224
Joined: Apr 2011
Reputation: 7
Location: Nova Scotia, Canada
Post: #2930
(2012-05-04 21:29)pakee Wrote:  
(2012-05-04 13:03)k1m0s Wrote:  
(2012-05-04 07:13)pakee Wrote:  thatguy, can you try to get this one to work? http://www.yupptv.com/streams/jeeyar.aspx
The html contains both rtmp and octoshape streams but it seems like the rtmp one is not working
Here it is, you dont need any more info added
<link>rtmp://cdn.rtmp1.yupptv.tv/pnwk1/kalaignar</link>

That's what the rtmp link I already tried already but it doesn't work in xbmc...just hangs saying loading. Does it work for you?

Yea it played in livestreams and in navi-x.
find quote
Post Reply