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 - lordsiris - 2013-07-22

I've tried the mlbmc-hls plugin both 0.1.0 and 0.1.2 on both openelec and xbmcbuntu and I don't get anything displayed at all. Just says caching for 15 seconds then drops back to game listings. Tried turning fifo on and on and setting storage directory but nothing makes it work. I tried running the mlbmc-hls binary at CLI directly and it gave me an error as root. I downloading the svn of mlbhls and made a new binary and copied it to the mlbmc-hls directory. Now the binary runs, but I still get nothing in the plugin in xbmc. If i parse the logs and pull out the url of the video and the mlbhls parameters I can put it in via CLI and get an output file building and play that file properly in VLC. I do have to change the -f from 0 to about 60 to get it to continue downloading and not stop in the first few seconds.

Anyone have any ideas why it won't work in xbmc?

Thanks!


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

@lordsiris, try and create plugin.video.mlbmc.hls/bin then copy the mlbhls binary to the bin directory.

(2013-07-22, 01:04)speaker219 Wrote: mlbhls can be compiled in cygwin, i have an old version compiled... had to change a few things in the source to get it compiled. I'll upload the binary later (requires a bunch of cygwin DLL files as dependencies) but it works.

Humm, interesting. Any chance you might want to have a go at a newer version?


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

(2013-07-08, 14:30)highheat Wrote: Quick suggestion: Can you add an option to exclude "gameday audio" feeds from the feed selection? makes it easier to select the correct feed (if you - like me - never listen to the radio feeds).
thanks divingmule, your addon is awesome!

Thanks :-) When I find some time I'll add some sorting and maybe a setting to hide.


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

(2013-07-09, 01:45)my95z34 Wrote: So, I haven't read back too far, so I apologize if this issue has been covered already. But when I play a video, the audio will play for about half a second and then it's gone for good. I can see on my home theater receiver that it keeps cycling from having audio and not having audio. I can grab a log if you need.

Thanks in advance!

Sorry for the late reply Confused

It seems that xbmc's player is having trouble demuxing the stream. This isn't actually related to the add-on, it's more to do with your build of xbmc. If you want to http://pastebin.com a log, I can help point out the error but you'll likely have to ask for help in the forum section for your OS/build.


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

divingmule, thanks but that didn't seem to help. Still the same situation. Here is the pastebin of the last few lines of the log:

http://pastebin.com/raw.php?i=LkHgpWbw


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

divingmule, please disregard my previous message. Adding the bin directory and moving the mlbhls binary into there didn't work but got me thinking it was just a file location path issue like you were alluding to. I changed line 601 of resources/mlbtv.py file:

"from" target = 'mlbhls'
"to" target = '/home/chris/.xbmc/addons/plugin.video.mlbmc.hls/bin/mlbhls'

which is the full path to the binary and everything works perfectly now.

I'm currently on xbmcbuntu, so outside the openelec if statements it just didn't know where the binary was. Will try checking things again on openelec later this evening (after the Detroit game is over...)

Thanks!


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

Wink glad you got it going. The binary just needs to be in your "$PATH", for ubuntu usually /usr/bin. I plan on removing the openelec code, it's unreliable, if the computer name is change from the default "openelec" it doesn't work. In this situation, with openelec, the bin directory in the add-on's root dir should* work.


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

(2013-07-24, 14:56)divingmule Wrote: Wink glad you got it going. The binary just needs to be in your "$PATH", for ubuntu usually /usr/bin. I plan on removing the openelec code, it's unreliable, if the computer name is change from the default "openelec" it doesn't work. In this situation, with openelec, the bin directory in the add-on's root dir should* work.

Any way that you could add an option in settings to manually point to the location of the binary? That should make setting it up on openelec, and the Raspberry Pi, a little easier.


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

Yeah, sounds like a good idea. Wink


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

(2013-07-23, 14:08)divingmule Wrote: @lordsiris, try and create plugin.video.mlbmc.hls/bin then copy the mlbhls binary to the bin directory.

(2013-07-22, 01:04)speaker219 Wrote: mlbhls can be compiled in cygwin, i have an old version compiled... had to change a few things in the source to get it compiled. I'll upload the binary later (requires a bunch of cygwin DLL files as dependencies) but it works.

Humm, interesting. Any chance you might want to have a go at a newer version?

I'll take a look later,, don't know what has really changed with mlbhls lately, but here is the version I have compiled for windows:

(all files must be kept together in the same folder)

http://rangersmultimedia.com/other/mlbhls-win32.zip


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

Hey guys anyway of a update one to work off the bat for raspberry pi running Openelec .Thanks


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

I am about to try installing it on the rPi, I will let you know what I figure out.


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

For Rasp ... mlhhs arm binary here -> http://openelec.tv/forum/90-miscellaneous/28946-extra-software-for-mlbmc-add-on?start=24#70129

Put into the path and it should be run out the the box - keep in mind that writing the temp ts file on the sd card is maybe not the best idea and will most likely not work that good with higher bitrates but should work with an external drive - not sure if there is a workaround to the the temp file running on a network share? as far as i know e.g. smb shares will not be work for the moment. i think divingmule can give the correct answer on that ^^

Overall it definetly works - tested with a pirates match some weeks ago with an 800k stream puffered on the sd.


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

A little help!

running xmbc 12.2 on my ubuntu 64 bit laptop. I am an xbmc novice, but experienced unix developer.

installed 2.0.4 mlbmc, cannot get live/archived video to work at all. some video from the team highlight clips will play.

here is the tail of my log file, the whole thing is at: http://pastebin.com/XeC8ZT6v,

Thanks,
Scott.


10:34:36 T:139893489633024 NOTICE: [MLBMC-2.0.4]: ipid: 38042161
10:34:36 T:139893489633024 NOTICE: [MLBMC-2.0.4]: mai: lastName%253DKolodzieski%2526firstName%253DScott
10:34:36 T:139893489633024 NOTICE: [MLBMC-2.0.4]: mlbunifieddata: 38042161%7C1a69f1d3d24fd56fe891acf68c2e19b1%7C1374810341534%7Cttemp
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: Selected: Atlanta Braves Coverage - SS-HD
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: content: Atlanta Braves Coverage - SS-HD
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: getRequest : https://secure.mlb.com/pubajaxws/bamrest/MediaService2_0/op-findUserVerifiedEvent/v-2.1?
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: Server: Oracle-iPlanet-Web-Server/7.0
Date: Fri, 26 Jul 2013 14:34:41 GMT
Access-control-allow-headers: SOAPAction,accept,origin,content-type
Access-control-allow-credentials: true
Content-type: text/xml
Content-length: 241
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: <?xml version="1.0" encoding="UTF-8"?><user-verified-media-response xmlns="http://services.bamnetworks.com/media/types/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><status-code>-3000</status-code></user-verified-media-response>
10:34:41 T:139893489633024 NOTICE: [MLBMC-2.0.4]: No New Fingerprint
10:34:41 T:139894066096000 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.mlbmc/?url=&mode=7&name=Atlanta+%40+NY+Mets++++Archived&event=14-348261-2013-07-25]
10:34:41 T:139893489633024 NOTICE: Thread Background Loader start, auto delete: false
10:34:45 T:139894065825536 NOTICE: Thread CRssReader start, auto delete: false


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

Hi guys,
I'm a complete novice here and have no idea what I am doing.
I have a RPi loaded from OpenELEC-RPi.arm-3.0.6.img.zip, all seemed to be good added the add-on MLBC version 2.04. All started up OK, but did get my password wrong fist go, then got passed that and got to point of selecting which coverage I wanted (in this case SUN-HD) then after choosing it stopped with status:identity error.

Any Ideas, such a shame I got so close
Robert