[RELEASE] laola1.tv (Video) Addon - Watch european sports

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
losblancos Offline
Junior Member
Posts: 11
Joined: Aug 2011
Reputation: 0
Post: #41
ok. thanks a lot for your efforts.
find quote
Rarkh Offline
Junior Member
Posts: 8
Joined: Jun 2011
Reputation: 0
Post: #42
Hi,
I would be interested specially in Live-Streams of "La Liga".
If possible you could provide me that old version you mentioned, which worked in the past.

Best Regards,
Rarkh
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #43
Rarkh Wrote:Hi,
I would be interested specially in Live-Streams of "La Liga".
If possible you could provide me that old version you mentioned, which worked in the past.

Sorry, I can't find an old one. But I know that the stream url contains 'hd-live' (or similar). This one static url streams every La Liga game (and possible more). The others are dynamic generated urls.

I will do some tests with the KHL-game this evening, I think it uses the same url.

My Repo:
http://code.google.com/p/membrane-xbmc-repo/
Home of the XBMC Add-ons: BundestagsTV (DE), Deluxemusic (DE,EN), Dorkly (EN), Extreme.com (EN), Gameone (DE), Kika (DE), Laola1.tv (DE,EN), Massive-Mag (DE), NHL Videocenter (EN), Nuna (DE), SachsenFernehen (DE), Spobox (DE) and Yavido (DE,EN).
find quote
losblancos Offline
Junior Member
Posts: 11
Joined: Aug 2011
Reputation: 0
Post: #44
I just updated on 0.7 but the spanish league isn't integrated in this version. Are there still problems with the livestreams?
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #45
losblancos Wrote:Are there still problems with the livestreams?

Yeah. But I pinpointed the problem.

My Repo:
http://code.google.com/p/membrane-xbmc-repo/
Home of the XBMC Add-ons: BundestagsTV (DE), Deluxemusic (DE,EN), Dorkly (EN), Extreme.com (EN), Gameone (DE), Kika (DE), Laola1.tv (DE,EN), Massive-Mag (DE), NHL Videocenter (EN), Nuna (DE), SachsenFernehen (DE), Spobox (DE) and Yavido (DE,EN).
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #46
Bump. Also:

[Image: 2009-02-27-professor_farnsworth.jpg]

Good news everyone. La Liga and KHL livestreams are working now. Please tell me if you have any difficulties.

Known Bugs:
- "Live" links in video section
- new videos don't work
- messy code

My Repo:
http://code.google.com/p/membrane-xbmc-repo/
Home of the XBMC Add-ons: BundestagsTV (DE), Deluxemusic (DE,EN), Dorkly (EN), Extreme.com (EN), Gameone (DE), Kika (DE), Laola1.tv (DE,EN), Massive-Mag (DE), NHL Videocenter (EN), Nuna (DE), SachsenFernehen (DE), Spobox (DE) and Yavido (DE,EN).
find quote
kasper4 Offline
Junior Member
Posts: 3
Joined: Sep 2011
Reputation: 0
Post: #47
not working on atv2 No
i get an script error (version 0.8)

regards
find quote
Jorgitosms Offline
Junior Member
Posts: 6
Joined: Sep 2011
Reputation: 0
Post: #48
membrane Wrote:Bump. Also:

[Image: 2009-02-27-professor_farnsworth.jpg]

Good news everyone. La Liga and KHL livestreams are working now. Please tell me if you have any difficulties.

Known Bugs:
- "Live" links in video section
- new videos don't work
- messy code

Hi,

I'm not an expert, but I will try to help you. I have just downloaded your add-on... THANKS A LOT! You should consider "Donations" button Tongue

Now my info:

- First I get an error, I couldn't find the fix here, so to inform other people... the error is the next (see xbmc.log)

Code:
18:56:45 T:2971659120  NOTICE: -->Python Interpreter Initialized<--
18:56:45 T:2971659120   ERROR: Error Type: <type 'exceptions.SyntaxError'>
18:56:45 T:2971659120   ERROR: Error Contents: ('invalid syntax', ('/home/jorgitosms/.xbmc/addons/plugin.video.laola1live/default.py', 3, 7, 'coding: utf$
18:56:45 T:2971659120   ERROR: SyntaxError: ('invalid syntax', ('/home/jorgitosms/.xbmc/addons/plugin.video.laola1live/default.py', 3, 7, 'coding: utf-8\$
18:56:45 T:6733472   ERROR: GetDirectory - Error getting plugin://plugin.video.laola1live
18:56:45 T:6733472   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.laola1live) failed

This error means that there is some not-supported character. Even I live in Germany I use spanish language, so ü and similar characters are not compatible. To solve it I just edited "default.py" in line 240 to remove a ü.

- Second note. By default the plugin has a Region configuration in "International", so La Liga is not appearing in "Live" folder. For those that lives in Germany, just change it to Germany Tongue

- Third note. I haven't tested it so deeply, but when I tried to play a live event, it seems that it is frozen (it takes around 20 to 30 seconds to start) and then a black screen appears because it starts with "Pause" situation. Just press "Space" and La Liga is on your TV!

- Four note: I run an Ubuntu 11.04 in a not so powerful media center. The streaming in the Web browser (Firefox or Chrome) is so bad... with your plugin is almost perfect.

Thanks and keep running!
find quote
membrane Offline
Senior Member
Posts: 105
Joined: Mar 2011
Reputation: 1
Post: #49
I'm aware of that problem. I don't understand how Python handles different charsets. I removed the encoding declaration (# -*- coding: latin-1 -*-) because I thought it was a source of a problem. This works fine on Dharma, but newer builds refuse to work if they find a special character (e.g. ä, ö, ü, ß).

I've switched my dev-pc to pre-eden, so this won't happen anymore.

My Repo:
http://code.google.com/p/membrane-xbmc-repo/
Home of the XBMC Add-ons: BundestagsTV (DE), Deluxemusic (DE,EN), Dorkly (EN), Extreme.com (EN), Gameone (DE), Kika (DE), Laola1.tv (DE,EN), Massive-Mag (DE), NHL Videocenter (EN), Nuna (DE), SachsenFernehen (DE), Spobox (DE) and Yavido (DE,EN).
find quote
losblancos Offline
Junior Member
Posts: 11
Joined: Aug 2011
Reputation: 0
Post: #50
I'm trying it with the KHL match Riga-Minsk (kickoff 15 minutes ago) but it's not working for me (Version 0.9)

edit: ATV2
(This post was last modified: 2011-09-21 18:50 by losblancos.)
find quote
Post Reply