LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mplayer in Console again (https://www.linuxquestions.org/questions/linux-general-1/mplayer-in-console-again-104581/)

septanla 10-16-2003 02:59 AM

mplayer in Console again
 
Dear all:
when I use mplayer in console, I use mplayer -vo vesa filename.
The sould works, however, I can not see the video. in the same time, it generated a lot of the snapshots of the screen, in *.png file format in the same folder as the video file. the error is: error opening/initializing the selcted video_out (-vo) device. this happens when I login as normal user. when I login in as root, no problem.
I seem the problem is due to the permission of the video out drivers or configuration files. anyone can help?

kasperhans 10-16-2003 02:47 PM

ok you just selected a wrong video output just run mplayer with another command try :

mplayer -vo x11 filename

for a list of avaible output drivers:

mplayer -vo help

acid_kewpie 10-16-2003 02:51 PM

well it's an issue on the framebuffer device entry or something, I always get that, so normally just run it as root. you should be able to use fbdev or sdl outputs ok though. you might also have luck with directfb2

septanla 10-17-2003 01:17 AM

mplayer -vo fbdev filename
it does not work.
Error message:
fbdev: Can't open /dev/fb0: No such device
Error opening/initializing the selected video_out (-vo) device.

:-(

kasperhans 10-17-2003 05:08 AM

have you tried my typ? that means all the other opportunities??/

septanla 10-17-2003 05:17 AM

yes. I tried all the mode from mplayer -vo help.
all of them do not work
sigh

septanla

kasperhans 10-17-2003 06:02 AM

ok maybe your mplayer is messed up try to use vlc its equivalent

acid_kewpie 10-17-2003 07:44 AM

well it says that /dev/fb0 does not exist.... are you even running a framebuffer at all...

just to straighten things out you are trying to run this WITHOUT Xwindows running yes? as in a REAL console... in which case x11 output is certainly useless...

septanla 10-17-2003 10:47 PM

Yes, I run in a real console mode. Ctrl-Alt F1 to console. However I can run mplayer with root. that is why I doubt the error is due to file permission settings.

Septanla


All times are GMT -5. The time now is 09:18 AM.