LinuxQuestions.org
Help answer threads with 0 replies.
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 08-28-2014, 01:50 PM   #4561
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86

I use gcc-4.2 as an example, not a requirement or suggestion. Just that if you have more than one version of gcc installed, try referencing the other version using it's full path rather than letting "make" figure it out.
 
Old 08-28-2014, 04:01 PM   #4562
acm006
LQ Newbie
 
Registered: May 2013
Posts: 6

Rep: Reputation: Disabled
I tried everything you had listed. I only had one version of gcc (4.6) installed. I ran sudo apt-get update and upgrade, both were up to date. Still no dice.

So I went and deleted all the mlbviewer and mlbhls files to start fresh. Before I did that, I installed the gcc-4.8. I re-downloaded everything and started the install fresh. Everything worked like a charm this time around. I must have had something wrong with gcc-4.6.

Thanks for pointing me in that direction, I wouldn't have known where to look otherwise. Hopefully this helps someone else as well.
 
Old 09-16-2014, 10:15 PM   #4563
phanhan
LQ Newbie
 
Registered: Sep 2014
Location: Ho Chi Minh
Distribution: david
Posts: 2

Rep: Reputation: Disabled
Excellent Sandog, thanks for the info. I'll be interested to see that 'Moonlight' when it gets a little closer to ready.
I got it working with the Wine version. Not working with the native Firefox, but I don't care. As long as I can watch baseball.
 
Old 09-22-2014, 05:37 PM   #4564
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Master scoreboard is screwy today because of KC-CLE suspended game.

Master scoreboard derives the game date from the game id of the highlighted game. So if you select master scoreboard with the first game of today listed, it's going to display the master scoreboard for 8/31/14. I didn't have a chance to fix that this morning and I don't have SSH access to home at new job (external ssh is redirected to an internal blackhole server.)

The workaround is easy though. Select any game other than the first KC-CLE match up today before switching to master scoreboard view.

I will likely fix this tonight just because, as a QA engineer by profession, this bugs me.
 
Old 09-23-2014, 04:16 AM   #4565
bef
LQ Newbie
 
Registered: Sep 2014
Posts: 4

Rep: Reputation: Disabled
Alternative player to download games to disk

Hello,

not sure if this is the right forum, but as it seems pretty active I figure you guys can redirect me to some other place if needed.

I wrote a small patch that allows me to specify a different player on the command-line, which I use to download games to disk so I can watch them offline later. I use it like this:

team=sf day=09/22/2014 python mlbplay.py video_player="cvlc -sout file/ts:~/${day//\/}-${team}.ogg" v=$team j=$day

The patch is on github, as is another small one that implements actually supporting librtmp on the command-line (like the documentation describes).

Please let me know if this could be integrated upstream.

Cheers,

--Seb
 
Old 09-24-2014, 12:21 PM   #4566
bef
LQ Newbie
 
Registered: Sep 2014
Posts: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by bef View Post
The patch is on github, as is another small one that implements actually supporting librtmp on the command-line (like the documentation describes).
Here they are:

https://github.com/sdelafond/mlbview...77b031976549f1
https://github.com/sdelafond/mlbview...4012fd94e847ec

--Seb
 
Old 09-30-2014, 06:51 PM   #4567
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Cool. I'll look review those later and merge them if I like what I see.
 
Old 09-30-2014, 06:55 PM   #4568
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Postseason is here!

For international subscribers, I believe you still need to buy the PostSeason.TV package but then you get no blackout restrictions. I think you will need to add "postseason=1" to your config.

For US/Canada, if you purchase the PostSeason.TV, you can get the camera angles via the 'P' key (uppercase P.)

I don't have remote access to home from work. So unless I can get my VM working (which wasn't earlier) on the work laptop, I probably cannot test the postseason angles until the weekend.

Good luck everyone and Go Royals!
 
Old 10-01-2014, 04:56 AM   #4569
phessler
LQ Newbie
 
Registered: Oct 2014
Distribution: OpenBSD
Posts: 2

Rep: Reputation: Disabled
No question, just wanted to mention that earlier today I committed version 2014.03 to the OpenBSD ports tree. No patches were needed, just dependency tracking, and making semi-trivial wrappers to not pollute the filesystem hierarchy too much.

Thanks!
 
Old 10-01-2014, 01:49 PM   #4570
chrisVV
Member
 
Registered: Aug 2010
Posts: 548

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Quote:
Originally Posted by daftcat View Post
For international subscribers, I believe you still need to buy the PostSeason.TV package but then you get no blackout restrictions. I think you will need to add "postseason=1" to your config.
No post-season package is necessary: It comes with the annual subscription, and yes you get no blackout restrictions. So far it is working fine.
 
Old 10-02-2014, 02:34 AM   #4571
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by phessler View Post
No question, just wanted to mention that earlier today I committed version 2014.03 to the OpenBSD ports tree. No patches were needed, just dependency tracking, and making semi-trivial wrappers to not pollute the filesystem hierarchy too much.

Thanks!
Cool! Thanks! Except that the season is nearly over and there's no guarantee 2014 code will work for 2015 season.

I may add an auto-update to 2015. Configurable, of course.
 
Old 10-02-2014, 02:38 AM   #4572
phessler
LQ Newbie
 
Registered: Oct 2014
Distribution: OpenBSD
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by daftcat View Post
Cool! Thanks! Except that the season is nearly over and there's no guarantee 2014 code will work for 2015 season.

I may add an auto-update to 2015. Configurable, of course.
Cool, thanks. I'm maintaining the port, and are a committer for OpenBSD, so I'll update it as updates come out.
 
Old 10-02-2014, 02:42 AM   #4573
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by chrisVV View Post
No post-season package is necessary: It comes with the annual subscription, and yes you get no blackout restrictions. So far it is working fine.
Yep. Been listening to games live this week. Both Wild Cards contained regional blackout teams. Eh, doesn't matter. TBS and Fox will black me out this postseason anyway. Looks like I'm watching the postseason from the bars again like every year.
 
Old 10-02-2014, 08:06 PM   #4574
pajamian
Member
 
Registered: Oct 2009
Posts: 38

Rep: Reputation: 1
Having problems watching game 1 of the Angels/Royals ALDS, it comes up with MLB_NON_US_BLACKOUT, but I can watch it from my browser just fine.
 
Old 10-02-2014, 08:21 PM   #4575
pajamian
Member
 
Registered: Oct 2009
Posts: 38

Rep: Reputation: 1
Quote:
Originally Posted by pajamian View Post
Having problems watching game 1 of the Angels/Royals ALDS, it comes up with MLB_NON_US_BLACKOUT, but I can watch it from my browser just fine.
I think the issue is that there's a National (TBS_NAT) and International (TBS-INT) Feed for the game. MLBViewer is trying to play the TBS-NAT feed which won't play for International viewers, I need it to try to play the TBS-INT feed, how can I do that?

MLBViewer lists both in the media view ("e"), but I can only get it to try to play TBS-NAT.

Last edited by pajamian; 10-02-2014 at 08:25 PM.
 
  


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 11:00 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