Posts: 1,173
Joined: Oct 2013
Reputation:
184
2013-10-12, 21:49
(This post was last modified: 2013-10-12, 21:50 by eracknaphobia.)
Thanks for all your hard work Hyperium! I was able to get NHL Gamecenter back and running with your advice. One thing I did notice with my particular setup was I had to load the NHL live games list before enabling Widecap or else XBMC would freeze on me. Hope this helps anyone experiencing the same issue, thanks again!
Posts: 40
Joined: Mar 2010
Reputation:
0
2013-10-13, 00:25
(This post was last modified: 2013-10-13, 00:33 by kaczor47.)
edit: nevermind.... figured it out.
Posts: 268
Joined: Sep 2011
Reputation:
5
Carb0
Senior Member
Posts: 268
Thanks to Hyperiums idea to change the user agent I was able to get live streams working without external programs. It still needs further testing but I intend to release a new version of the add-on tomorrow.
Posts: 3
Joined: Oct 2013
Reputation:
0
I would like to thank everyone for trying to solve the latest problems and I would like to especially thank Carb0 for making this add-on in the first place. It is very generous of you all to share your efforts with everyone else.
Posts: 18
Joined: Oct 2013
Reputation:
0
Every time I have to use the NHL's shitty website or PS3 app, I am more and more thankful that people took the time to create and troubleshoot this far superior application. Perhaps if the NHL stopped trying to hinder the efforts of people like Carb0, Hyperium, and others, and instead hired them to fix their shitty streaming services, people wouldn't have to seek alternatives like this. Thanks to everyone doing their damndest to get this working again.
Posts: 42
Joined: Feb 2012
Reputation:
0
apok
Junior Member
Posts: 42
Any updates?
My build XBMC (13.0-ALPHA9 Git:20131011-9c9fdb3) doesn't seem to be picking up the EXT-X-KEY header when passed to DVDPlayer (modified the URLs to accept the User-Agent override).
Posts: 28
Joined: Nov 2012
Reputation:
0
goyney
Junior Member
Posts: 28
It seems like this add-on fails when a game is consider to be blacked out with no messages. I haven't been able to stream the Chicago games in Florida the past few nights because of black outs and I thought the add-on was broken.
In addition, when connecting over VPN to bypass black out restrictions, it doesn't work. For example, I VPN into the UK and can watch the game via the GameCenter website. However, I still cannot stream the game in XBMC.
I can share my error log if you need it.
Posts: 42
Joined: Feb 2012
Reputation:
0
apok
Junior Member
Posts: 42
I think there's a bug here in the XBMC code (the version i mentioned a few posts back). You should be able to pass an m3u8 file directly to DVDPlayer and have it use ffmpeg right away. It looks like it tries to start playback by cURL-ing the playlist, and then the first file (this code is not ffmpeg). Playback doesn't start because the file is encrypted - but if it did, ffmpeg would take care of the rest (refreshing the playlist) behind the hood like it used to. At least your code will work for all versions that support decryption.