Posts: 48
Joined: Dec 2013
Reputation:
0
Just installed the latest version and I can't get everything to work however no live games are streaming in HD. Sometimes I'll get a highlight in 720p but all the live games are streaming in 960x540. Tried on multiple PC's and its the same thing. Is this happening to anyone else? What do I need to do to get it in HD?
Posts: 6
Joined: Apr 2018
Reputation:
0
Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Posts: 377
Joined: Dec 2010
Reputation:
10
Archived games working. Just tried one. SD only. Catchup didn't work for me last year.
Posts: 1,173
Joined: Oct 2013
Reputation:
184
This is most likely because inputstream adaptive is set to automatically detect screen size / network speeds. To override this you can go to: Addons > My Addons >VideoPlayer Inputstream > Inputstream Adaptive
Configure Min bandwidth to be (10,000,000)
- or -
Set stream selection to Manual Video and then you can change it while the video is playing through video settings
The first option is set once and you're done but gives you less flexibility when the network bandwidth dips.
Posts: 377
Joined: Dec 2010
Reputation:
10
Setting Min to 10,000,000 makes 720 work again
Not getting email replies. Going to change eamail to gmail.
Posts: 9
Joined: Dec 2019
Reputation:
1
2020-07-24 18:39:40.607 T:2764468432 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'access_token'
Traceback (most recent call last):
File "/home/pi/.kodi/addons/plugin.video.mlbtv/main.py", line 42, in <module>
stream_select(game_pk)
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/mlb.py", line 230, in stream_select
stream_url, headers = account.get_stream(content_id[n-1])
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/account.py", line 122, in get_stream
auth, url = self.get_playback_url(content_id)
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/account.py", line 97, in get_playback_url
auth = self.access_token()
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/account.py", line 88, in access_token
% self.media_entitlement()
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/account.py", line 69, in media_entitlement
self.login()
File "/home/pi/.kodi/addons/plugin.video.mlbtv/resources/lib/account.py", line 54, in login
login_token = r.json()['access_token']
KeyError: 'access_token'
possibly a login problem?