| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. |
|
Tags used in this thread
|
|
Popular LQ Tags
|
seek, vlc
|
 |
|
04-06-2006, 07:16 PM
|
#1
|
|
Member
Registered: Oct 2003
Location: Denver
Distribution: Fedora 9
Posts: 44
|
MLB.TV in Linux
[ Log in to get rid of this advertisement]
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-07-2008 at 12:44 AM..
Reason: OP is way out of date
|
|
|
|
04-07-2006, 02:28 AM
|
#2
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
sorry see next entry
Last edited by jlo_sandog; 04-07-2006 at 02:38 AM..
|
|
|
|
04-07-2006, 02:38 AM
|
#3
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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
|
|
|
|
04-07-2006, 10:07 AM
|
#4
|
|
Member
Registered: Oct 2003
Location: Denver
Distribution: Fedora 9
Posts: 44
|
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 10:27 AM..
|
|
|
|
04-07-2006, 01:53 PM
|
#5
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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!!
|
|
|
|
04-08-2006, 01:31 PM
|
#6
|
|
Member
Registered: Oct 2003
Location: Denver
Distribution: Fedora 9
Posts: 44
|
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.
|
|
|
|
04-08-2006, 04:03 PM
|
#7
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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!!
|
|
|
|
04-09-2006, 06:26 AM
|
#8
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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.
|
|
|
|
04-09-2006, 10:48 AM
|
#9
|
|
LQ Newbie
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3
|
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.
|
|
|
|
04-09-2006, 04:17 PM
|
#10
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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.
|
|
|
|
04-10-2006, 11:22 AM
|
#11
|
|
LQ Newbie
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3
|
Using x11 instead of xv
I'm using -vo x11 , I'll try xv...what's the difference?
|
|
|
|
04-10-2006, 11:28 AM
|
#12
|
|
LQ Newbie
Registered: Apr 2006
Distribution: Mandriva, FC4, Ubuntu, MEPIS
Posts: 3
|
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.
---------
|
|
|
|
04-16-2006, 08:58 PM
|
#13
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
|
|
|
|
05-04-2006, 10:07 PM
|
#14
|
|
LQ Newbie
Registered: Nov 2003
Posts: 9
|
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.
|
|
|
|
05-05-2006, 04:18 AM
|
#15
|
|
Member
Registered: Jul 2005
Location: USA
Distribution: F8 (x86_64)
Posts: 531
|
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.
-----------------
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:42 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|