LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-06-2006, 06:16 PM   #1
Fugazi
Member
 
Registered: Oct 2003
Location: Denver
Distribution: Fedora 10
Posts: 53

Rep: Reputation: 15
MLB.TV in Linux


I think I already know the answer, but thought I'd check to see if anyone has a work around.

During Spring Training I was able to watch streaming video and listen to streaming audio from MLBs website (it's a subscription service). Just before the regular season started, they changed their format and now I can't watch or listen.

In Windows, the video feed stopped working in Mozilla also (audio works). Video and audio work in IE. MLBs support site says they support Firefox but doesn't mention Mozilla. So I loaded Firefox on my Windows machine. I can watch the video with Firefox.

So, back to Linux. I install Firefox, but still no dice. I believe I've got all the plugins installed and working properly (it worked before they changed their format).

Like I said, I think the answer is going to be, "your screwed", but thought I'd check to see if anyone has a work around.

BTW, I'm using Fedora Core 4 and here's a brief list of the plugins I have installed:

Java(TM) Plug-in 1.5.0_06-b05
Google VLC multimedia plugin 1.0
QuickTime Plug-in 6.0
RealPlayer 9
Windows Media Player Plugin
mplayerplug-in 3.21
Shockwave Flash
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible
Default Plugin

Thanks in advance.

----------------------------------------------------------------------------------------------------

Anyone coming across this thread for the 1st time, the first part of this thread is waaaay out of date. Two posters here, daftcat and jkr have come up with solutions for watching MLB.TV. You can skip to the last 1/2 of the thread and read all about it, or you can get their awesome mlbviewer program at sourceforge.

There's also the test version of their program.
Code:
 svn co https://mlbviewer.svn.sourceforge.net/svnroot/mlbviewer/trunk mlbviewer-test

Last edited by Fugazi; 05-06-2008 at 11:44 PM. Reason: OP is way out of date
 
Old 04-07-2006, 01:28 AM   #2
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
sorry see next entry

Last edited by jlo_sandog; 04-07-2006 at 01:38 AM.
 
Old 04-07-2006, 01:38 AM   #3
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
hello I had the same problem. I love my baseball, GO PADRES!!
Anyway, You need mplayer and then do the following...

1. Install the lates wine,
2. Download and install firefox windows version
3. On firefox download the extension MediaPlayerConnectivity
https://addons.mozilla.org/extension...nfo.php?id=446
4. Go to the Macromedia site and install flash
5. Using your favorite editor, make file mplayer.exe and cut and paste this to it

#!/bin/bash
/usr/bin/mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null

place this file in your home directory, and make sure it is executable.

6. Configure MediaPlayerConnectivity to use mplayer.exe for your media.
7. Almost forgot. Copy npdsplay.dll, the wmp plugin into the firefox plugin folder ($HOME/.wine/drive_c/Program\ Files/Mozilla\ Firefox/plugins). You can get this file from a windos machine. Don't try to install wmp with wine, it will probably fail and screw up this setup.

8. Play ball
 
Old 04-07-2006, 09:07 AM   #4
Fugazi
Member
 
Registered: Oct 2003
Location: Denver
Distribution: Fedora 10
Posts: 53

Original Poster
Rep: Reputation: 15
This is great. I got most everything working so far. (this reply is in Windows version of Firefox running on Wine)

When I click a link to a game, it pops open the player window, but then i get an error.

The box is labeled "npdsplay" and the errors says "Can not create DirectShow Player"

Any Ideas? I'm so close to being free of Windows.

Last edited by Fugazi; 04-07-2006 at 09:27 AM.
 
Old 04-07-2006, 12:53 PM   #5
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
yes, forgot to mention that too. Just click on that. Then, mplayer will be lauched, depending how you set up mediaplayerconnectivity, either automatically or by clicking on the launch button. Sometimes mplayer will launch two instances, so just close one of them. Let me know if it works for you. GO PADRES!!
 
Old 04-08-2006, 12:31 PM   #6
Fugazi
Member
 
Registered: Oct 2003
Location: Denver
Distribution: Fedora 10
Posts: 53

Original Poster
Rep: Reputation: 15
Holy Cow, It works!!!

Just for that I'm going to root for the Padres as my National League team. Go Indians!!!

Only minor problem is it's too 'squished' horizontally and I can't change the ratio. Any idea how to change it.

Thanks for all your help.
 
Old 04-08-2006, 03:03 PM   #7
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
That's great. I'm actually streaming a couple of games. Not sure about the window issue, but you can use the nomal mplayer feature like full screen if you press the "f" key, Also my $HOME/.mplayer/config file has theese entries
vo=xv
ao=alsa
autosync = 0

For more info about mplayer also try
man mplayer

Let me know if you got it to work. Go Padres!!
 
Old 04-09-2006, 05:26 AM   #8
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
Ok after all that work it turns out there migth be a better or easier way.
1. add noembed=1 to $HOME/.mplayer/mplayerplug-in.conf
2. Using native firefox (linux version), go to mlb.com and at the top of the page log in. The key is to log in first.
3. Then select a game and mplayer will launch a window.

I do have a problem. So far no audio from mplayer. I'm sure its a setup issue, I'll look at it later, but it may work for you.
 
Old 04-09-2006, 09:48 AM   #9
tc211
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3

Rep: Reputation: 0
High CPU usage

This works for me too, thanks. One thing though...CPU usage is really high and the video stream is very choppy as a result. Any suggestions.

Thanks again, I thought I'd thrown away the $80 for the season and was a little peeved. If I can get this to work seamlessly I'll be pumped.
 
Old 04-09-2006, 03:17 PM   #10
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
are you using -vo xv option. I running an AMD athlon 3000, nvidia fx5500, 512M ram, and I can run several windows of streaming video at once without problems. Video starts to break with more than 4 windows, and since the audio is all mixed, it all sounds like my old girl friend, CRAZY.
 
Old 04-10-2006, 10:22 AM   #11
tc211
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3

Rep: Reputation: 0
Using x11 instead of xv

I'm using -vo x11 , I'll try xv...what's the difference?
 
Old 04-10-2006, 10:28 AM   #12
tc211
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3

Rep: Reputation: 0
This seems to work for me

---------
Ok after all that work it turns out there migth be a better or easier way.
1. add noembed=1 to $HOME/.mplayer/mplayerplug-in.conf
2. Using native firefox (linux version), go to mlb.com and at the top of the page log in. The key is to log in first.
3. Then select a game and mplayer will launch a window.

I do have a problem. So far no audio from mplayer. I'm sure its a setup issue, I'll look at it later, but it may work for you.
---------
 
Old 04-16-2006, 07:58 PM   #13
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
watching home games... read this...
http://www.oaklandfans.com/discus/me...tml?1094264723

http://www.publicproxyservers.com/
 
Old 05-04-2006, 09:07 PM   #14
jnguy
LQ Newbie
 
Registered: Nov 2003
Posts: 9

Rep: Reputation: 0
Hello,

I would also like to get in on this action. I have followed the steps outlined above, however, everytime I launch the game, it appears to just be a macromedia window. Not really sure what I'm doing wrong. Also, I had to manually create the Mozilla/Firefox/plugin folder, is that normal? I don't know anything about wine... so not even sure if I'm running it correctly.

Helps is appreciated, thanks.
 
Old 05-05-2006, 03:18 AM   #15
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
there are two methods that you can use to watch games on linux. One with wine, and the other (prefered) with linux. I summarized the steps required to make it work with the prefered method. You just need the mplayer and mplayerplu-in working with mozilla or firefox. You don't need to try it with wine. I mentioned it inititally since at the time I could not get MLB.TV to work on a native linux browser. As mentioned on one of my previous postings, the main thing is to log-in first, and then select the game.

------------------
Ok after all that work it turns out there migth be a better or easier way.
1. add noembed=1 to $HOME/.mplayer/mplayerplug-in.conf
2. Using native firefox (linux version), go to mlb.com and at the top of the page log in. The key is to log in first.
3. Then select a game and mplayer will launch a window.
-----------------
 
1 members found this post helpful.
  


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 06:38 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