LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-10-2009, 08:36 PM   #1756
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86

Quote:
Originally Posted by Wolfvorkian View Post
Anybody having constant breakups? For the past few days, I'm lucky to get 10 minutes before I lose the stream. Prior to that, I almost never had an interruption.

It has nothing to do with the "Cinco de Mayo" release because the same problem exists with SVN 170.
mlb has been having problems recently. This is the major reason I implemented jump to innings. I was sick of getting 6 innings through a game only to have it drop out.
 
Old 05-10-2009, 10:47 PM   #1757
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by daftcat View Post
There wouldn't be a video follow feature if we swapped 1 and 2. Video follow means, I don't care if this team is home or away, just play its broadcast. Swapping 2 for 1 would mean you would always have to select your stream preference.
Not necessarily. This is my thinking: initially, stream select is "off", and therefore stream select condition is skipped and the video follow condition takes effect. Once you adjust the stream selection via the "s" key it is either "home" or "away", and therefore stream selection takes precedence. To me this would be slickest because the only time I select a stream is if my favorite teams' streams are not HD, but if other people's workflows are different it really is not that big of a deal to turn of video follow either.
 
Old 05-11-2009, 01:31 AM   #1758
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by poorboywilly View Post
Not necessarily. This is my thinking: initially, stream select is "off", and therefore stream select condition is skipped and the video follow condition takes effect. Once you adjust the stream selection via the "s" key it is either "home" or "away", and therefore stream selection takes precedence. To me this would be slickest because the only time I select a stream is if my favorite teams' streams are not HD, but if other people's workflows are different it really is not that big of a deal to turn of video follow either.
So if stream selection is "off" and video_follow is absent, what's the default? I think it is more intuitive to know which stream you are going to get before you press 'Enter' (or 'a' or 'i'.)

It turns out that I already have code to detect when a stream preference is unavailable (e.g. HOME is selected, but there isn't a home stream.) In the case of the 5/5 SFG-CHC game, the media listing publishes the away stream as being available but Nexdef servers report an invalid stream. I've adjusted the error message accordingly but I can't fix this without enabling video_follow toggle. Or rather, I will keep the stream selection rules the way they are and implement video follow toggle later this week.
 
Old 05-11-2009, 01:37 AM   #1759
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by chomiak View Post
Don't know what was wrong last night but i'm now listening to a live premium mlb.tv game!!! Will have to wait to have a sighted person here to see if video is working but with having JTI now I woldn't drop premium even if it turns out video isn't working for some reason. Btw both mplayer and vlc are now both working for me.
So I take it the JTI interface works for you with Orca then? That's good to hear. I've never thought about mlbviewer being used with screen reader software. Do you use the show_inning_frames=False config file option or does Orca have ways to skip over that line score graphic?
 
Old 05-11-2009, 12:28 PM   #1760
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by daftcat View Post
It turns out that I already have code to detect when a stream preference is unavailable (e.g. HOME is selected, but there isn't a home stream.) In the case of the 5/5 SFG-CHC game, the media listing publishes the away stream as being available but Nexdef servers report an invalid stream. I've adjusted the error message accordingly but I can't fix this without enabling video_follow toggle. Or rather, I will keep the stream selection rules the way they are and implement video follow toggle later this week.
Fair enough.
 
Old 05-11-2009, 02:56 PM   #1761
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
JTI and spoilers question

So I noticed the other day when I went to use JTI (Jump to Innings) on a game I hadn't watched yet, the absence of a bottom of the 9th told me in an instant that my Royals had lost (again.)

I'm going to make two changes to JTI.

1. For the line score graphic, I'm going to change the bottom of the ninth to "?" for all completed 9-inning games.

2. For all completed 9-inning games, instead of saying the last available half inning is the top or bottom of the ninth, it will read,
"Last available half inning: Game Completed."

You'll still have the ability to jump to the bottom of the 9th (to watch the walk-offs or your favorite closer), but I won't tell you up front whether that's a valid half inning to jump to.

I'll have to do something similar for extra innings games when I get around to fixing JTI for them.

Any objections or alternate suggestions?
 
Old 05-11-2009, 08:10 PM   #1762
sruchris
LQ Newbie
 
Registered: Apr 2009
Posts: 17

Rep: Reputation: 0
I tried the Cinco De Mayo Release and when I select a game and press a, mplayer opens with this message:

mplayer: could not connect to socket
mplayer: No such file or directory

What should I do?

Thanks.
 
Old 05-11-2009, 08:34 PM   #1763
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by sruchris View Post
I tried the Cinco De Mayo Release and when I select a game and press a, mplayer opens with this message:

mplayer: could not connect to socket
mplayer: No such file or directory

What should I do?

Thanks.
Do you have rtmpdump version 1.5 with patches applied according to the REQUIREMENTS document?

Gameday audio will not work without rtmpdump. Live game audio will not work without the provided patch.
 
Old 05-11-2009, 08:43 PM   #1764
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by daftcat View Post
Do you have rtmpdump version 1.5 with patches applied according to the REQUIREMENTS document?

Gameday audio will not work without rtmpdump. Live game audio will not work without the provided patch.
I think I also need to change the default video_player and audio_player commands. The defaults from last year won't work this year. Sorry. That was my mistake.

Add these to your configuration file (~/.mlb/config):

Code:
video_player=mplayer -really-quiet -cache 2048
audio_player=mplayer -really-quiet -cache 128
Adjust the cache size to your liking.
 
Old 05-11-2009, 09:26 PM   #1765
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by daftcat View Post
So I noticed the other day when I went to use JTI (Jump to Innings) on a game I hadn't watched yet, the absence of a bottom of the 9th told me in an instant that my Royals had lost (again.)

I'm going to make two changes to JTI.

1. For the line score graphic, I'm going to change the bottom of the ninth to "?" for all completed 9-inning games.

2. For all completed 9-inning games, instead of saying the last available half inning is the top or bottom of the ninth, it will read,
"Last available half inning: Game Completed."

You'll still have the ability to jump to the bottom of the 9th (to watch the walk-offs or your favorite closer), but I won't tell you up front whether that's a valid half inning to jump to.

I'll have to do something similar for extra innings games when I get around to fixing JTI for them.

Any objections or alternate suggestions?
Fixed in rev 202.
Also fixed player defaults to remove 'xterm -e'.
Also added human readable time counter to stream screen of nexdef mode--displayed in Eastern Time currently. (I might change this to localtime or I might not.)

As an aside, Bot 9 will always show as '[?]' now even if there are extra innings. It's cosmetically goofy when there are extra innings but, oh well. I think you guys will figure it out. ;-) I'll fix this when I fix the jump to extra innings. Not a high priority, though.
 
Old 05-11-2009, 09:30 PM   #1766
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Which post explains how to implement JTI?
 
Old 05-12-2009, 12:00 AM   #1767
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by rjwood View Post
Which post explains how to implement JTI?
Update to rev 202 and press 'i' instead of 'Enter'. The onscreen instructions should be clear enough. It's a NexDef only feature though. But if you're Premium and you've got autobahn.jar running, you should be good to go.
 
Old 05-12-2009, 06:53 AM   #1768
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Where is revision 202? Sorry.
 
Old 05-12-2009, 11:40 AM   #1769
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by rjwood View Post
Where is revision 202? Sorry.

svn revision 202.

Code:
$ svn co https://mlbviewer.svn.sourceforge.net/svnroot/mlbviewer/trunk mlbviewer
Once you've checked out mlbviewer, you can keep it up to date with the "svn up" command from within the mlbviewer directory.

I plan to make another Sourceforge release in a week or two, though.
 
Old 05-12-2009, 11:49 AM   #1770
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by daftcat View Post
So I noticed the other day when I went to use JTI (Jump to Innings) on a game I hadn't watched yet, the absence of a bottom of the 9th told me in an instant that my Royals had lost (again.)

I'm going to make two changes to JTI.

1. For the line score graphic, I'm going to change the bottom of the ninth to "?" for all completed 9-inning games.

2. For all completed 9-inning games, instead of saying the last available half inning is the top or bottom of the ninth, it will read,
"Last available half inning: Game Completed."

You'll still have the ability to jump to the bottom of the 9th (to watch the walk-offs or your favorite closer), but I won't tell you up front whether that's a valid half inning to jump to.

I'll have to do something similar for extra innings games when I get around to fixing JTI for them.

Any objections or alternate suggestions?
Brilliant! Got to cover up the spoilers. When I watch an archived game, it's most commonly because I want to see the game before I know what happened in the game, as if it were live. I can still remember using the flash player a couple years ago and having to cover up the side of the screen where the scores would show until I got the game full-screened.
 
  


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 01:53 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