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 05-14-2010, 03:02 AM   #2896
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86

Quote:
Originally Posted by CCRS8 View Post
Uh-oh...Big Papi's average hit .200:
http://sports.espn.go.com/boston/mlb...ory?id=5184313
I got word from my MLB guy that a new nexdef is on its way. Actually, I see 104 is posted if anyone wants to try it. Use 7-zip either on Windows or through wine to extract the Archive.pax file, then run "pax -r < Archive.pax" and find the autobahn.jar file to extract a directory tree starting with Library. Somewhere in there is the autobahn.jar file ("Library/Application\ Support/Swarmcast/lib/autobahn.jar".)

He told me when they've got the final one ready, he'll post the jar to the unofficial download location. Until then, please don't host your own copy of this file.

Initial testing shows archived games still don't work correctly. I asked him before what was going on with that. I'll check with him again.
 
Old 05-14-2010, 10:15 AM   #2897
vclawson
LQ Newbie
 
Registered: May 2010
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by vclawson View Post
When running mlbviewer I am getting to the listings but when I try to play a game I am getting the following:
mplayer: could not connect to socket
mplayer: No such file or directory

I'm a complete noobie here so please help. I have searched through the thread for this but was unable to find a solution.
A little more information here. I ran through defcats post #2728 but I ran into some errors.
1. easy_install pyxml would not work. So I found the python-lxml from the ubuntu repositories. Is that the same or similar package? If not is there another that I should install?
2. Running the make posix for the rtmpdump gives me this:
make[1]: Entering directory `/home/vclawson/rtmpdump'
make[2]: Entering directory `/home/vclawson/rtmpdump/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.2d\" -DUSE_OPENSSL -O2 -c -o rtmp.o rtmp.c
rtmp.c:39:25: error: openssl/ssl.h: No such file or directory
rtmp.c:40:25: error: openssl/rc4.h: No such file or directory
rtmp.c:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from rtmp.c:125:
handshake.h:60:25: error: openssl/sha.h: No such file or directory
handshake.h:61:26: error: openssl/hmac.h: No such file or directory
handshake.h:64:2: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256
In file included from rtmp.c:125:
handshake.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from handshake.h:79,
from rtmp.c:125:
dh.h:124:24: error: openssl/bn.h: No such file or directory
dh.h:125:24: error: openssl/dh.h: No such file or directory
In file included from handshake.h:79,
from rtmp.c:125:
dh.h:127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from handshake.h:79,
from rtmp.c:125:
dh.h:154: error: expected ‘)’ before ‘y’
dh.h:204: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dh.h:237: error: expected ‘)’ before ‘*’ token
dh.h:271: error: expected ‘)’ before ‘*’ token
dh.h:307: error: expected ‘)’ before ‘*’ token
In file included from rtmp.c:125:
handshake.h:109: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
handshake.h:109: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
handshake.h: In function ‘InitRC4Encryption’:
handshake.h:111: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
handshake.h:111: error: (Each undeclared identifier is reported only once
handshake.h:111: error: for each function it appears in.)
handshake.h:113: error: ‘HMAC_CTX’ undeclared (first use in this function)
handshake.h:113: error: expected ‘;’ before ‘ctx’
handshake.h:115: error: ‘rc4keyIn’ undeclared (first use in this function)
handshake.h:115: error: ‘RC4_KEY’ undeclared (first use in this function)
handshake.h:116: error: ‘rc4keyOut’ undeclared (first use in this function)
handshake.h:118: warning: implicit declaration of function ‘HMAC_CTX_init’
handshake.h:118: error: ‘ctx’ undeclared (first use in this function)
handshake.h:118: warning: implicit declaration of function ‘HMAC_Init_ex’
handshake.h:118: warning: implicit declaration of function ‘EVP_sha256’
handshake.h:119: warning: implicit declaration of function ‘HMAC_Update’
handshake.h:120: warning: implicit declaration of function ‘HMAC_Final’
handshake.h:120: warning: implicit declaration of function ‘HMAC_CTX_cleanup’
handshake.h:125: warning: implicit declaration of function ‘RC4_set_key’
handshake.h:111: warning: unused variable ‘digest’
handshake.h: In function ‘HMACsha256’:
handshake.h:262: error: ‘HMAC_CTX’ undeclared (first use in this function)
handshake.h:262: error: expected ‘;’ before ‘ctx’
handshake.h:264: error: ‘ctx’ undeclared (first use in this function)
handshake.h: In function ‘CalculateDigest’:
handshake.h:275: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
handshake.h:276: warning: unused variable ‘message’
handshake.h: In function ‘VerifyDigest’:
handshake.h:290: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
handshake.h:290: warning: unused variable ‘calcDigest’
handshake.h: In function ‘HandShake’:
handshake.h:365: error: ‘RC4_handle’ undeclared (first use in this function)
handshake.h:365: error: expected ‘;’ before ‘keyIn’
handshake.h:366: error: expected ‘;’ before ‘keyOut’
handshake.h:434: warning: implicit declaration of function ‘DHInit’
handshake.h:434: warning: assignment makes pointer from integer without a cast
handshake.h:445: warning: implicit declaration of function ‘DHGenerateKey’
handshake.h:452: warning: implicit declaration of function ‘DHGetPublicKey’
handshake.h:468: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
In file included from rtmp.c:125:
handshake.h:555: warning: implicit declaration of function ‘DHComputeSharedSecretKey’
handshake.h:569: error: ‘keyIn’ undeclared (first use in this function)
handshake.h:569: error: ‘keyOut’ undeclared (first use in this function)
handshake.h:569: error: too many arguments to function ‘InitRC4Encryption’
handshake.h:509: warning: unused variable ‘digestResp’
handshake.h:715: warning: implicit declaration of function ‘RC4’
handshake.h:647: warning: unused variable ‘digest’
handshake.h:646: warning: unused variable ‘signature’
handshake.h: In function ‘SHandShake’:
handshake.h:743: error: ‘RC4_handle’ undeclared (first use in this function)
handshake.h:743: error: expected ‘;’ before ‘keyIn’
handshake.h:744: error: expected ‘;’ before ‘keyOut’
handshake.h:826: warning: assignment makes pointer from integer without a cast
handshake.h:861: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
handshake.h:943: error: ‘keyIn’ undeclared (first use in this function)
handshake.h:943: error: ‘keyOut’ undeclared (first use in this function)
handshake.h:943: error: too many arguments to function ‘InitRC4Encryption’
handshake.h:880: warning: unused variable ‘digestResp’
handshake.h:1009: warning: unused variable ‘digest’
handshake.h:1008: warning: unused variable ‘signature’
rtmp.c: In function ‘RTMP_TLS_Init’:
rtmp.c:218: warning: implicit declaration of function ‘SSL_load_error_strings’
rtmp.c:219: warning: implicit declaration of function ‘SSL_library_init’
rtmp.c:220: warning: implicit declaration of function ‘OpenSSL_add_all_digests’
rtmp.c:221: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
rtmp.c:221: warning: implicit declaration of function ‘SSL_CTX_new’
rtmp.c:221: warning: implicit declaration of function ‘SSLv23_method’
rtmp.c:222: warning: implicit declaration of function ‘SSL_CTX_set_options’
rtmp.c:222: error: ‘SSL_OP_ALL’ undeclared (first use in this function)
rtmp.c:223: warning: implicit declaration of function ‘SSL_CTX_set_default_verify_paths’
rtmp.c: In function ‘RTMP_Init’:
rtmp.c:244: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
rtmp.c: In function ‘RTMP_Connect1’:
rtmp.c:821: warning: implicit declaration of function ‘SSL_new’
rtmp.c:821: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
rtmp.c:822: warning: implicit declaration of function ‘SSL_set_fd’
rtmp.c:823: warning: implicit declaration of function ‘SSL_connect’
rtmp.c: In function ‘RTMP_Close’:
rtmp.c:3321: warning: implicit declaration of function ‘DH_free’
rtmp.c: In function ‘RTMPSockBuf_Fill’:
rtmp.c:3351: warning: implicit declaration of function ‘SSL_read’
rtmp.c: In function ‘RTMPSockBuf_Send’:
rtmp.c:3394: warning: implicit declaration of function ‘SSL_write’
rtmp.c: In function ‘RTMPSockBuf_Close’:
rtmp.c:3410: warning: implicit declaration of function ‘SSL_shutdown’
rtmp.c:3411: warning: implicit declaration of function ‘SSL_free’
make[2]: *** [rtmp.o] Error 1
make[2]: Leaving directory `/home/vclawson/rtmpdump/librtmp'
make[1]: *** [librtmp/librtmp.a] Error 2
make[1]: Leaving directory `/home/vclawson/rtmpdump'
make: *** [posix] Error 2

I get the same error if I make the change in Makefile
 
Old 05-14-2010, 11:47 AM   #2898
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by vclawson View Post
A little more information here. I ran through defcats post #2728 but I ran into some errors.

1. easy_install pyxml would not work. So I found the python-lxml from the ubuntu repositories. Is that the same or similar package? If not is there another that I should install?

2. Running the make posix for the rtmpdump gives me this:
make[1]: Entering directory `/home/vclawson/rtmpdump'
make[2]: Entering directory `/home/vclawson/rtmpdump/librtmp'
gcc -Wall -DRTMPDUMP_VERSION=\"v2.2d\" -DUSE_OPENSSL -O2 -c -o rtmp.o rtmp.c
rtmp.c:39:25: error: openssl/ssl.h: No such file or directory
...
1. Do you have python's setuptools installed? easy_install is in python-setuptools. To answer your question, python-lxml is a similar package to pyxml but in this case won't work because everything is named differently and has different interfaces. Is there no package just called "pyxml" in the repositories either? Also, were you running easy_install as root? that is necessary.

And actually, after a brief glance at the source, it appears that only the xml.dom.minidom package is used, which is included already in recent version of Python, so once you get everything else going you might not even need the pyxml package (depending if I missed anything in my glance at the code).

2. This one I can fix--install the openssl-devel package, or whatever Ubuntu calls it.

Last edited by poorboywilly; 05-14-2010 at 01:17 PM. Reason: unclear sentence
 
Old 05-14-2010, 01:53 PM   #2899
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Thanks for helping out, poorboywilly!

1. easy_install on pyxml breaks on something stupid and unnecessary but if you were able to get the listings, then it was able to install what you need. If you want the warm fuzzy feeling of seeing a successful pyxml installation, you can install the python-dev package and run the easy_install again:

Code:
$ sudo apt-get install python-dev
$ sudo easy_install pyxml
But since you already have the listings working, this isn't necessary.

2. On my ubuntu (a very old one, but still might be the same), the package you need is called libssl-dev:

Code:
$ sudo apt-get install libssl-dev
As for your other post, the "could not connect to socket" message can be ignored. That's mplayer trying to use lirc for serial port IR remote.

The money line is "no such file" which tells me rtmpdump isn't doing its job. As I can see from above, you don't have rtmpdump installed so that confirms it.
 
Old 05-14-2010, 02:08 PM   #2900
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by vclawson View Post
A little more information here. I ran through defcats post #2728 but I ran into some errors.
1. easy_install pyxml would not work. So I found the python-lxml from
handshake.h:60:25: error: openssl/sha.h: No such file or directory
I just installed a Debian type of distribution, Xubuntu and the easy_install pyxml works okay... you just can't tell because of all the error messages. Ignore them, apparently they are meaningless because Mlbviewer is working fine.
 
Old 05-14-2010, 03:06 PM   #2901
vclawson
LQ Newbie
 
Registered: May 2010
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by daftcat View Post

2. On my ubuntu (a very old one, but still might be the same), the package you need is called libssl-dev:

Code:
$ sudo apt-get install libssl-dev
As for your other post, the "could not connect to socket" message can be ignored. That's mplayer trying to use lirc for serial port IR remote.

The money line is "no such file" which tells me rtmpdump isn't doing its job. As I can see from above, you don't have rtmpdump installed so that confirms it.
Thanks daftcat,
I was able to get libssl-dev installed and the make posix now compiles fine with no errors. I then copied the rtmpdump to /usr/bin/rtmpdump as instructed. However, I am still getting the same error when trying to stream an archived game.
 
Old 05-14-2010, 03:32 PM   #2902
kweisen
Member
 
Registered: May 2006
Location: Englewood, Fl
Distribution: MInt 17
Posts: 57

Rep: Reputation: 0
Cool

Quote:
Originally Posted by daftcat View Post
Bingo!

Have you been switching between root and your normal user account?

Try this:

Code:
$ sudo chown -R kim mlbviewer-svn
$ sudo chown -R kim ~/.mlb
Then try again with the test script to produce a few seconds of audio (Ctrl-C after a few seconds), and run mplayer over that and post that log here.
daftcat:

I've been trying to get this running - trying different things - reinstall components, etc. - drink a beer - start over. Anyway, I still can't get it running on my Debian, but I did get it running on my Fedora, although I'm not quite sure what I did.

When trying to start up gamedayaudio, I was getting an error
"libssl.so.0.9.8: cannot open shared object file: No such file or directory",
so after 'googling' this and looking at a few possible fixes, I tried this:

cd /usr/lib
sudo ln -s libssl.so.1.0.0 libssl.so.0.9.8
sudo ln -s libcrypto.so.1.0.0 libcrypto.so.0.9.8

Then for what seem like the upteenth time, started it up - and was stunned when I actually heard the game.

Thanks for help on this.

And oh yes - go Phillies!
 
Old 05-14-2010, 06:02 PM   #2903
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Daftcat-
This is more of an advanced usage question, but is there a way to specify to soapevent.py the home or away feed and bitrate? I guess a command line parameter to mlbviewer.py is kinda what I'm shooting for. (I'm going out to dinner in a little bit, but for various reasons the most satisfactory way I've found to watch a game is either to start it caching when the game starts, or wait until it ends and then start caching it using soapevent.py) What I find is that either I don't want to be waiting around for the game to start (hello cron!) or if I wait till the game ends, I can't specify the feed and bitrate with soapevent.py.


Thanks for your help!
 
Old 05-14-2010, 06:28 PM   #2904
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Was watching a game just now and NexDef lost the feed (which isn't uncommon). Now whenever I try to get it back, whether NexDef or not, regardles of the game, I get this:
Code:
Traceback (most recent call last):
  File "/usr/local/bin/mlbviewer.py", line 1545, in <module>
    curses.wrapper(mainloop, mycfg.data)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/local/bin/mlbviewer.py", line 1237, in mainloop
    u = g.soapurl()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1271, in soapurl
    self.workflow()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1131, in workflow
    self.login()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1064, in login
    raise Exception, self.error_str
Exception: Error occurred in HTTP request to login page
 
Old 05-14-2010, 06:31 PM   #2905
kweisen
Member
 
Registered: May 2006
Location: Englewood, Fl
Distribution: MInt 17
Posts: 57

Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by Theophile View Post
Was watching a game just now and NexDef lost the feed (which isn't uncommon). Now whenever I try to get it back, whether NexDef or not, regardles of the game, I get this:
Code:
Traceback (most recent call last):
  File "/usr/local/bin/mlbviewer.py", line 1545, in <module>
    curses.wrapper(mainloop, mycfg.data)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/local/bin/mlbviewer.py", line 1237, in mainloop
    u = g.soapurl()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1271, in soapurl
    self.workflow()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1131, in workflow
    self.login()
  File "/usr/local/lib/python2.6/dist-packages/MLBviewer/mlbtv.py", line 1064, in login
    raise Exception, self.error_str
Exception: Error occurred in HTTP request to login page

Theopile:


Getting similar error trying to use Gameday audio
 
Old 05-17-2010, 03:34 PM   #2906
edouble312
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 16
mlbviewer worked for me this morning on an archived game...

now it's not loading any games nexdef or not I get the "error locating game stream". here's the debug:

Code:
Traceback (most recent call last):
  File "mlbviewer.py", line 1492, in <module>
    curses.wrapper(mainloop, mycfg.data)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
    return func(stdscr, *args, **kwds)
  File "mlbviewer.py", line 1181, in mainloop
    u = g.url()
  File "/home/eliot/nexdef2010/MLBviewer/mlbtv.py", line 1259, in url
    reply = client.service.find(**soapd)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/client.py", line 539, in __call__
    return client.invoke(args, kwargs)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/client.py", line 598, in invoke
    result = self.send(msg)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/client.py", line 627, in send
    result = self.succeeded(binding, reply.message)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/client.py", line 659, in succeeded
    r, p = binding.get_reply(self.method, reply)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/bindings/binding.py", line 151, in get_reply
    result = self.replycomposite(rtypes, nodes)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/bindings/binding.py", line 208, in replycomposite
    sobject = unmarshaller.process(node, resolved)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/typed.py", line 66, in process
    return Core.process(self, content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 48, in process
    return self.append(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 63, in append
    self.append_children(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 140, in append_children
    cval = self.append(cont)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 63, in append
    self.append_children(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 140, in append_children
    cval = self.append(cont)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 63, in append
    self.append_children(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 140, in append_children
    cval = self.append(cont)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 63, in append
    self.append_children(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 140, in append_children
    cval = self.append(cont)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 63, in append
    self.append_children(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 140, in append_children
    cval = self.append(cont)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/core.py", line 61, in append
    self.start(content)
  File "/usr/local/lib/python2.6/dist-packages/suds-0.3.9-py2.6.egg/suds/umx/typed.py", line 80, in start
    raise TypeNotFound(content.node.qname())
suds.TypeNotFound: Type not found: 'cdn'
this is on a few machines I've tested... anyone else?
 
Old 05-17-2010, 05:56 PM   #2907
cktb
LQ Newbie
 
Registered: May 2010
Posts: 4

Rep: Reputation: 0
Hi, I think I missed something with the nexdef quality. I have the .jar from 4/8/2010 and have it running and mlbviewer is running but I can not get HD. When I remove the 800 from speed=800 set it to speed= I get parser errors when running mlbviewer. I think I missed something in getting mlbviewer to recognize that the JAR file is running. I have the .conf file set to use_nexdef=1 and set max_bps=3000000. So when mlbviewer is running is see 800[--]. I will be sorting thru the past posts, trying to find the answer. Probably something quit simple. Thanks to all the programmers for their hard work. Linux nation thanks you.
 
Old 05-17-2010, 06:02 PM   #2908
Wolfvorkian
Member
 
Registered: Sep 2007
Distribution: Arch
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by edouble312 View Post
mlbviewer worked for me this morning on an archived game...
Same here edouble... Calling StrayCat... calling StrayCat... or maybe it is just MLB screwing up again? No, just tried the flashplayer and it is working.
 
Old 05-17-2010, 06:03 PM   #2909
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by cktb View Post
Hi, I think I missed something with the nexdef quality. ...
The short story is that unless you're on the nexdef branch, you're not getting nexdef. As for the state of the branch and whether or not you want to use it, that's up to you. I think the posts about the nexdef branch are back about 40 posts or so...
 
Old 05-17-2010, 06:06 PM   #2910
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by Wolfvorkian View Post
Same here edouble... Calling StrayCat... calling StrayCat... or maybe it is just MLB screwing up again? No, just tried the flashplayer and it is working.
Same here for PIT @ PHI in standard mlbviewer, I'm about to try nexdef, etc.
 
  


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 08:20 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