LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-05-2010, 02:38 PM   #2476
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35

Quote:
Originally Posted by rjwood View Post
I'm only getting a very small screen. I've tried "f" for full-screen but that just fills it with a black background. If you all are not yet fed up with me, does anyone have a fix for this issue? For all i know, its something quite simple - right!
In your config file, add the following to the end of your video_player line:
Code:
-vo xv
Also try changing the value of "speed" from 800 to 1200.
 
Old 04-05-2010, 02:58 PM   #2477
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by Theophile View Post
In your config file, add the following to the end of your video_player line:
Code:
-vo xv
Also try changing the value of "speed" from 800 to 1200.
Neither single or combination makes any positive difference. I do get a parsing problem sometimes.

Whats with all the 'download complete' stuff?
 
Old 04-05-2010, 03:05 PM   #2478
poorboywilly
Member
 
Registered: Apr 2009
Posts: 120

Rep: Reputation: 18
Quote:
Originally Posted by rjwood View Post
Neither single or combination makes any positive difference. I do get a parsing problem sometimes.

Whats with all the 'download complete' stuff?
I believe that is problems on MLB's end, video feed just ending so rtmpdump reports the stream is done. Restart the stream in that case.
 
Old 04-05-2010, 03:21 PM   #2479
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by rjwood View Post
I'm only getting a very small screen. I've tried "f" for full-screen but that just fills it with a black background. If you all are not yet fed up with me, does anyone have a fix for this issue? For all i know, its something quite simple - right!
You should be able to just use your mouse and resize the mplayer window. The f key does another operation in mblviewer, it should bring up the flash player in your web browswer.

Did you do the mlbviewer install as listed in the INSTALL document?
 
Old 04-05-2010, 03:28 PM   #2480
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by mchapter View Post
You should be able to just use your mouse and resize the mplayer window. The f key does another operation in mblviewer, it should bring up the flash player in your web browswer.

Did you do the mlbviewer install as listed in the INSTALL document?
I believe I've done everything according to Hoyle at this point, but what do I know.

If I watch in 'flash' I get full screen, but not with mplayer (which is where I prefer to be - flash sucks, plain and simple).

sorry, Daftcat, I know you don't like that kind of language, but a spade is a spade!

Last edited by rjwood; 04-05-2010 at 03:46 PM.
 
Old 04-05-2010, 03:34 PM   #2481
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
What's your video_player line in your config file? Add -fs to it.

Code:
video_player=mplayer -fs -cache 4096
...and whatever options you need or prefer for mplayer operation.
 
Old 04-05-2010, 03:37 PM   #2482
mchapter
Member
 
Registered: Apr 2010
Location: austin, tx
Distribution: osx 10.8.3
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by rjwood View Post
I believe I've done everything according to Hoyle at this point, but what do I know.
I just ran mplayer again and am able to resize the mplayer window by moving the mouse cursor to the edge of the mplayer window and click + dragging it. The video will have bars on the side of it, because the video is formatted for television, but you can make it as tall as your screen. You could also change your mplayer command to have -fs to make it full screen. (you would make that change in the config file)
 
Old 04-05-2010, 03:44 PM   #2483
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by daftcat View Post
What's your video_player line in your config file? Add -fs to it.

Code:
video_player=mplayer -fs -cache 4096
...and whatever options you need or prefer for mplayer operation.
video_player=mplayer -cache 2048 -really-quiet

I've just added the '-fs' quotient.

Last edited by rjwood; 04-05-2010 at 03:53 PM.
 
Old 04-05-2010, 03:50 PM   #2484
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Whats this?:
Quote:
Traceback (most recent call last):
File "mlbviewer.py", line 1526, 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 401, in mainloop
+ len(coveragetoggle.get(cfg['coverage'])) + 2
TypeError: object of type 'NoneType' has no len()
 
Old 04-05-2010, 03:52 PM   #2485
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by mchapter View Post
I just ran mplayer again and am able to resize the mplayer window by moving the mouse cursor to the edge of the mplayer window and click + dragging it. The video will have bars on the side of it, because the video is formatted for television, but you can make it as tall as your screen. You could also change your mplayer command to have -fs to make it full screen. (you would make that change in the config file)
I'll try that as soon as this parser error takes a break.
 
Old 04-05-2010, 04:23 PM   #2486
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by rjwood View Post
Whats this?:
I need more than that to go on. When did this happen? Were you trying to use Nexdef? 1200K? 800K? Which game?
 
Old 04-05-2010, 04:27 PM   #2487
Theophile
Member
 
Registered: Jan 2003
Posts: 283

Rep: Reputation: 35
Quote:
Originally Posted by rjwood View Post
video_player=mplayer -cache 2048 -really-quiet

I've just added the '-fs' quotient.
If pressing 'f' in mplayer (for fullscreen) simply results in the same size video surrounded by a field of black, adding -fs isn't going to fix anything because all that does is start mplayer in fullscreen mode. In that case, the problem is in the mplayer video output driver. The "-vo" switch specifies the video output driver and the "xv" argument tells it to use the Xv extension for video rendering. This is a 2D accelerated Xorg extension and it is ideal for the non-NexDef streams. It should also be the default driver mplayer uses. THe most common cause of the behavior I mentioned earlier, when resizing the player window does not rescale to output image is caused by using the x11 output driver.

To check whether your Xorg server is loading the XVideo extension, do this:

Code:
cat /var/log/Xorg.0.log | grep XVideo
If that gives you results, that means you may have accidentally compiled mplayer without support for xv output. In this case, I would try mplayer from the Ubuntu repos. It should work just fine.

If the above command gives you nothing, then you're probably using the bare-stock 'vesa' display driver for Xorg, which is not ideal. If this is the case, please tell us what kind of computer you have and what your video chip is, if you know.
 
Old 04-05-2010, 04:42 PM   #2488
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by daftcat View Post
I need more than that to go on. When did this happen? Were you trying to use Nexdef? 1200K? 800K? Which game?
I get that when I am told there is a parser error as I attempt to log on via mlbviewer.
 
Old 04-05-2010, 04:44 PM   #2489
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
Quote:
Originally Posted by Theophile View Post
If pressing 'f' in mplayer (for fullscreen) simply results in the same size video surrounded by a field of black, adding -fs isn't going to fix anything because all that does is start mplayer in fullscreen mode. In that case, the problem is in the mplayer video output driver. The "-vo" switch specifies the video output driver and the "xv" argument tells it to use the Xv extension for video rendering. This is a 2D accelerated Xorg extension and it is ideal for the non-NexDef streams. It should also be the default driver mplayer uses. THe most common cause of the behavior I mentioned earlier, when resizing the player window does not rescale to output image is caused by using the x11 output driver.

To check whether your Xorg server is loading the XVideo extension, do this:

Code:
cat /var/log/Xorg.0.log | grep XVideo
If that gives you results, that means you may have accidentally compiled mplayer without support for xv output. In this case, I would try mplayer from the Ubuntu repos. It should work just fine.

If the above command gives you nothing, then you're probably using the bare-stock 'vesa' display driver for Xorg, which is not ideal. If this is the case, please tell us what kind of computer you have and what your video chip is, if you know.
I went ahead and reinstalled mplayer from the Ubuntu respos. I've left the compiled version alone for now. Is that okay?
 
Old 04-05-2010, 04:47 PM   #2490
rjwood
Member
 
Registered: Jan 2006
Distribution: UBUNTU
Posts: 130

Rep: Reputation: 16
The parser error disappears when I change the speed back to 800 from 1200.
 
  


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:07 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