Kodi Community Forum
[Release] MLBMC - a Major League Baseball (video) add-on - 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: [Release] MLBMC - a Major League Baseball (video) add-on (/showthread.php?tid=104391)



RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

(2013-08-06, 21:23)Dixon Butz Wrote:
(2013-08-02, 14:14)divingmule Wrote: It seems xbmc doesn't like the spaces in your temp folder name, replace them with _ underscore or something.

Wondering if that might be the same reason mlbhls isn't starting on your intel pcHuh

I put XBMC on root of D. Works there. But, I can't get certain archived games to work. Some work, some don't.
Example: I can't get the Yankees game from Monday Aug 05 (YES) to work. I can see it download during the 15s cache. Then nothing is downloaded.
Tried the Nationals from Aug 05 (MASN). That works.
Log here: http://pastebin.com/gDugs8JQ
In that log, I tried the Yankee game twice and Nats once.
Any clues there?


Humm... in that log, we check to see if mlbhls is running before starting playback, your first two tries the check said mlbhls is not running, so playback is not started.

Can you maybe watch the task manager and see if mlbhls starts then quits during the 15 second wait?

I'm thinking* this is a starttime issue with the build of mlbhls that we are using(for windows). Maybe it's starting near the end and is finishing before we even start playback.

I noticed that the most recent commits to thegreyghost's repo are noted as fixes for start times. The windows build we are using is most likely older than these fixes.

Maybe try starting from different innings and see if the results are the same?


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

Just tried the Yankee game from Aug 05 on my AMD PC and mlbhls was running during the 15 cache. Mlbhls stopped when I saw the TY for watching. Any inning I select I get the TY for watching.
Getting the same results for the Nats game.
Tried the Nats game again and it worked from the begining. And it worked again when selecting a different inning.
Can't get the Yanks to play no matter what. mlbhls is always running during the 15s cache.
Most of the archived games I try do work.
Another game that does not work is Boston @ Houston from Aug 05. mlbhls runs during the cache and stops. I don't get any player for this game.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

Do you get the same result on both of your pc's for those games? Have you tried disabling both "start games from beginning' and 'lookup innings' for those games.

I notice this error in your log every time the player script starts -
Code:
14:55:04 T:2664  NOTICE: [MLBMC(mlbhls)-0.1.4]: Starting Player Script
14:55:04 T:5200   ERROR: CSoftAE::WriteSink - sink blocked- reinit flagged
14:55:19 T:2664  NOTICE: [MLBMC(mlbhls)-0.1.4]: Platform: Windows
14:55:19 T:2664  NOTICE: [MLBMC(mlbhls)-0.1.4]: MLB-HLS is not running.

seems this has something todo with xbmc's audio engine, no idea if it's related to why mlbhls stops??

There is also this service detecting playback -
Code:
14:57:28 T:4980  NOTICE: 1Channel: Service: Playback started

It's a long shot in the dark but maybe try disabling this service.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

Happens on 2 pc's and a laptop.
I just selected start from begining and I still had a choice of innings to start from. Still got the TY4 watching on that Yanks game.

I could try the fix listed in ths thread:

http://forum.xbmc.org/showthread.php?tid=167420&page=3

http://forum.xbmc.org/showthread.php?tid=167420&pid=1448570#pid1448570

I'll try this on this my laptop.

Still see that error in the log


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

Here is a log from that lappy
http://pastebin.com/0rzwqd8w


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

I really don't think it's related, I'm going to work on re-enabling the start-block setting.


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

I reset default settings in this plugin.
Deleted the advanced settings xml.
Uninstalled 1channel
Selected start games from the begining.
I didnt get the inning select this time.
The Yankee game from last night doesn't work- no player. The Nat's game does work.
Guess this plugin hates the Yankees Big Grin


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

Rofl

Try this -> https://mlbmc-xbmc.googlecode.com/files/plugin.video.mlbmc.hls-0.1.41.zip

Disable start times and innings, set start-block ~40-50


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

On that with your rec settings, I get this game will begin shortly on the Tues Yanks game. mlbhls stays running and data is streaming at 20mbps. Game never starts.The shortly screen stays running.
Same results with the Tues Nats game. I checked in the temp and played that with MPCHC. The whole files is this game will begin shortly. File keeps growing.
You want a log?


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

http://pastebin.com/tJPwLFQq


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

It seems to be setting the target correctly with '-f 40'. Thats what is nice about getting the start-time, you don't have to guess at the start block. You might increase the start-block setting, I think the game will eventually start.

So I think my original theory is correct.
Quote:I'm thinking* this is a starttime issue with the build of mlbhls that we are using(for windows). Maybe it's starting near the end and is finishing before we even start playback.



RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-07

I set it for 60, game did start after 3m 15s


RE: [Release] MLBMC - a Major League Baseball (video) add-on - divingmule - 2013-08-07

https://code.google.com/p/mlbtv-hls-nexdef/wiki/README
Quote:-f = Which Block to start at. If the game is still in progress and -f is 0, it will be the most current block (live). If you specify non-zero, it will start reading from the beginning with each block being about 6 seconds, so -f 5 will start 30 seconds from when MLB.tv started streaming.



RE: [Release] MLBMC - a Major League Baseball (video) add-on - Cablefreeme - 2013-08-08

Anyone else getting a script error when trying to launch full count?


RE: [Release] MLBMC - a Major League Baseball (video) add-on - Dixon Butz - 2013-08-08

(2013-08-08, 03:00)Cablefreeme Wrote: Anyone else getting a script error when trying to launch full count?

Yep
http://pastebin.com/jkDPsTYt