Kodi Community Forum

Full Version: MLB.TV®
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-02-23, 04:04)architeuthis Wrote: [ -> ]
(2018-02-23, 02:11)Dixon Butz Wrote: [ -> ]MLB TV is now in STEREO! I use Chrome. Actually, Simjet Chrome. 
Ho Lee Fuk! Finally!
Check the Boston game today 22nd
It makes a HUGE difference for me as I listen on a Dolby Atmosphere system.

This addon does not work for spring training. Any updates coming?
 Then it probably won't work for the regular season either. I watched spring training games with Kodi and the add-on last year. 
Probably right Some things have changed it seems. 
@eracknaphobia, You plan on still working on this addon?
Yep, I'll start working on fixing the streams asap.
(2018-02-23, 16:25)eracknaphobia Wrote: [ -> ]Yep, I'll start working on fixing the streams asap.
 Great! Thank you!!
it looks like they switched their api access.  i can probably fix this if erack isn't still around, but i can't figure out what format it wants arrays in...

http://statsapi.mlb.com/docs/#!/schedule/schedule

edit: just saw his reply.  @eracknaphobia  if you need help let me know, i'll do my best...
Horrible streams with today's Yankee game. Tried on Shield, Tivo, and Chrome. 
Their support forum is gone.
I have gigabit internet. I get 985Mbps down, 42Mbps up with zero packet loss.
yeah, it was horrific earlier today...late afternoon here on the west coast it was much better.  wife and i went to lunch and when we came back i watched the end of the padres game and then the dodgers and angels games with no stuttering and at 60fps on my roku.  earlier when i had the mets game on and then the start of the padres game it looked liked it was being streamed thru a screen with an iphone 1.  it was pathetically bad.
@eracknaphobia

Thank you for your support.
and how far are you eracknaphobia?
Since mlb decided to change their entire api, the fixes are a lot slower and requires basically an complete rewrite of the addon. However, I have been able to get streams working again. For now it's pretty basic, but for those who wish to try out the beta version you can download and install the zip file from here:
https://github.com/eracknaphobia/plugin..../tree/beta
Here on a kodi 16 I can't Install the Beta.

I don't know if it's a kodi 16 Problem or something else.

Die Abhängigkeit auf xbmc.python in Version 2.25.0 konnte nicht aufgelöst werden.

Tonight I can test on a kodi 18 Beta Version.
Installation on kodi 18 is ok.

Availeble Feeds are shown, but the most streams are not playable. Connection seems very slow.

Do you know the problem with kodi 16 ?
Really? All the streams I've tried worked so far. Again this is a beta, so fixes will probably need done and I only have my tests to work against. The slow start is due to the fact i'm handing the player a master file and there is a known bug with kodi 17 and up that causes each stream in the master file to be downloaded before picking the best one and playing it. 

This addon is being written for kodi 17 and greater so to be able to run it in jarvis you need to change the python version in the addon.xml file to the appropriate one found here:
https://kodi.wiki/view/Addon.xml#Dependency_versions
I have installed the Beta and have found an issue already reportet on github.

I got an error message wich is moaning "incorrect password"

Regards
ive changed the python version to 2.24 and isntalled the beta version on kodi 16.

But if i click on today's games or yesterday's games, I get the following error message:

22:21:41 T:140007964653312 ERROR: /home/xbmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name$
SNIMissingWarning
22:21:41 T:140007964653312 ERROR: /home/xbmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:132: InsecurePlatformWarning: A true SSLContext object is not available. This pre$
InsecurePlatformWarning
22:21:41 T:140007964653312 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
Traceback (most recent call last):
File "/home/xbmc/.kodi/addons/plugin.video.mlbtv-beta/main.py", line 34, in <module>
todays_games(None)
File "/home/xbmc/.kodi/addons/plugin.video.mlbtv-beta/resources/lib/mlb.py", line 53, in todays_games
r = requests.get(url,headers=headers, verify=VERIFY)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
-->End of Python script error report<--
22:21:41 T:140011020150784 ERROR: GetDirectory - Error getting plugin://plugin.video.mlbtv/?icon=%2fhome%2fxbmc%2f.kodi%2faddons%2fplugin.video.mlbtv-beta%2ficon.png&mode=100&name=Today%27s%20Games
22:21:41 T:140011020150784 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.mlbtv/?icon=%2fhome%2fxbmc%2f.kodi%2faddons%2fplugin.video.mlbtv-beta%2ficon.png&mode=100&name=Today%27s%20Games) failed
22:21:42 T:140009759831808 ERROR: EXCEPTION: XBMC is not playing any file
@quax456  I've replied to your github issue.

@WHamilton  Let's focus on getting the addon working for the supported versions (17 and above) for the time being.