Kodi Community Forum
[Discontinued] NHL Gamecenter Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [Discontinued] NHL Gamecenter Addon (/showthread.php?tid=118853)



RE: [RELEASE] NHL Gamecenter Addon - dazed - 2013-10-15

So, just curious, I've updated to Carb0's most recent ver (windows7,frodo), but while you fine nerdy-er than I gents continue to poke at this, will the fiddler fix still work for live games in the meantime?


RE: [RELEASE] NHL Gamecenter Addon - Carb0 - 2013-10-15

(2013-10-15, 20:20)juggie Wrote: How are you doing your loop to keep asyncore running? You should be doing like:
while not xbmc.abortRequested:
asyncore.loop(timeout=1)

when xbmc tries to close the addon, this loop should exit. I have not tested this, that is just what I found in various places.

If you could send me a link to what you have so far, I will debug it more tonight.

It doesn't work if you use "while not xbmc.abortRequested". The server doesn't keep running.

(2013-10-15, 21:22)dazed Wrote: So, just curious, I've updated to Carb0's most recent ver (windows7,frodo), but while you fine nerdy-er than I gents continue to poke at this, will the fiddler fix still work for live games in the meantime?

You have to use the previous version for the fiddler fix. Or you can try this with the latest version:
(2013-10-15, 15:05)Hyperium Wrote: I see now, this is super easy. You can download this mongoose server temporarily, until carb0 adds a HTTP server through XBMC. What you do is just add your folder path to the document_root path in mongoose ( C:\Users\Hyperium\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8 )

Replace this string in gamecenter.py * Not sure if it's exactly right, but it should be close -- pathToKey.append(os.path.join("http://localhost:8080/" + filename + str(i) + ".m3u8.key"))

And that should do it temporarily for Windows users.



RE: [RELEASE] NHL Gamecenter Addon - avens19 - 2013-10-15

(2013-10-15, 21:22)dazed Wrote: So, just curious, I've updated to Carb0's most recent ver (windows7,frodo), but while you fine nerdy-er than I gents continue to poke at this, will the fiddler fix still work for live games in the meantime?

Unfortunately not if you've upgraded. I'll PM you a .py file that will work


RE: [RELEASE] NHL Gamecenter Addon - juggie - 2013-10-15

(2013-10-15, 22:20)Carb0 Wrote:
(2013-10-15, 20:20)juggie Wrote: How are you doing your loop to keep asyncore running? You should be doing like:
while not xbmc.abortRequested:
asyncore.loop(timeout=1)

when xbmc tries to close the addon, this loop should exit. I have not tested this, that is just what I found in various places.

If you could send me a link to what you have so far, I will debug it more tonight.

It doesn't work if you use "while not xbmc.abortRequested". The server doesn't keep running.

(2013-10-15, 21:22)dazed Wrote: So, just curious, I've updated to Carb0's most recent ver (windows7,frodo), but while you fine nerdy-er than I gents continue to poke at this, will the fiddler fix still work for live games in the meantime?

You have to use the previous version for the fiddler fix. Or you can try this with the latest version:
(2013-10-15, 15:05)Hyperium Wrote: I see now, this is super easy. You can download this mongoose server temporarily, until carb0 adds a HTTP server through XBMC. What you do is just add your folder path to the document_root path in mongoose ( C:\Users\Hyperium\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8 )

Replace this string in gamecenter.py * Not sure if it's exactly right, but it should be close -- pathToKey.append(os.path.join("http://localhost:8080/" + filename + str(i) + ".m3u8.key"))

And that should do it temporarily for Windows users.

How about you include is playing in the condition so it will only exit if abort=true and isplaying=false.


RE: [RELEASE] NHL Gamecenter Addon - Carb0 - 2013-10-15

The conditions wouldn't help with the stop/restart problems I'm having. I sent you a PM.


RE: [RELEASE] NHL Gamecenter Addon - juggie - 2013-10-15

Ah.

In the thread when asyncore stops looping, use your AlarmServer object and call a stop function within that class. Add a stop function to the class to do do self.close() which I think should close the socket. Though I would have to test.

If you make progress, upload a new version and send me the link in PM.. i'll look at it in a few hours. It would be helpful from a code readability POV if all the download code for the m3u8 stuff was not there.. though I guess it is not being called.


RE: [RELEASE] NHL Gamecenter Addon - dazed - 2013-10-15

Thank you both, Carb0, avens19. Two methods to play with before tonights bummer of a Flyers game. If I can't get either to work, I'll not waste anymore of your guys time, wait on a better fix.
Thanks.
Tried Hyps fix w mongoose andthe line in the .py file edit. no go, crashes xbmc after playing (get this!) 10 seconds of vid...
Code:
18:56:43 T:4200  NOTICE: -----------------------------------------------------------------------
18:56:43 T:4200  NOTICE: Starting XBMC (12.0 Git:20130127-fb595f2), Platform: Windows 7 SP1 64-bit, build 7601. Built on Jan 28 2013 (compiler 1600)
18:56:43 T:4200  NOTICE: Pentium(R) Dual-Core  CPU      E6700  @ 3.20GHz
18:56:43 T:4200  NOTICE: Desktop Resolution: 1280x720 32Bit at 60Hz
18:56:43 T:4200  NOTICE: Running with administrator rights
18:56:43 T:4200  NOTICE: Aero is enabled
18:56:43 T:4200  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
18:56:43 T:4200  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
18:56:43 T:4200  NOTICE: special://masterprofile/ is mapped to: C:\Users\InnerCity\AppData\Roaming\XBMC\userdata
18:56:43 T:4200  NOTICE: special://home/ is mapped to: C:\Users\InnerCity\AppData\Roaming\XBMC\
18:56:43 T:4200  NOTICE: special://temp/ is mapped to: C:\Users\InnerCity\AppData\Roaming\XBMC\cache
18:56:43 T:4200  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
18:56:43 T:4200  NOTICE: Local hostname: InnerCity-PC
18:56:43 T:4200  NOTICE: Log File is located: C:\Users\InnerCity\AppData\Roaming\XBMC\xbmc.log
18:56:43 T:4200  NOTICE: -----------------------------------------------------------------------
18:56:45 T:4200  NOTICE: Enumerated DirectSound devices:
18:56:45 T:4200  NOTICE:     Device 1
18:56:45 T:4200  NOTICE:         m_deviceName      : {56B86E20-FACA-4D92-96C2-321BA63873B0}
18:56:45 T:4200  NOTICE:         m_displayName     : Digital Passthrough - Digital Audio (S/PDIF) (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: DirectSound: Digital Audio (S/PDIF) (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 48000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
18:56:45 T:4200  NOTICE:     Device 2
18:56:45 T:4200  NOTICE:         m_deviceName      : {5DF6C08E-6E6F-4F97-8E1B-B696A6615587}
18:56:45 T:4200  NOTICE:         m_displayName     : Speakers - Speakers (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: DirectSound: Speakers (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 48000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
18:56:45 T:4200  NOTICE:     Device 3
18:56:45 T:4200  NOTICE:         m_deviceName      : {967D95C2-3CF6-4635-8CF0-782A11148705}
18:56:45 T:4200  NOTICE:         m_displayName     : HDMI - AMD HDMI Output (2- AMD High Definition Audio Device)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: DirectSound: AMD HDMI Output (2- AMD High Definition Audio Device)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 48000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
18:56:45 T:4200  NOTICE: Enumerated WASAPI devices:
18:56:45 T:4200  NOTICE:     Device 1
18:56:45 T:4200  NOTICE:         m_deviceName      : {56B86E20-FACA-4D92-96C2-321BA63873B0}
18:56:45 T:4200  NOTICE:         m_displayName     : Digital Passthrough - Digital Audio (S/PDIF) (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: WASAPI: Digital Audio (S/PDIF) (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR,FC,LFE,BL,BR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 48000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_S8,AE_FMT_U8,AE_FMT_LPCM
18:56:45 T:4200  NOTICE:     Device 2
18:56:45 T:4200  NOTICE:         m_deviceName      : {5DF6C08E-6E6F-4F97-8E1B-B696A6615587}
18:56:45 T:4200  NOTICE:         m_displayName     : Speakers - Speakers (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: WASAPI: Speakers (Envy24 Family Audio Controller WDM)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR,FC,LFE,BL,BR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 48000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_S8,AE_FMT_U8,AE_FMT_LPCM
18:56:45 T:4200  NOTICE:     Device 3
18:56:45 T:4200  NOTICE:         m_deviceName      : {967D95C2-3CF6-4635-8CF0-782A11148705}
18:56:45 T:4200  NOTICE:         m_displayName     : HDMI - AMD HDMI Output (2- AMD High Definition Audio Device)
18:56:45 T:4200  NOTICE:         m_displayNameExtra: WASAPI: AMD HDMI Output (2- AMD High Definition Audio Device)
18:56:45 T:4200  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
18:56:45 T:4200  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
18:56:45 T:4200  NOTICE:         m_sampleRates     : 192000,176400,96000,88200,48000,44100,32000
18:56:45 T:4200  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
18:56:45 T:4200  NOTICE: load settings...
18:56:45 T:4200  NOTICE: special://profile/ is mapped to: special://masterprofile/
18:56:45 T:4200  NOTICE: loading special://masterprofile/guisettings.xml
18:56:45 T:4200  NOTICE: Getting hardware information now...
18:56:45 T:4200  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
18:56:45 T:4200  NOTICE: Loaded playercorefactory configuration
18:56:45 T:4200  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
18:56:45 T:4200  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
18:56:45 T:4200  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
18:56:45 T:4200  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
18:56:45 T:4200  NOTICE: Default DVD Player: dvdplayer
18:56:45 T:4200  NOTICE: Default Video Player: dvdplayer
18:56:45 T:4200  NOTICE: Default Audio Player: paplayer
18:56:45 T:4200  NOTICE: Disabled debug logging due to GUI setting. Level 0.
18:56:45 T:4200  NOTICE: Log level changed to 0
18:56:45 T:4200  NOTICE: Loading media sources from special://masterprofile/sources.xml
18:56:45 T:4200  NOTICE: Running database version Addons15
18:56:45 T:4188  NOTICE: Thread CSoftAE start, auto delete: false
18:56:45 T:4296  NOTICE: Thread CRemoteControl start, auto delete: false
18:56:45 T:1404  NOTICE: Thread XBMC Peripherals start, auto delete: false
18:56:45 T:4200  NOTICE: Found screen: Generic PnP Monitor on AMD Radeon HD 6450, adapter 0.
18:56:45 T:4200  NOTICE: Primary mode: 1280x720 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 29.97i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 30.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 29.97i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 30.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 29.97i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x480 @ 30.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 720x576 @ 25.00i - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1152x648 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1152x648 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x800 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 23.98 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1280x1024 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 23.98 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1360x1024 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 23.98 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1400x1050 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1440x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1600x900 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 23.98 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1680x1050 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Previous line repeats 2 times.
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 29.97i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1776x1000 @ 30.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 24.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 23.98 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 30.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 29.97 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 60.00 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 59.94 - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
18:56:45 T:4200  NOTICE: Additional mode: 1920x1080 @ 29.97i - Full Screen
18:56:45 T:4200  NOTICE: Checking resolution 16
18:56:46 T:4200  NOTICE: Running database version Addons15
18:56:46 T:4200  NOTICE: Running database version ViewModes4
18:56:46 T:4200  NOTICE: Running database version Textures13
18:56:46 T:4200  NOTICE: Running database version MyMusic32
18:56:46 T:4200  NOTICE: Running database version MyVideos75
18:56:46 T:4200  NOTICE: Running database version TV22
18:56:46 T:4200  NOTICE: Running database version Epg7
18:56:46 T:4200  NOTICE: initializing playlistplayer
18:56:46 T:4200  NOTICE: DONE initializing playlistplayer
18:56:47 T:4312  NOTICE: Thread XBPyThread start, auto delete: false
18:56:47 T:4312  NOTICE: -->Python Interpreter Initialized<--
18:56:47 T:5016  NOTICE: Thread XBPyThread start, auto delete: false
18:56:47 T:5016  NOTICE: Previous line repeats 3 times.
18:56:47 T:5016  NOTICE: -->Python Interpreter Initialized<--
18:56:47 T:2532  NOTICE: -->Python Interpreter Initialized<--
18:56:47 T:3492  NOTICE: -->Python Interpreter Initialized<--
18:56:47 T:4032  NOTICE: -->Python Interpreter Initialized<--
18:56:48 T:4200  NOTICE: initialize done
18:56:48 T:3684  NOTICE: Thread Jobworker start, auto delete: true
18:56:48 T:4356  NOTICE: Thread XBPyThread start, auto delete: false
18:56:49 T:4356  NOTICE: -->Python Interpreter Initialized<--
18:56:49 T:4032  NOTICE: Artwork Downloader: ## Service - Run at startup: False
18:56:49 T:4032  NOTICE: Artwork Downloader: ## Service - Delayed startup: -- minutes
18:56:49 T:4032  NOTICE: Artwork Downloader: ## Service - Run as service: False
18:56:49 T:4032  NOTICE: Artwork Downloader: ## Service - Time: 00:00
18:56:49 T:4356  NOTICE:  StorageServer Module loaded RUN
18:56:49 T:4356  NOTICE: StorageClient-2.5.2 Starting server
18:56:49 T:4356  NOTICE: StorageServer-2.5.2 Storage Server starting C:\Users\InnerCity\AppData\Roaming\XBMC\cache\commoncache.db
18:56:51 T:4200  NOTICE: Running the application...
18:56:51 T:4200  NOTICE: Webserver: Starting...
18:56:51 T:4200  NOTICE: WebServer: Started the webserver
18:56:51 T:4200  NOTICE: starting upnp server
18:56:51 T:4200  NOTICE: ES: Starting event server
18:56:51 T:4668  NOTICE: Thread CEventServer start, auto delete: false
18:56:51 T:4668  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
18:56:51 T:4668  NOTICE: UDP: Listening on port 9777
18:56:52 T:564  NOTICE: Thread CTCPServer start, auto delete: false
18:56:54 T:3096  NOTICE: Thread Jobworker start, auto delete: true
18:56:54 T:4676  NOTICE: Thread XBPyThread start, auto delete: false
18:56:54 T:4676  NOTICE: -->Python Interpreter Initialized<--
18:57:12 T:1180  NOTICE: Thread Background Loader start, auto delete: false
18:57:13 T:4256  NOTICE: Thread XBPyThread start, auto delete: false
18:57:13 T:4256  NOTICE: -->Python Interpreter Initialized<--
18:57:14 T:4256  NOTICE: Mode: None
18:57:14 T:4256  NOTICE: URL: None
18:57:14 T:4256  NOTICE: Name: None
18:57:14 T:4104  NOTICE: Thread Background Loader start, auto delete: false
18:57:15 T:3636  NOTICE: Thread XBPyThread start, auto delete: false
18:57:15 T:3636  NOTICE: -->Python Interpreter Initialized<--
18:57:16 T:3636  NOTICE: Mode: 8
18:57:16 T:3636  NOTICE: URL: /live
18:57:16 T:3636  NOTICE: Name: Live
18:57:16 T:3636  NOTICE: /live
18:57:16 T:2768  NOTICE: Thread Background Loader start, auto delete: false
18:57:20 T:5100  NOTICE: Thread XBPyThread start, auto delete: false
18:57:20 T:5100  NOTICE: -->Python Interpreter Initialized<--
18:57:21 T:5100  NOTICE: Mode: 9
18:57:21 T:5100  NOTICE: URL: /liveVAN vs. PHI 10/15/2013 07:00
18:57:21 T:5100  NOTICE: Name: 10/15/2013 07:00 PM: Vancouver @ Philadelphia
18:57:21 T:5100  NOTICE: /liveVAN vs. PHI 10/15/2013 07:00
18:57:21 T:5100  NOTICE: Downloading m3u8 file
18:57:21 T:5100  NOTICE: Done
18:57:21 T:5100  NOTICE: Downloading m3u8 file
18:57:21 T:5100  NOTICE: Done
18:57:23 T:5100  NOTICE: AWAY
18:57:23 T:4200  NOTICE: DVDPlayer: Opening: C:\Users\InnerCity\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8/away.m3u8
18:57:23 T:4200 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:57:23 T:5100 WARNING: Attempt to use invalid handle -1
18:57:23 T:2484  NOTICE: Thread CDVDPlayer start, auto delete: false
18:57:23 T:2484  NOTICE: Creating InputStream
18:57:23 T:2484  NOTICE: Creating Demuxer
18:57:28 T:2484  NOTICE: Opening video stream: 0 source: 256
18:57:28 T:2484  NOTICE: Creating video codec with codec id: 28
18:57:28 T:2484  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
18:57:28 T:2484  NOTICE: Creating video thread
18:57:28 T:2484  NOTICE: Opening audio stream: 1 source: 256
18:57:28 T:2484  NOTICE: Finding audio codec for: 86018
18:57:28 T:2484  NOTICE: Creating audio thread
18:57:28 T:2056  NOTICE: Thread CDVDPlayerAudio start, auto delete: false
18:57:28 T:2056  NOTICE: running thread: CDVDPlayerAudio::Process()
18:57:28 T:2056  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through)
18:57:28 T:4660  NOTICE: Thread CDVDPlayerVideo start, auto delete: false
18:57:28 T:4660  NOTICE: running thread: video_thread
18:57:28 T:4660  NOTICE:  fps: 29.970030, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
18:57:28 T:4660  NOTICE: Display resolution DESKTOP : 1280x720 @ 60.00 - Full Screen (16)
18:57:28 T:4660  NOTICE: D3D: rendering method forced to DXVA2 processor
18:57:41 T:2484 WARNING: msvcrt.dll: dll_lseeki64 called, TODO: add 'int64 -> long' type checking
thanks again, i'll try the other method maybe tomorrow averns19. thanks for the file attachment.


RE: [RELEASE] NHL Gamecenter Addon - Hyperium - 2013-10-16

(2013-10-15, 22:20)Carb0 Wrote:
(2013-10-15, 20:20)juggie Wrote: How are you doing your loop to keep asyncore running? You should be doing like:
while not xbmc.abortRequested:
asyncore.loop(timeout=1)

when xbmc tries to close the addon, this loop should exit. I have not tested this, that is just what I found in various places.

If you could send me a link to what you have so far, I will debug it more tonight.

It doesn't work if you use "while not xbmc.abortRequested". The server doesn't keep running.

(2013-10-15, 21:22)dazed Wrote: So, just curious, I've updated to Carb0's most recent ver (windows7,frodo), but while you fine nerdy-er than I gents continue to poke at this, will the fiddler fix still work for live games in the meantime?

You have to use the previous version for the fiddler fix. Or you can try this with the latest version:
(2013-10-15, 15:05)Hyperium Wrote: I see now, this is super easy. You can download this mongoose server temporarily, until carb0 adds a HTTP server through XBMC. What you do is just add your folder path to the document_root path in mongoose ( C:\Users\Hyperium\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8 )

Replace this string in gamecenter.py * Not sure if it's exactly right, but it should be close -- pathToKey.append(os.path.join("http://localhost:8080/" + filename + str(i) + ".m3u8.key"))

And that should do it temporarily for Windows users.

I'm missing another option, whenever it updates past 10 seconds. Working on it.

If I also change this file section

#Restart timer
if (xbmc.Player().isPlayingVideo()):
threading.Timer(10, "http://localhost:8080/",[filename]).start()

XBMC log gives me this --

18:33:44 T:808 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available

Is mongoose not updating the http server fast enough?


RE: [RELEASE] NHL Gamecenter Addon - goyney - 2013-10-16

Live games still fail to play on 0.5.5.

Code:
19:51:16 T:1424  NOTICE: -----------------------------------------------------------------------
19:51:16 T:1424  NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Windows 7 SP1 64-bit, build 7601. Built on May  2 2013 (compiler 1600)
19:51:16 T:1424  NOTICE: Intel(R) Atom(TM) CPU D2550   @ 1.86GHz
19:51:16 T:1424  NOTICE: Desktop Resolution: 1766x982 32Bit at 29Hz
19:51:16 T:1424  NOTICE: Running with administrator rights
19:51:16 T:1424  NOTICE: Aero is enabled
19:51:16 T:1424  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
19:51:16 T:1424  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
19:51:16 T:1424  NOTICE: special://masterprofile/ is mapped to: C:\Users\XBMC\AppData\Roaming\XBMC\userdata
19:51:16 T:1424  NOTICE: special://home/ is mapped to: C:\Users\XBMC\AppData\Roaming\XBMC\
19:51:16 T:1424  NOTICE: special://temp/ is mapped to: C:\Users\XBMC\AppData\Roaming\XBMC\cache
19:51:16 T:1424  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
19:51:16 T:1424  NOTICE: Local hostname: HTPC
19:51:16 T:1424  NOTICE: Log File is located: C:\Users\XBMC\AppData\Roaming\XBMC\xbmc.log
19:51:16 T:1424  NOTICE: -----------------------------------------------------------------------
19:51:16 T:1424  NOTICE: Found 2 Lists of Devices
19:51:16 T:1424  NOTICE: Enumerated DirectSound devices:
19:51:16 T:1424  NOTICE:     Device 1
19:51:16 T:1424  NOTICE:         m_deviceName      : {D6346B2C-56B4-4E3E-9546-A44A934E57DC}
19:51:16 T:1424  NOTICE:         m_displayName     : HDMI - GV46L HDTV10A-1 (NVIDIA High Definition Audio)
19:51:16 T:1424  NOTICE:         m_displayNameExtra: DirectSound: GV46L HDTV10A-1 (NVIDIA High Definition Audio)
19:51:16 T:1424  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:51:16 T:1424  NOTICE:         m_channels        : FL,FR
19:51:16 T:1424  NOTICE:         m_sampleRates     : 48000
19:51:16 T:1424  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
19:51:16 T:1424  NOTICE:     Device 2
19:51:16 T:1424  NOTICE:         m_deviceName      : {DF90D39D-AA3C-425E-B29B-464F6999F9DC}
19:51:16 T:1424  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
19:51:16 T:1424  NOTICE:         m_displayNameExtra: DirectSound: Realtek Digital Output (Realtek High Definition Audio)
19:51:16 T:1424  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:51:16 T:1424  NOTICE:         m_channels        : FL,FR
19:51:16 T:1424  NOTICE:         m_sampleRates     : 48000
19:51:16 T:1424  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
19:51:16 T:1424  NOTICE: Enumerated WASAPI devices:
19:51:16 T:1424  NOTICE:     Device 1
19:51:16 T:1424  NOTICE:         m_deviceName      : {D6346B2C-56B4-4E3E-9546-A44A934E57DC}
19:51:16 T:1424  NOTICE:         m_displayName     : HDMI - GV46L HDTV10A-1 (NVIDIA High Definition Audio)
19:51:16 T:1424  NOTICE:         m_displayNameExtra: WASAPI: GV46L HDTV10A-1 (NVIDIA High Definition Audio)
19:51:16 T:1424  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:51:16 T:1424  NOTICE:         m_channels        : FL,FR
19:51:16 T:1424  NOTICE:         m_sampleRates     : 48000,44100
19:51:16 T:1424  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:51:16 T:1424  NOTICE:     Device 2
19:51:16 T:1424  NOTICE:         m_deviceName      : {DF90D39D-AA3C-425E-B29B-464F6999F9DC}
19:51:16 T:1424  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
19:51:16 T:1424  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
19:51:16 T:1424  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:51:16 T:1424  NOTICE:         m_channels        : FL,FR
19:51:16 T:1424  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
19:51:16 T:1424  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:51:16 T:1424  NOTICE: load settings...
19:51:16 T:1424  NOTICE: special://profile/ is mapped to: special://masterprofile/
19:51:16 T:1424  NOTICE: loading special://masterprofile/guisettings.xml
19:51:16 T:1424  NOTICE: Getting hardware information now...
19:51:16 T:1424  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:51:16 T:1424  NOTICE: Loaded playercorefactory configuration
19:51:16 T:1424  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:51:16 T:1424  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:51:16 T:1424  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:51:16 T:1424  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:51:16 T:1424  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.1.200</host>
                                                <name>xbmc_video</name>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.1.200</host>
                                                <name>xbmc_music</name>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                              </musicdatabase>
                                            </advancedsettings>
19:51:16 T:1424 WARNING: VIDEO database configuration is experimental.
19:51:16 T:1424  NOTICE: Getting hardware information now...
19:51:16 T:1424  NOTICE: Default DVD Player: dvdplayer
19:51:16 T:1424  NOTICE: Default Video Player: dvdplayer
19:51:16 T:1424  NOTICE: Default Audio Player: paplayer
19:51:16 T:1424  NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:51:16 T:1424  NOTICE: Log level changed to 0
19:51:16 T:1424  NOTICE: Loading media sources from special://masterprofile/sources.xml
19:51:16 T:1944  NOTICE: Thread CSoftAE start, auto delete: false
19:51:16 T:1424  NOTICE: Running database version Addons15
19:51:17 T:3924  NOTICE: Thread XBMC Peripherals start, auto delete: false
19:51:17 T:2092  NOTICE: Thread CRemoteControl start, auto delete: false
19:51:17 T:1840  NOTICE: Thread XBMC Peripherals start, auto delete: false
19:51:17 T:1424  NOTICE: Found screen: Generic PnP Monitor on NVIDIA GeForce 610M, adapter 0.
19:51:17 T:1424  NOTICE: Primary mode: 1766x982 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 50.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 720x480 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 720x480 @ 50.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 720x576 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 720x576 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 720x576 @ 50.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 800x600 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 800x600 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 800x600 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1024x768 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1024x768 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1024x768 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1152x864 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1152x864 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1152x864 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1176x664 @ 50.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1176x664 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1176x664 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 59.94 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1280x768 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x768 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x768 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x800 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x800 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x800 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x960 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x960 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x960 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x1024 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x1024 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1280x1024 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1360x768 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1360x768 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1360x768 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1366x768 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1366x768 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1366x768 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x900 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x900 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x900 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x1024 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x1024 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1600x1024 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1680x1050 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1680x1050 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1680x1050 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1768x992 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1768x992 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1768x992 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1920x1080 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1920x1080 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1920x1080 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Additional mode: 1766x982 @ 30.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1766x982 @ 29.97i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Additional mode: 1766x982 @ 25.00i - Full Screen
19:51:17 T:1424  NOTICE: Previous line repeats 2 times.
19:51:17 T:1424  NOTICE: Checking resolution 15
19:51:17 T:1424  NOTICE: Running database version Addons15
19:51:17 T:1424  NOTICE: Running database version ViewModes4
19:51:17 T:1424  NOTICE: Running database version Textures13
19:51:17 T:1424  NOTICE: Running database version xbmc_music32
19:51:17 T:1424  NOTICE: Running database version xbmc_video75
19:51:17 T:1424  NOTICE: Running database version TV22
19:51:17 T:1424  NOTICE: Running database version Epg7
19:51:17 T:1424  NOTICE: initializing playlistplayer
19:51:17 T:1424  NOTICE: DONE initializing playlistplayer
19:51:22 T:652  NOTICE: Thread XBPyThread start, auto delete: false
19:51:22 T:652  NOTICE: Previous line repeats 3 times.
19:51:22 T:652  NOTICE: -->Python Interpreter Initialized<--
19:51:22 T:440  NOTICE: -->Python Interpreter Initialized<--
19:51:22 T:3384  NOTICE: -->Python Interpreter Initialized<--
19:51:22 T:2928  NOTICE: -->Python Interpreter Initialized<--
19:51:22 T:1372  NOTICE: Thread XBPyThread start, auto delete: false
19:51:22 T:1424  NOTICE: Previous line repeats 1 times.
19:51:22 T:1424  NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
19:51:24 T:440  NOTICE: Artwork Downloader: ## Service - Run at startup: False
19:51:24 T:440  NOTICE: Artwork Downloader: ## Service - Delayed startup:  minutes
19:51:24 T:440  NOTICE: Artwork Downloader: ## Service - Run as service: False
19:51:24 T:440  NOTICE: Artwork Downloader: ## Service - Time: :00
19:51:27 T:2784  NOTICE: -->Python Interpreter Initialized<--
19:51:27 T:1372  NOTICE: -->Python Interpreter Initialized<--
19:51:28 T:3544  NOTICE: Thread CVideoInfoScanner start, auto delete: false
19:51:28 T:1424  NOTICE: initialize done
19:51:28 T:3156  NOTICE: Thread XBPyThread start, auto delete: false
19:51:28 T:1424  NOTICE: Running the application...
19:51:28 T:1424  NOTICE: Webserver: Starting...
19:51:28 T:1424  NOTICE: WebServer: Started the webserver
19:51:28 T:1424  NOTICE: starting upnp renderer
19:51:28 T:1424  NOTICE: ES: Starting event server
19:51:28 T:1424  NOTICE: starting zeroconf publishing
19:51:28 T:3616  NOTICE: Thread CEventServer start, auto delete: false
19:51:28 T:3872  NOTICE: Thread CTCPServer start, auto delete: false
19:51:28 T:3616  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:51:28 T:3616  NOTICE: UDP: Listening on port 9777
19:51:28 T:3960  NOTICE: Thread Jobworker start, auto delete: true
19:51:28 T:3544  NOTICE: VideoInfoScanner: Starting scan ..
19:51:28 T:3580  NOTICE: Thread AirPlayServer start, auto delete: false
19:51:28 T:3576  NOTICE: Thread Jobworker start, auto delete: true
19:51:31 T:3156  NOTICE: -->Python Interpreter Initialized<--
19:51:31 T:3544  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:03
19:51:32 T:3156  NOTICE:  StorageServer Module loaded RUN
19:51:32 T:3156  NOTICE: StorageClient-2.5.2 Starting server
19:51:32 T:3156  NOTICE: StorageServer-2.5.2 Storage Server starting C:\Users\XBMC\AppData\Roaming\XBMC\cache\commoncache.db
19:51:34 T:2452  NOTICE: Thread XBPyThread start, auto delete: false
19:51:34 T:2452  NOTICE: -->Python Interpreter Initialized<--
19:51:37 T:3540  NOTICE: Thread CAlarmClock start, auto delete: false
19:51:37 T:3292  NOTICE: Thread Jobworker start, auto delete: true
19:51:49 T:3664  NOTICE: Previous line repeats 1 times.
19:51:49 T:3664  NOTICE: Thread XBPyThread start, auto delete: false
19:51:49 T:3664  NOTICE: -->Python Interpreter Initialized<--
19:51:49 T:3664  NOTICE: Mode: None
19:51:49 T:3664  NOTICE: URL: None
19:51:49 T:3664  NOTICE: Name: None
19:51:50 T:3672  NOTICE: Thread Background Loader start, auto delete: false
19:51:50 T:2028  NOTICE: Thread XBPyThread start, auto delete: false
19:51:50 T:2028  NOTICE: Previous line repeats 1 times.
19:51:50 T:2028  NOTICE: -->Python Interpreter Initialized<--
19:51:50 T:1668  NOTICE: -->Python Interpreter Initialized<--
19:51:50 T:3484  NOTICE: Thread XBPyThread start, auto delete: false
19:51:52 T:3484  NOTICE: -->Python Interpreter Initialized<--
19:51:56 T:2268  NOTICE: Thread XBPyThread start, auto delete: false
19:51:59 T:2268  NOTICE: -->Python Interpreter Initialized<--
19:51:59 T:2268  NOTICE: Mode: 8
19:51:59 T:2268  NOTICE: URL: /live
19:51:59 T:2268  NOTICE: Name: Live
19:51:59 T:2268  NOTICE: /live
19:52:05 T:2196  NOTICE: Thread Background Loader start, auto delete: false
19:52:10 T:3288  NOTICE: Thread XBPyThread start, auto delete: false
19:52:10 T:3288  NOTICE: -->Python Interpreter Initialized<--
19:52:10 T:3288  NOTICE: Mode: 9
19:52:10 T:3288  NOTICE: URL: /liveCHI vs. CAR 10/15/2013
19:52:10 T:3288  NOTICE: Name: LIVE - END 1st: Blackhawks vs. Hurricanes
19:52:10 T:3288  NOTICE: /liveCHI vs. CAR 10/15/2013
19:52:10 T:3288  NOTICE: Downloading m3u8 file
19:52:11 T:3288  NOTICE: Done
19:52:11 T:3288  NOTICE: Downloading m3u8 file
19:52:11 T:3288  NOTICE: Done
19:52:13 T:3288  NOTICE: HOME
19:52:13 T:1424  NOTICE: DVDPlayer: Opening: C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8/home.m3u8
19:52:13 T:1424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:52:13 T:3220  NOTICE: Thread CDVDPlayer start, auto delete: false
19:52:13 T:3220  NOTICE: Creating InputStream
19:52:13 T:3220  NOTICE: Creating Demuxer
19:52:15 T:3220   ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.video.nhl-gamecenter\m3u8\home.m3u8
19:52:15 T:3220   ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
19:52:15 T:3220  NOTICE: CDVDPlayer::OnExit()
19:52:15 T:3220  NOTICE: CDVDPlayer::OnExit() deleting input stream
19:52:15 T:1424  NOTICE: DVDPlayer: Opening:
19:52:15 T:1424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:52:15 T:3388  NOTICE: Thread CDVDPlayer start, auto delete: false
19:52:15 T:3388  NOTICE: Creating InputStream
19:52:15 T:3388   ERROR: perror:
19:52:15 T:3388   ERROR: Error on dvdnav_open
19:52:15 T:3388   ERROR: CDVDPlayer::OpenInputStream - error opening []
19:52:15 T:3388  NOTICE: CDVDPlayer::OnExit()
19:52:15 T:3388  NOTICE: CDVDPlayer::OnExit() deleting input stream
19:52:15 T:1424   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.nhl-gamecenter/?url=%2FliveCHI+vs.+CAR+10%2F15%2F2013&mode=9&name=LIVE+-+END+1st%3A+Blackhawks+vs.+Hurricanes]
19:52:15 T:3128  NOTICE: Thread Background Loader start, auto delete: false
19:52:15 T:1424  NOTICE: CDVDPlayer::CloseFile()
19:52:15 T:1424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:52:15 T:1424  NOTICE: DVDPlayer: waiting for threads to exit
19:52:15 T:1424  NOTICE: DVDPlayer: finished waiting



RE: [RELEASE] NHL Gamecenter Addon - Furner - 2013-10-16

Live games still working for me on latest version. Thanks carb0!

If issues are persisting, maybe just turn the live games into one plugin, and the offline games (archive, condensed, etc) into a totally separate plugin since it appears they are working in different ways? Just a suggestion. Personally I care more about the live games than the archives but I do use the archived games sometimes if I miss one.


RE: [RELEASE] NHL Gamecenter Addon - Von Hockey - 2013-10-16

I can't believe I had to register to ask this, but how do I add custom UA in fiddler? All I can find in the thread is ->Open fiddler->add custom UA. I can't find an option to add a custom UA


RE: [RELEASE] NHL Gamecenter Addon - Hyperium - 2013-10-16

(2013-10-16, 01:53)Von Hockey Wrote: I can't believe I had to register to ask this, but how do I add custom UA in fiddler? All I can find in the thread is ->Open fiddler->add custom UA. I can't find an option to add a custom UA

That's exactly how you do it. In the box that pops up, put this 'AppleTV/2.4' -- If I misread that -- on the toolbar it says "Rules' Then down that box it says "User Agent" - Down that box, it says Custom UA - Then follow the step above.


RE: [RELEASE] NHL Gamecenter Addon - Von Hockey - 2013-10-16

(2013-10-16, 01:59)Hyperium Wrote:
(2013-10-16, 01:53)Von Hockey Wrote: I can't believe I had to register to ask this, but how do I add custom UA in fiddler? All I can find in the thread is ->Open fiddler->add custom UA. I can't find an option to add a custom UA

That's exactly how you do it. In the box that pops up, put this 'AppleTV/2.4' -- If I misread that -- on the toolbar it says "Rules' Then down that box it says "User Agent" - Down that box, it says Custom UA - Then follow the step above.

Yes thank you! That ''rules'' is all I needed! I love you stranger.Now I just hope this works for me.


RE: [RELEASE] NHL Gamecenter Addon - roach9 - 2013-10-16

Would love a solution to playing streams with a Linux Frodo build...


RE: [RELEASE] NHL Gamecenter Addon - webbtj - 2013-10-16

So I haven't followed this thread for a week or so and just checked in today and I must say carb0 (& others who have helped along), you guys are my heroes. I'm a programmer myself, though with zero time at the moment, so I appreciate the hard work that's gone into this! I'm watching my Habs and Jets it beautiful HD on my pi, looks every bit as good as cable. I feel like I owe you money! Your hard work is extremely appreciated and I hope someday I can lend a hand with this or a similar project.
Kudos to all involved in getting the live streams running at least on *nix systems!

-TJ