LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-20-2010, 12:39 PM   #2986
Haffalump
LQ Newbie
 
Registered: Jun 2010
Posts: 7

Rep: Reputation: 0

Thanks poorboywilly

now everything is clear
I'm on premium account and i'll try nexdef revision of mlbviewer for sure
 
Old 06-20-2010, 01:20 PM   #2987
dylanb02
LQ Newbie
 
Registered: Jun 2010
Posts: 3

Rep: Reputation: 0
Thanks guys. So I've got the autobahn.jar file but I get this error when trying to use the nexdef branch:

An error occurred in locating the game stream:

NexDef reports that requested stream is unavailable.

Suggestions?

Thanks
 
Old 06-20-2010, 02:08 PM   #2988
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by dylanb02 View Post
Thanks guys. So I've got the autobahn.jar file but I get this error when trying to use the nexdef branch:

An error occurred in locating the game stream:

NexDef reports that requested stream is unavailable.

Suggestions?

Thanks
Did you try to run it again? Occasionally I get an error like this and then it works fine, a problem on MLB side I think. Or perhaps the game you are trying doesn't have nexdef for some reason?
 
Old 06-20-2010, 04:48 PM   #2989
dylanb02
LQ Newbie
 
Registered: Jun 2010
Posts: 3

Rep: Reputation: 0
Also, when I run the jar file should it just hang or should I get some sort of results and a return to the prompt?
 
Old 06-21-2010, 11:13 AM   #2990
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by dylanb02 View Post
Also, when I run the jar file should it just hang or should I get some sort of results and a return to the prompt?
It should get a few results (about 5 lines or so, saying stuff like "Started SocketListener"), but then it should continue running without any results after that while you are watching nexdef content. Once you are done, you can kill it or ctrl-c it if you'd like.

Last edited by poorboywilly; 06-21-2010 at 11:13 AM. Reason: typo
 
Old 06-22-2010, 01:28 PM   #2991
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Daftcat-

The MLB-provided link to autobahn.jar is still broken, but I extracted the jar from the latest mac package and I am happy to report that I can watch archived nexdef games with this jar and the official player! Jump to innings is working, bitrate selection is working (although it appears that the highest rate is 2200kpbs, at least for this game), slow-mo and rewing/ff are working. This is certainly some progress, at least I haven't been able to get archived nexdef games working with the official player until today.

Last edited by poorboywilly; 06-23-2010 at 11:21 AM. Reason: removed weird "exit" and newline
 
Old 06-22-2010, 07:03 PM   #2992
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Direct link to the current NexDef Mac installer:
http://mlb.mlb.com/media/player/nexd...definstall.dmg
 
1 members found this post helpful.
Old 06-23-2010, 12:06 PM   #2993
emateja
LQ Newbie
 
Registered: Jun 2010
Posts: 4

Rep: Reputation: 0
Current JAR Link returns 403

Can anyone report accessing the current JAR file at:

located on the MLB site /nexdef-jars/

Or, can anyone provide an alternative source?

-cheers
 
Old 06-23-2010, 01:34 PM   #2994
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Quote:
Originally Posted by emateja View Post
Can anyone report accessing the current JAR file at:

located on the MLB site /nexdef-jars/

Or, can anyone provide an alternative source?

-cheers
It's still inaccessible, but you can get it from the Mac installer using these directions:

http://www.linuxquestions.org/questi...ml#post3949566

Just make sure you grab the latest installer which is linked in the post right above yours. Good luck!
 
1 members found this post helpful.
Old 06-23-2010, 03:30 PM   #2995
emateja
LQ Newbie
 
Registered: Jun 2010
Posts: 4

Rep: Reputation: 0
Locating autobahn.jar

Quote:
It's still inaccessible, but you can get it from the Mac installer using these directions:

http://www.linuxquestions.org/questi...ml#post3949566

Just make sure you grab the latest installer which is linked in the post right above yours. Good luck!
Thanks for the tip!

I ended up downloading the MAC installer via the link you provided and using a combination of dmg2img & pax on my Ubuntu Lucid machine to get my hands on the autobahn.jar file.

Last edited by emateja; 06-23-2010 at 03:34 PM.
 
Old 06-25-2010, 05:07 PM   #2996
emateja
LQ Newbie
 
Registered: Jun 2010
Posts: 4

Rep: Reputation: 0
Question Key Error: 'blackout'

Hopefully I have not overlooked the answer as I searched threads for solutions to this but the fixes described did not seem to work for me.

My troubleshooting started with a listings error and after setting debug to 'True' and editing 'raise Exception, detail' to 'raise', I bomb with the following log.

Here is my traceback:

Code:
Traceback (most recent call last):
  File "mlbviewer.py", line 1508, in <module>
    curses.wrapper(mainloop, mycfg.data)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "mlbviewer.py", line 202, in mainloop
    available = mysched.getListings(cfg['speed'],cfg['blackout'],cfg['audio_follow'])
  File "/home/emateja/mlbviewer/MLBviewer/mlbtv.py", line 799, in getListings
    return self.getXmlListings(myspeed, blackout, audiofollow)
  File "/home/emateja/mlbviewer/MLBviewer/mlbtv.py", line 805, in getXmlListings
    listings = self.trimXmlList(blackout)
  File "/home/emateja/mlbviewer/MLBviewer/mlbtv.py", line 469, in trimXmlList
    if game['content']['blackout'] == 'MLB_NATIONAL_BLACKOUT':
KeyError: 'blackout'
And here is the config file:

Code:
# See README for explanation of these settings.
# user and pass are required except for Top Plays
user=**********
pass=**********

show_player_command=0

live_from_start=0

favorite_color=cyan

speed=500

video_follow=bos

video_player=mplayer -cache 2048

show_inning_frames=1

x_display=

audio_player=mplayer -cache 64 -really-quiet

flash_browser=firefox %s

max_bps=800000

bg_color=xterm

coverage=home

strict_stream=1

audio_follow=bos

top_plays_player=

favorite=

use_color=0

use_nexdef=1

debug=True

time_offset=

blackout=tex
 
Old 06-25-2010, 05:35 PM   #2997
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
What game are you trying to watch? That looks like the national blackout error.
 
Old 06-25-2010, 06:38 PM   #2998
emateja
LQ Newbie
 
Registered: Jun 2010
Posts: 4

Rep: Reputation: 0
LOL... Nothing yet, have not been able to get to the day's game list. The explicit error code does give one pause, I agree. When I first saw that, I checked to see if there was something happening league-wide as I was simply trying to run mlbplayer from the start and produce the normal list view. I am guessing that something is causing that exception to throw, but was on break at work when troubleshooting it.

Last edited by emateja; 06-25-2010 at 06:40 PM.
 
Old 06-26-2010, 12:44 PM   #2999
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by emateja View Post
LOL... Nothing yet, have not been able to get to the day's game list. The explicit error code does give one pause, I agree. When I first saw that, I checked to see if there was something happening league-wide as I was simply trying to run mlbplayer from the start and produce the normal list view. I am guessing that something is causing that exception to throw, but was on break at work when troubleshooting it.
The line numbers aren't matching up with anything I have. What version are you using? Are you using the sourceforge version or the latest svn? I recommend the latest svn version using the instructions in the README file.

In the meantime, I'll see about updating the sourceforge version.
 
Old 06-26-2010, 12:50 PM   #3000
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 255: Gameday Audio Fixed

I've fixed the gameday audio bug on both the trunk (mlbviewer) and the nexdef branch.

Since I am now looking at the language value in the domain-attributes, I may implement a preferred language setting for gameday audio. I don't really have a whole lot of time right now, but it doesn't seem too hard to do once I do get some time again.
 
  


Reply

Tags
help, install, installation, instructions, seek, vlc, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mlb.com gameday audio stream statmobile Linux - Newbie 6 05-06-2008 10:16 PM
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration