Posts: 143
Joined: Aug 2011
Reputation:
0
for me, tonight its the plug in giving me headaches (lag/freezing , cutting out completely etc... )
browser is working / streaming fine for me.......
don't know wtf
Posts: 112
Joined: Oct 2010
Reputation:
2
juggie
Senior Member
Posts: 112
What is blocking rtmp from working on frodo?
Posts: 2
Joined: Jan 2013
Reputation:
0
Had the same error where the python script failed on trying to watch live games, and I reset all settings back to default, reentered username and pw and it worked. Hope this helps somebody out!
Lag still an issue though
Posts: 268
Joined: Sep 2011
Reputation:
5
Carb0
Senior Member
Posts: 268
Livestreams are only working in Frodo. I wasn't able to watch any games the last two nights but if the streams start then it's not an issue with the addon itself.
Posts: 268
Joined: Sep 2011
Reputation:
5
Carb0
Senior Member
Posts: 268
I don't see any advantage in implementing HDS. The addon will be slower (more page requests than now) but playback is not likely to improve.
Posts: 22
Joined: May 2011
Reputation:
0
Just did a fresh install of Frodo and now the addon crashes XBMC when attempting to stop or back out of a stream. Any ideas on what may be causing this?
Posts: 143
Joined: Aug 2011
Reputation:
0
Since gamecenter worked in browser but not through add-on, i would think that maybe something with the add-on was causing 'lag/latency'
This add-on does seem to utilize ability to 'unrestrict' access to all games based on location
is there soemthign in there that may have potentially caused grief/lag/latency / instability ??
Posts: 268
Joined: Sep 2011
Reputation:
5
Carb0
Senior Member
Posts: 268
The addon just scrapes links and plays them with the video player in XBMC. The addon does not unrestrict anything. The official apps just restrict the access to the links. If the stream starts the addon works fine. If you experience buffering or bad video quality this is caused by XBMC, a bad internet connection or the servers of the NHL/Neulion.
When I started programming the addon I was trying to use HDS. It's not that hard to find the mp4 fragments of HDS in Wireshark but I didn't find any way to get a list of all mp4 fragments to play them in XBMC as a continous stream. It may be possible to get it working with guessing the name of the next mp4 file but that won't be very reliable. This leaves us with HLS.
The HLS streams are used in the official Gamecenter apps on many (if not all) of the offically supported devices. They usually work very well but if a lot of people watch the streams at the same time it may not be possible to watch a stream at 3000kbit/s. The offical apps simply switch to a lower quality stream and you may not even notice it but XBMC is not able to do that. This is when you experience issues with buffering in XBMC. If the streams don't work well today try to play them on a Xbox 360, a Playstation 3 or any of the officially supported devices. If they switch to a lower quality you know that either your internet connection is too slow or that the NHL servers are too slow.
The instability of the addon is something I can work on. But I need logs to work on that because I never experienced any crashes of the addon.