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?
Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Archived games working. Just tried one. SD only. Catchup didn't work for me last year.
(2020-07-23, 17:06)Crap Yeah Wrote: [ -> ]Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Try a replay from yest game. If there are no live games there is nothing to catch up
(2020-07-23, 17:13)Dixon Butz Wrote: [ -> ]Archived games working. Just tried one. SD only. Catchup didn't work for me last year.
Have u gotten any games to stream in 720p HD? Best I get it 960x540.
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.
Setting Min to 10,000,000 makes 720 work again
Not getting email replies. Going to change eamail to gmail.
(2020-07-23, 18:58)eracknaphobia Wrote: [ -> ]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.
This worked! Thank you very much!
@
Dixon Butz - the avatar you had is against our
forum rules (wiki) and has been removed.
Please do not use such images again.
Here, it doesn't work. Version 2019.3.31
Quote:
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 522, in request
resp = self.send(prep, **send_kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 642, in send
r = adapter.send(request, **kwargs)
File "/home/xbmc/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 513, in send
raise SSLError(e, request=request)
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
-->End of Python script error report<--
19:30:58 T:139966672959488 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.mlbtv/?mode=104&name=%5BCOLOR%3DFFF69E20%5DCompleted+Early%3A+Rain%5B%2FCOLOR%5D+Yankees+at+Nationals&game_pk=630851&stream_date=2020-07-23]
19:30:58 T:139965556467456 ERROR: EXCEPTION: XBMC is not playing any file
(2020-07-23, 17:06)Crap Yeah Wrote: [ -> ]Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Neither archived games or current ones work for me. I click on the game, it very briefly shows a loading wheel and then nothing happens.
I'm curious whether a kodi skin could be messing with things, I'm currently using Arctic Zephyr 2.
(2020-07-25, 01:24)Crap Yeah Wrote: [ -> ] (2020-07-23, 17:06)Crap Yeah Wrote: [ -> ]Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Neither archived games or current ones work for me. I click on the game, it very briefly shows a loading wheel and then nothing happens.
I'm curious whether a kodi skin could be messing with things, I'm currently using Arctic Zephyr 2.
Just switched back to original OSMC skin and same thing happened. Any ideas would be appreciated!
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?
(2020-07-25, 03:43)chalbersma Wrote: [ -> ]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?
Found my issue :
https://github.com/eracknaphobia/plugin....tv/pull/30
Workaround for others using email alias, replace the + with %2B.
(2020-07-25, 01:24)Crap Yeah Wrote: [ -> ] (2020-07-23, 17:06)Crap Yeah Wrote: [ -> ]Just curious if it is working for anyone else. For me when I click on a game, then "catch up" or "live," nothing happens.
Neither archived games or current ones work for me. I click on the game, it very briefly shows a loading wheel and then nothing happens.
I'm curious whether a kodi skin could be messing with things, I'm currently using Arctic Zephyr 2.
I also have this behavior. Same as WHamilton, the log points to an SSH issue. Not sure how to fix this, any ideas?
2020-07-24 16:40:07.445 T:1547633520 NOTICE: Opening stream: 1 source: 256
2020-07-24 16:40:07.453 T:1606382448 NOTICE: Librespot: pactl 1
2020-07-24 16:40:07.865 T:1170789232 ERROR: CCurlFile::FillBuffer - Failed: SSL peer certificate or SSH remote key was not OK(60)
2020-07-24 16:40:07.865 T:1170789232 ERROR: CCurlFile::Open failed with code 0 for
https://playback.svcs.mlb.com/silk/event...17505f9410:
2020-07-24 16:40:07.868 T:1170789232 ERROR: AddOnLog: InputStream Adaptive: Cannot download
https://playback.svcs.mlb.com/silk/event...17505f9410
2020-07-24 16:40:07.875 T:1547633520 WARNING: OpenStream - Unsupported stream 1. Stream disabled.