LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-12-2013, 01:57 PM   #4246
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86

Quote:
Originally Posted by WaltH View Post
Okay, I went back to the original config file, and I no longer get the too many video packets in the buffer error. I also, though, get n video. In fact, after the archived broadcast goes to the first commercial break, I get nothing but silence and this image: Attachment 13407. Not sure what to try next.
That's normal. They often have a pre-game blurb and then go to commercial. Technically, at this point, the game hasn't started so they are correct in showing the "This Game Will Start Shortly" graphic. If you had just waited out the commercial break, you would probably get the start of the game. Commercials on MLB.TV are not displayed. You will see one of those graphics during the commercial break. The only indication that the stream didn't freeze is that there is a slight ripple effect in the blue background.
 
Old 09-12-2013, 02:01 PM   #4247
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 535: "Pulse Of The Postseason" added to mlbvideos.py

I noticed that MLB.com has a new video category called "Pulse Of The Postseason" so it seemed like a good idea to add it to mlbvideos.py.
 
Old 09-12-2013, 10:45 PM   #4248
WaltH
LQ Newbie
 
Registered: Sep 2013
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by daftcat View Post
That's normal. They often have a pre-game blurb and then go to commercial. Technically, at this point, the game hasn't started so they are correct in showing the "This Game Will Start Shortly" graphic. If you had just waited out the commercial break, you would probably get the start of the game. Commercials on MLB.TV are not displayed. You will see one of those graphics during the commercial break. The only indication that the stream didn't freeze is that there is a slight ripple effect in the blue background.
I waited through roughly six minutes of silence before giving up. While I did not look for it, I also did not notice any ripple effect.
 
Old 09-13-2013, 12:20 AM   #4249
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by WaltH View Post
I waited through roughly six minutes of silence before giving up. While I did not look for it, I also did not notice any ripple effect.
I find that nexdef mode sometimes takes a little "nudge" (one press of the forward arrow) if the audio is going but the video is stuck. That only seems to happen at the beginning of the playback and doesn't seem to be an issue after a single press of the right arrow.

I have no such issues with non-nexdef mode.

Also, you can edit your ~/.mlb/config file and remove the "-really-quiet" from the default video_player= setting. That should give you more information about what's going on with playback.
 
Old 09-13-2013, 09:38 AM   #4250
WaltH
LQ Newbie
 
Registered: Sep 2013
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by daftcat View Post
I find that nexdef mode sometimes takes a little "nudge" (one press of the forward arrow) if the audio is going but the video is stuck. That only seems to happen at the beginning of the playback and doesn't seem to be an issue after a single press of the right arrow.

I have no such issues with non-nexdef mode.

Also, you can edit your ~/.mlb/config file and remove the "-really-quiet" from the default video_player= setting. That should give you more information about what's going on with playback.
I tried the archived video of yesterday's free game this morning and got audio and a green screen in nexdef mode. Pressing the forward arrow simply caused the audio playback to stop. Playback did seem to work in one of the specified video modes. (I tried 1800K and had video.) I assume I can set this in the config file. The speed line in that file has a value of 1200 while the use_nexdef field is set at 1. Will setting that value back to zero set the playback to 1200K then, or is there some other value to set? Thanks.
 
Old 09-13-2013, 10:21 AM   #4251
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by WaltH View Post
I tried the archived video of yesterday's free game this morning and got audio and a green screen in nexdef mode. Pressing the forward arrow simply caused the audio playback to stop. Playback did seem to work in one of the specified video modes. (I tried 1800K and had video.) I assume I can set this in the config file. The speed line in that file has a value of 1200 while the use_nexdef field is set at 1. Will setting that value back to zero set the playback to 1200K then, or is there some other value to set? Thanks.
Set use_nexdef=0 and speed=1800 if the 1800 one worked for you.
 
Old 09-13-2013, 11:34 AM   #4252
WaltH
LQ Newbie
 
Registered: Sep 2013
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by daftcat View Post
Set use_nexdef=0 and speed=1800 if the 1800 one worked for you.
Those are exactly the settings I've used. Thanks.
 
Old 09-24-2013, 01:12 AM   #4253
icelancer
LQ Newbie
 
Registered: May 2013
Posts: 26

Rep: Reputation: Disabled
Just wanted to give a thumbs up and say that I updated mlbviewer and that it works perfectly. Thanks for your tireless work, daftcat!
 
Old 09-25-2013, 02:29 PM   #4254
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Postseason coming very soon which means Fox will once again screw us but TBS should offer us Postseason camera angles. Within the first game or two, I should have mlbviewer patched up to work with these postseason camera angles. I believe the network code is still there but a new camera angles page will need to be rewritten to the new code format.

Also, probably not all that useful this late in the season, but I am working on a calendar view. Maybe it will make the off-season a little less miserable if you can scroll through the calendar to find those games worth re-watching.

Here's a mock screen I did up in vim and will turn into code over the off-season. It will be month-by-month for a given team so you can see who your team will play in future games and how they did in past games. The biggest challenge for me is getting a day-by-day cursor working for it.
Attached Thumbnails
Click image for larger version

Name:	calendar-mockup.png
Views:	13
Size:	26.6 KB
ID:	13550  
 
Old 09-29-2013, 07:23 PM   #4255
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 540: Ready for postseason...

I have the postseason camera angles GUI worked out and I see at least one camera angle XML file ready for tomorrow. However, what I don't see is the official offering from MLB and TBS to view these camera angles for North America subscribers. Maybe they'll have that offer on the website in time for tomorrow's game.

For international subscribers, it sounds like you guys need to post another $25 to MLB.TV for a postseason package but you should be able to watch the games live with no restrictions just like regular season. I have no way of testing this myself being a US resident, but you will probably need to add postseason=1 to your ~/.mlb/config file. I don't remember what that flag does other than someone remembered it as a fix for international users during last year's postseason.
 
Old 09-30-2013, 12:38 AM   #4256
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Postseason.tv now available for north american customers

North American subscribers, update to rev540 released earlier today and buy the $5 postseason package which includes wildcard, NLDS, and NLCS. Basically whatever TBS is going to carry because Fox sucks and doesn't offer the camera angles.

International subscribers, not sure what your subscription option is after reading the forum. You may need to pay $25 for your postseason package or you may already be covered. Set postseason=1 in your ~/.mlb/config file and you should be good to go with the all the postseason games just like regular season (no blackouts.)
 
Old 09-30-2013, 04:50 AM   #4257
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by daftcat View Post
International subscribers, not sure what your subscription option is after reading the forum. You may need to pay $25 for your postseason package or you may already be covered. Set postseason=1 in your ~/.mlb/config file and you should be good to go with the all the postseason games just like regular season (no blackouts.)
Post season has come with the regular season package for international subscribers in past years, without blackout and with the standard (Fox/TBS) tv feed, both live and archived. There doesn't seem to be any special change in the terms and conditions this year, but we will see.
 
Old 09-30-2013, 12:50 PM   #4258
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by chrisVV View Post
Post season has come with the regular season package for international subscribers in past years, without blackout and with the standard (Fox/TBS) tv feed, both live and archived. There doesn't seem to be any special change in the terms and conditions this year, but we will see.
Maybe the $25 is for those who didn't subscribe to the season. In any case, international subscribers should set postseason=1 in their config. If I can figure out what that code is actually doing (suspect it is something to do with blackouts), I may change the name of the option to "international".
 
Old 09-30-2013, 07:37 PM   #4259
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Looks like everyone needs to set postseason=1 in ~/.mlb/config if you want to watch live postseason. Postseason.tv subscribers (North America) and International users will both need this to ignore the blackout status in the media location response.

Also, Quad Mode is a new camera angle for Postseason.tv. Pretty nifty!
 
Old 10-01-2013, 02:46 PM   #4260
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by daftcat View Post
In any case, international subscribers should set postseason=1 in their config. If I can figure out what that code is actually doing (suspect it is something to do with blackouts), I may change the name of the option to "international".
http://www.linuxquestions.org/questi...ml#post4487574
 
  


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 10:25 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