LinuxQuestions.org
Review your favorite Linux distribution.
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 04-08-2010, 07:06 PM   #2611
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16

Quote:
Originally Posted by daftcat View Post
Is it restored now? I got 4 accounts restored today. I'm not sure if you were one of the four. If you emailed straycat000(at)yahoo(dot)com, then it should be working by now. I'll check my spam box just in case any requests landed there.
You da man, daftcat.

I can't leave out my main man Theophile though. He da man too.
 
Old 04-08-2010, 07:13 PM   #2612
screed
LQ Newbie
 
Registered: Apr 2010
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by daftcat View Post
Is it restored now?
It works! Thanks so much for your help and for your continued work on mlbviewer. Looking forward to another great season

Now, it's time to go catch up on three days of baseball...
 
Old 04-08-2010, 10:41 PM   #2613
bodly
LQ Newbie
 
Registered: Mar 2009
Distribution: Kubuntu
Posts: 24

Rep: Reputation: 16
Looks like mlb.com has started hosting the 2010 version of the autobahn.jar file at http://www.mlb.com/nexdef-jars/

But when I click it to download it says

"Forbidden

Your client is not allowed to access the requested object."

Hopefully they'll fix that soon.
 
Old 04-09-2010, 10:16 AM   #2614
linux_option
LQ Newbie
 
Registered: Jul 2008
Distribution: CentOS, Fedora, OpenWRT
Posts: 8

Rep: Reputation: 0
can you guys post up the options you are using to compile mplayer? I cannot for the life of my get mine to compile with vdpau support. My graphics card is a Quadro NVS 160M, I have the nvidia drivers installed and working fine.

configure and make seem to work fine, but vdpau is not one of the options for video output. I have no idea what I'm doing wrong. Here is what I'm using to configure it:

Quote:
CC="gcc -m32" ./configure --target=i686-linux --disable-x264-lavc --disable-x264 --enable-vdpau --libdir=/usr/lib --prefix=/usr --codecsdir=/usr/lib64/codecs --confdir=/etc/mplayer --mandir=/usr/share/man
From what I understand, since my install is 64-bit, I need to compile an i686 version in order to use the win32 codecs that are required to view the stream.

Here is the output after the make:

Quote:
[pgardner@e6500-flyingdog mplayer]$ ./mplayer -vo help
MPlayer SVN-r31027-4.4.3 (C) 2000-2010 MPlayer Team
Available video output drivers:
fbdev Framebuffer Device
fbdev2 Framebuffer Device
v4l2 V4L2 MPEG Video Decoder Output
cvidix console VIDIX
null Null video output
mpegpes MPEG-PES to DVB card
yuv4mpeg yuv4mpeg output for mjpegtools
png PNG file
tga Targa output
pnm PPM/PGM/PGMYUV file
md5sum md5sum of each frame
The gui isn't necessarily required right?
 
Old 04-09-2010, 11:55 AM   #2615
jpdx
LQ Newbie
 
Registered: Apr 2010
Posts: 2

Rep: Reputation: 0
Try now.

Quote:
Originally Posted by bodly View Post
Looks like mlb.com has started hosting the 2010 version of the autobahn.jar file at

But when I click it to download it says

"Forbidden

Your client is not allowed to access the requested object."

Hopefully they'll fix that soon.
 
Old 04-09-2010, 01:16 PM   #2616
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by jpdx View Post
Try now.
Thanks! It's working now.
 
Old 04-09-2010, 02:00 PM   #2617
linux_option
LQ Newbie
 
Registered: Jul 2008
Distribution: CentOS, Fedora, OpenWRT
Posts: 8

Rep: Reputation: 0
So temporarily giving up on mplayer for the moment and tried VLC...

testing it on an archived game from last night, it works great for about an hour at a time, but twice it has killed itself and spits out the error:

Quote:
[0x7f03000106d8] main stream error: cannot pre fill buffer
Is this the reason why we need to use the most current version of mplayer, because its the only one that will keep the stream going? Now I gotta download almost the whole game again...
 
Old 04-09-2010, 02:28 PM   #2618
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by linux_option View Post
So temporarily giving up on mplayer for the moment and tried VLC...

testing it on an archived game from last night, it works great for about an hour at a time, but twice it has killed itself and spits out the error:

Is this the reason why we need to use the most current version of mplayer, because its the only one that will keep the stream going? Now I gotta download almost the whole game again...
This sounds like the flvstreamer problem to me. It's been discussed before in this thread, where it craps out at a certain point in archived games.

The last three days (after the craziness calmed down) VLC has been working perfectly with live games. I haven't used it for archives yet because the only time I wanted to watch an archived game I wanted to start in the seventh inning, and without nexdef that would mean watching the whole game to that point.

At any rate, when it says it can't pre-fill the buffer, it means flvstreamer stopped giving it data. You can try appending a --file-caching 4000 argument or something like that (cache length in ms) to your player string, but I think your problem is with flvstreamer.
 
Old 04-09-2010, 03:08 PM   #2619
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by poorboywilly View Post
This sounds like the flvstreamer problem to me. It's been discussed before in this thread, where it craps out at a certain point in archived games.

The last three days (after the craziness calmed down) VLC has been working perfectly with live games. I haven't used it for archives yet because the only time I wanted to watch an archived game I wanted to start in the seventh inning, and without nexdef that would mean watching the whole game to that point.

At any rate, when it says it can't pre-fill the buffer, it means flvstreamer stopped giving it data. You can try appending a --file-caching 4000 argument or something like that (cache length in ms) to your player string, but I think your problem is with flvstreamer.
The "crapping out" problem is only when flvstreamer/rtmpdump is writing its output to a file e.g. when you use the unrecommended -dumpstream option for mplayer. This (and the fact that mlbtv is a streaming service and mlb.com sells downloadable games separately) is the reason why I don't recommend using dumpstream, as convenient as it may be. It's also the reason why I won't put in any effort into fixing issues related to the use of -dumpstream.

When flvstreamer/rtmpdump is regulated by mplayer's cache, the rtmpdump/flvstreamer can remain active for the entire game. I've watched many archived games in their entirety this way over last season and this season even on a machine that is well below their recommended system requirements (750 Mhz x 256 MB RAM.)

I'm going to guess that the problem actually was that rtmpdump/flvstreamer lost the stream but not for the reason you suggest. I'm also going to encourage you to be patient as MLBTV itself probably isn't finished fighting the opening day/opening week fires. Past history has shown that the service tends to start out rocky and runs smoothly more towards the end of April, beginning of May--kind of like David Ortiz trying to get his mechanics and timing back from six months away from the game. He always starts slow and goes on to have a pretty good season.

I'll be testing with nexdef this weekend to see if I can get that implemented. So far, I couldn't get a single nexdef stream working Windows or Linux using the official player. Without seeing the Firebug trace from the official player, I have no way of comparing my implementation to the expected implementation.
 
Old 04-09-2010, 05:08 PM   #2620
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
is there any difference between the JAR file on mlb's site and the one from the osx installer?
 
Old 04-09-2010, 05:21 PM   #2621
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by edouble312 View Post
is there any difference between the JAR file on mlb's site and the one from the osx installer?
According to the md5, yes. I would go with the one that was just uploaded.
 
Old 04-09-2010, 06:42 PM   #2622
danq989
LQ Newbie
 
Registered: Jul 2008
Posts: 11

Rep: Reputation: 0
Hi Daftcat,

Belay that last post. I just realized that because I'm traveling in NY, I'm now in the blackout area for Yankees games! Sorry for the false alarm.

---Danq989
 
Old 04-09-2010, 07:01 PM   #2623
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by daftcat View Post
The "crapping out" problem is only when flvstreamer/rtmpdump is writing its output to a file e.g. when you use the unrecommended -dumpstream option for mplayer. This (and the fact that mlbtv is a streaming service and mlb.com sells downloadable games separately) is the reason why I don't recommend using dumpstream, as convenient as it may be. It's also the reason why I won't put in any effort into fixing issues related to the use of -dumpstream.
I see. Thanks for the clarification.

That said, VLC 1.0.5 has been working great for me. The first two days were rough with either mlbviewer or the flash player, but like I said the last three days I've been watching games with VLC nearly flawlessly.
 
Old 04-09-2010, 07:41 PM   #2624
bobspencer123
LQ Newbie
 
Registered: Apr 2010
Posts: 1

Rep: Reputation: 0
is anybody else having the problem of nexdef (autobahn jar 2010 version) freezing mlb tv using traditional flash based player via web and firefox? I could use the jar from 2009 without a problem but for some reason this 2010 version crashes/freezes the stream and I can only view the stream by killing the jar and restarting the stream.

Any help or input is appreciated.

Thanks!
 
Old 04-09-2010, 08:34 PM   #2625
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
ugh piniella makes a monumental mistake leaving the rookie out there to get smashed.

it's hard to watch, i feel like lou is a good manager in every area except late game bullpen decisions. oh yea, and letting soriano start in left field.
 
  


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 05:30 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