LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-02-2010, 02:57 PM   #2431
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 225: More Teamcodes


If you've noticed the appearance of Unknown Teamcode in game listings yesterday and today (or maybe you'll notice them tomorrow...), I've added those team codes to the dictionary.

That's all this revision does.
 
Old 04-03-2010, 10:11 AM   #2432
kaput
LQ Newbie
 
Registered: May 2009
Posts: 11

Rep: Reputation: 0
NexDef

It looks like the 2010 NexDef plugin is available for download for Mac and Windows. Has anyone managed to get this working on Linux yet?
 
Old 04-03-2010, 10:54 AM   #2433
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by kaput View Post
It looks like the 2010 NexDef plugin is available for download for Mac and Windows. Has anyone managed to get this working on Linux yet?
Tried it and the java -jar command from last year just bailed on me:

Code:
matthew@tango:~$ java -jar autobahn.jar
Time to init SSL: 107
Exiting in 30 seconds
Can we have a MacOS X user (edouble?) install it and do a "ps -ef | grep autobahn" to see if the command-line has changed from last year?

Anyway, the streams still aren't available in NexDef yet and the stream names have changed from last year so the mlbviewer code isn't ready for this year's nexdef. Need the new strings from the SOAP replies and need the plugin to stay up in order to get the code working this year.
 
Old 04-03-2010, 10:57 AM   #2434
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 226: addstr.ERR crash fixed

May only be because I always start in DEBUG mode, but this morning, mlbviewer was crashing because the status string got too big. I can't remember what turns on the "Condensed Game Available" status but combined with "(no audio available)", status string got too long for the term width. I shortened the media indicators to "no audio", "no video", and "no media" and that fixed the addstr crash.
 
Old 04-03-2010, 12:08 PM   #2435
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
ps -ef | grep autobahn output:

503 82479 82475 0 0:00.00 ttys000 0:00.00 grep autobahn

There are no hd games till monday it seems...

edit: it looks like there is a hidden folder name ".autobahn" in my home folder with some cache information, if it would help I could email this to you daftcat

edit #2: It looks like autobahn is playing the non-hd streams. When I click on "quality" in the flash player, it pops up that I have nextdef installed and lets me choose between 5 different quality levels. I confirmed this by looking at the logfile from autobahn which says it has "livestreamer.AdaptiveBitrateRtmptHandler" followed by a game link

oh and beside that, the quality is greatly improved

Last edited by edouble312; 04-03-2010 at 12:16 PM.
 
Old 04-03-2010, 12:34 PM   #2436
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
ok folks...

good news! I found a autobahn.jar in the installer, ran the autobahn uninstall script to make sure I had no nexdef installed...

ran the jar file and the nexdef streams work in the flash player... I will test on my linux box in a minute.
 
Old 04-03-2010, 12:51 PM   #2437
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
Quote:
Originally Posted by edouble312 View Post
ok folks...

good news! I found a autobahn.jar in the installer, ran the autobahn uninstall script to make sure I had no nexdef installed...

ran the jar file and the nexdef streams work in the flash player... I will test on my linux box in a minute.
hmm, doesn't seem to want to let me connect in the flash player in ubuntu... The jar does run just fine and gives the same status as last year in the terminal

keeps saying "transferring data" in the browser but won't start the stream. It does say I have nexdef installed however in the quality tab.

In any case I prefer running the JAR file on my mac over having the software installed... It likes to suck up cpu/ram even when I'm not running the player

Last edited by edouble312; 04-03-2010 at 01:06 PM.
 
Old 04-03-2010, 02:18 PM   #2438
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
autobahn is not running according to your ps command. I'm only able to get "two bars" with the two quality levels still being standard definition. One is 800K and the other is 1200K. I can add 1200K support later today.
 
Old 04-03-2010, 02:20 PM   #2439
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 227: Implemented 800K / 1200K speed switching for non-nexdef

I've changed the speed switching code to switch between 800K and 1200K for non-nexdef mode.

Nexdef is still not turned on, but 1200K stream looks great.
 
Old 04-03-2010, 02:41 PM   #2440
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Okay, I'm a dork. The reason why autobahn was bailing on me was because long ago, I had daemonized it so I had last year's autobahn already running. Whew! So I have this year's running now and I've already got the stream descriptions from nexdef.py. Stay tuned!
 
Old 04-03-2010, 02:47 PM   #2441
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
Quote:
Originally Posted by daftcat View Post
Okay, I'm a dork. The reason why autobahn was bailing on me was because long ago, I had daemonized it so I had last year's autobahn already running. Whew! So I have this year's running now and I've already got the stream descriptions from nexdef.py. Stay tuned!
i was about to say... it's definitely running, i'm not imagining things haha

are you able to watch the streams in the flash player? I can't make that work... (in linux that is)

Last edited by edouble312; 04-03-2010 at 03:01 PM.
 
Old 04-03-2010, 03:37 PM   #2442
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by edouble312 View Post
i was about to say... it's definitely running, i'm not imagining things haha

are you able to watch the streams in the flash player? I can't make that work... (in linux that is)
At the moment, I can't use the flash player because of "Sign-on restriction".

Until nexdef is turned on at mlb.com and the sign-on restriction error passes, I can't say anything definitive about when nexdef may be available in mlbviewer. It looks like there could be some changes that would require some reverse engineering.

For those of you who like that kind of challenge, I've checked in some changes (revision 228) to mlbviewer and test/nexdef.py to assist you.
 
Old 04-03-2010, 11:46 PM   #2443
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
daftcat et al-
Thanks for working on this mlbviewer, it's pretty sweet. I'm having trouble getting any game from 4/3 to download completely. My player command is video_player=mplayer -cache 2048 -dumpstream %s -dumpfile %f, so that I can write the video file and play it back through a different process. The download progresses, but around 40% (for PIT @ PHI) or 45% (for BOS @ WAS) I get a ping type of 31 and the download ends. At one point I saw the error message "Could not connect to LIRC, retrying:" at the end of the log file repeated 4 times, but it doesn't seem to be the case after I checked out revision 229. The error from the mlbviewer.py terminal is below.

DEBUG: Set duration: 10414.271000
DEBUG: HandlePing, received ping. type: 6, len: 6
DEBUG: sending ping. type: 0x0007
DEBUG: HandlePing, received ping. type: 6, len: 6
DEBUG: sending ping. type: 0x0007
DEBUG: HandlePing, received ping. type: 6, len: 6
DEBUG: sending ping. type: 0x0007
DEBUG: HandlePing, received ping. type: 31, len: 6

The downloaded video is viewable, but ends abrubtly.

Any thoughts or suggestions? I'm able and willing to debug the problem but I'm not sure where to start.

Thanks,
Matt
 
Old 04-04-2010, 12:30 AM   #2444
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
bye bye linux on the ps3 i guess... just came out with the new update, totally disables the linux functionality of the ps3.
 
Old 04-05-2010, 06:42 AM   #2445
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Can someone direct me to the autobahn download please? NEVERMIND!

Last edited by rjwood; 04-05-2010 at 07:30 AM.
 
  


Reply

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


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 10:06 PM.

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