Fedora :: MPlayer Do Not Work On Openbox

May 8, 2010

Code:
$ mplayer *.avi
MPlayer SVN-r31061-4.4.3 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing *.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [XVID] 480x360 24bpp 25.000 fps 1004.6 kbps (122.6 kbyte/s)
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory .....

MPlayer interrupted by signal 2 in module: sleep_timer
A: 53.9 V: 53.9 A-V: -0.000 ct: 0.183 1349/1349 6% 0% 3.0% 0 0
Exiting... (Quit)
But still no sound.
On KDE 4 everything fine.

View 7 Replies


ADVERTISEMENT

Ubuntu :: Openbox Allows Login To An Openbox Session, But GNOME/openbox Just Redirects To The Login Screen?

Jul 17, 2010

I have installed openbox on ubuntu 9.10 by this

Code:
https://help.ubuntu.com/community/Openbox
Code:

[code]....

View 1 Replies View Related

General :: Trying To Use Pipe Or Awk To Work With MPlayer

Feb 11, 2010

I have a text file containing the URL I wanted for mplayer to play. Currently, I play those in commend line using the following steps:
1)cat playlist
2)use mouse to highlight the link
3)type: mplayer then click both left/right mouse button

I was hoping if I can do this in comment line without mouse. I've tried the following without luck. (assume there's only 1 address in the text file)
1) cat playlist |mplayer
2) cat playlist |awk '{print $1}'| mplayer

View 4 Replies View Related

Fedora :: Openbox - Set Wallpaper In Proper Way

Apr 6, 2011

I set openbox wallpaper with:
Code:
feh --bg-scale ~/Pictures/image.jpg &
In ~/.config/openbox/autostart.sh last line.
But some kind of KDE stuff overrides it and sets default again after few seconds. I can override it again with manual command. How can I set wallpaper then in openbox in proper way?

View 6 Replies View Related

Fedora :: Openbox/LXDE C-A-Up Unbinding?

Apr 8, 2011

I use Eclipse IDE and there is a handy binding that I use when I'm running Eclipse on Windows that doesn't work under Openbox. Ctrl-Alt-Up causes a line to be duplicated. I've tried everything to have this key sequenced passed to Eclipse under Openbox, but it seems Openbox is taking itI've tried commenting out all the C-A-Up settings in rc.xml, but that doesn't seem to work. How to configure Openbox (or whomever) to pass the sequence on to the application?

View 1 Replies View Related

Debian Multimedia :: Squeeze MPlayer Do Not Work

Jun 17, 2011

I use a net install CD to install the Debian 6.0.1(squeeze). After installation of gnome, I use apt install the mplayer. But when I use the mplayer open a avi file, it failed. The mplayer don't crash but give the following instruction:

Mplayer interrupted by signal 6 in module: filter_video
- MPlayer crashed. This shouldn't happen.

It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you thin it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. [This binary of MPlayer in Debian is currently compiled with '--enable-debug'; the debugging symbols are in the package 'mplayer-dbg'.] I don't know why this happen, because all the package is installed with apt.

View 5 Replies View Related

Fedora :: Package Manager Fails In Openbox?

Mar 5, 2010

after a while of using Gnome with Fedora 12, I installed Openbox and started the configuration process. Everything is pretty much just the way I like it, but when I open the package manager and try to install something, it says "Authorization failed: you have failed to provide proper authentication. Please check any passwords or account settings" I'm sure it's because I forgot to add something to my autostart.sh, but I'm not sure exactly what...

View 5 Replies View Related

Debian Multimedia :: Equalizer Does Not Work In Totem And MPlayer With XV

Feb 24, 2011

I use nv18 with nouveau. Why equlizer does not work?

View 5 Replies View Related

Ubuntu Multimedia :: Webcam - 8.10 - With Jmf Or Mplayer It Doesn't Work ?

Feb 5, 2010

I got a webcam and it works fine with cheese, skype and many other programs. But with jmf or mplayer it doesn't work.

With mplayer I used this command mplayer tv:// -tv driver=v4l:width=640:height=480:device=/dev/video0

Both jmf and mplayer just give static looking like this [url]

View 1 Replies View Related

Ubuntu Multimedia :: Cannot Get MPlayer To Work With Lirc On Non GUI System

Mar 26, 2010

I'm setting up a gui-less music server so there's no login, and I've tried using mplayer's lirc interface as well as irexec (sending mplayer slave commands to a fifo). But I can't get mplayer to work unless I start either irexec or mplayer from a logged in session. So my S99test is something like:

Code:
#!/bin/sh
#irexec -d
#OR
#mplayer myfile.mp3

If I use the "mplayer" line, I do hear music at startup, but no lirc control. Yet if I log in and kill the mplayer and rerun S99test as root, all works fine.

View 2 Replies View Related

Ubuntu Multimedia :: Can't Get Sound To Work In Mplayer For Myth Tv Box

Aug 7, 2011

Im trying to get sound to work in mplayer for my myth tv box. My hardware setup is a nvidia motherboard with hdmi (not used) and a geforce 210 with hdmi (that is used). The hdmi is connect to an external amplifier that should handle most things. Sound works fine in mythtv - the audio output device used is:

ALSA:hdmi:Card=Nvidia_1,DEV=1

When I try using the command line speaker-test utility it all works:

speaker-test -Dplughw:2,7 -c6

However, aplay and mplayer both dont give any sound - with neither outputting any error messages.

[code]...

View 1 Replies View Related

Slackware :: Getting Sound To Work Through Hdmi - Error Getting With Mplayer ?

Jan 23, 2011

I am having trouble getting sound to work through hdmi, I changed the device in the kde settings for multimedia and it now works in Amarok but Mplayer and VLC are refusing.

This is the error i am getting with mplayer:

I have disabled my sound card in the bios to save confusion (on my part) Upgraded my kernel to 2.6.37. My gfx card is a NV gt 430 xt

View 6 Replies View Related

Ubuntu Multimedia :: Fullscreen Video Playback Doesn't Work In MPlayer

Jan 10, 2010

Fullscreen video playback doesn't work in MPlayer. I don't know if or where this should be reported.

mplayer 2:1.0~rc3+svn2
Ubuntu 9.10 on i386

Code:
mplayer -vo gl filename

[URL]

View 2 Replies View Related

Fedora :: Starting Without GDM - Switching To Openbox/fluxbox And 3rd Party Panels/widgets

Jun 4, 2011

I installed Fedora 15 on my netbook the other day and I decided that I will remove everything but the absolutely needed to make things lighter, faster and less time/power consuming. I thought that GDM isn't needed on a single-user machine. Maybe I can remove it and have a script run on boot and take care of (auto-)loging in and starting the DE? (Xfce, but I plan switching to openbox/fluxbox and 3rd party panels/widgets etc). Is it possible? (and does it worth it?)

View 11 Replies View Related

SUSE / Novell :: Installed Mplayer From Source But The Gui (gmplayer) Does Not Work - Command Not Found

Sep 7, 2010

i ran into a problem when i installed mplayer on suse 11.1 from source, it works just fine BUT it has no GUI.When i try to use the command "gmplayer", it returns 'bash: gmplayer: command not found

View 3 Replies View Related

Slackware :: Install Gnome Mplayer And Later Mplayer Codecs?

Apr 11, 2010

I am trying to install gnome mplayer and later mplayer codecs.script run

Code:
root@zorro:/home/siawacsh/Downloads/MPlayer/mplayer/slackbuild/gnome-mplayer# ./gnome-mplayer.SlackBuild
gnome-mplayer-0.9.8/

[code]....

View 16 Replies View Related

General :: Why Can I Watch It With Gnome-mplayer But Not With Mplayer?

Mar 3, 2011

This should be a very elementary question. I have a URL like http://SERVERNAME/file.wmv. When I enter it in "Open Location" in gnome-mpLayer it connects to the server and plays the stream. But when I run

mplayer "URL"

in the terminal I get a crazy endless loop of

Playing URL.
Resolving SERVERNAME for AF_INET6...
Couldn't resolve name for AF_INET6: SERVERNAME
Resolving SERVERNAME for AF_INET...
Connecting to server SERVERNAME[xxx.xx.xxx.xx]: 80...
Cache size set to 320 KBytes

I think my usage of mplayer in the terminal is correct, since I can watch other URL's.It's only this specific one that doesn't work (I am not authorized to write the URL because they want it to be private.So my question is: Does anyone know why I get this loop? Or is it possible to see how mplayer is called by gnome-mplayer and what output messages it generates?I use gnome-mplayer 0.9.9.2 and mplayer 1.0rc4-4.4.5 on Ubuntu 10.10.

View 1 Replies View Related

Fedora :: Mplayer M4a To Mp3 Conversion

Oct 23, 2009

or any conversion I suppose. My question is simple: How do I use this command: mplayer -ao pcm *.m4a -ao pcm:file="*.mp3" to convert whole directories and place the converted tracks into another directory. The way it's listed above it will convert all songs with a .mp4 extension into a single file with a .mp3 extension. Which of course, is not what I want, but I know of no other way to use this command.

View 1 Replies View Related

Fedora :: No Video In Mplayer?

Oct 22, 2010

when I try to play any video in mplayer, i only hear the audio .how can I fix it?vlc and totem works

View 14 Replies View Related

Fedora :: Mplayer Broken FLV?

May 31, 2011

has anyone else noticed that any program to do with FLV (flash video) files does not work on F15?i can't get mplayer or vlc to play them (totem does it seems) and mencoder and ffmpeg segfault without any useful error message when trying to convert themany ideas? i'm assuming some problem with the rpmfusion codecs or packages?

View 9 Replies View Related

Fedora :: How To Install Mplayer In The 11 - 404: Not Found

Oct 1, 2009

I have installed latest version fedora 11,when I install mplayer to have an error,I don't how to do,

[root@Robin Robin]# yum -y install mplayer
http://rpm.livna.org/fedora/11/x86_6...ta/repomd.xml: [Errno 14] HTTP Error 404: Not Found
http://livna.cat.pdx.edu/fedora/11/x...ta/repomd.xml: [Errno 14] HTTP Error 404: Not Found

[code]....

View 1 Replies View Related

Fedora :: Mplayer And Other Media Players?

Oct 13, 2009

I guess I need to start off by saying that I am new to Fedora. Most of my media files come from iTune. therefore, I have download mplayer, xmm and Audacious to play the ACC, Mp4 and Mpv files. None of the media players play ACC or mp4 files. I downloaded the ACC plugins for mplayer, XMM and Audacious but it still does not work. Also Mplayer will not show show a video file, but the sound works. When I start mplayer the screen freezes and glitches. I have screen shots showing the glitch issue.

View 2 Replies View Related

Fedora :: Get The Movie's Name Which Mplayer Is Currently Playing?

Nov 19, 2009

I have a computer playing movie automatically in loop,and I want to know which movie is now playing in this computer and report it to a server. I use bash script to do this. If I use "pe -ef|grep mplayer ........" ,it seems to complex. Is there any easier way to get the name and store it in a parameter like $movie_name ? And also, I want to know if I can know whether the mplayer is running well. For example, if I use "mplayer wrong.txt". You can still get "ps -ef|grep mplayer....",but you just know that mplayer will get error to play .txt file.

View 2 Replies View Related

Fedora :: Mplayer And Mencoder With VP8 Support?

May 20, 2010

compile mplayer & mencoder with VP8 support? also what with VP8 support in rpmfusion?

View 3 Replies View Related

Fedora :: MPlayer / VLC Freezing Randomly In F13

Aug 18, 2010

I'm running Fedora 13 32-bit on a Samsung NC20 netbook (specifications here: [URL]. Everything works fine, with the exception of media playback via VLC and mplayer. The biggest problem is that the entire OS frequently locks up when exiting full-screen playback in either application, and occasionally locks-up when starting playback via mplayer. Video is also always on top of other windows, regardless of whether the application is configured to be always on top.

The lock-ups are severe enough to warrant powering off the machine, as CTRL+ALT+Fx does nothing. I suspect this is related to the machine's VIA CPU/graphics chipset - I've had problems with them before in other Linux distros, but playback was fine under F12 on the same machine. Because the video windows are always on top, I suspect there's a general issue affecting media playback - hopefully configuration related!

View 1 Replies View Related

Fedora :: Installing The Smplayer And Mplayer?

Nov 4, 2010

installing the smplayer and mplayer?

View 1 Replies View Related

Fedora :: How To Install Gnome Mplayer

Nov 18, 2010

am new to fedora using fedora 14.can some one help me to install gnome mplayer...

View 5 Replies View Related

Fedora :: SELinux Not Allow Mplayer To Play Flv?

Jan 9, 2011

I have trouble with my Fedora 14 on laptop, that I never had on previous Fedora versions (10-13).The SELinux not allow mplayer to play flv files and I cannot convert any files from flv to mp3.I have all codecs installed.Also Totem not works propely.I can shutdown SELinux (but dont want to) but there still remain (already installed) codec, which cant be found (decoder h.264).So its not matter if I shutdown SELinux because I still cant play flv
Ok so there are my error message (sorry for my english!):

Code:
ffmpeg
ffmpeg: error while loading shared libraries: libxvidcore.so.4: cannot enable executable

[code]...

View 5 Replies View Related

Fedora :: Latest MPLAYER Rpm Builds?

Mar 18, 2011

It seems like all mplayer rpm builds have stopped being updated. The latest in rpmfusion is about a year old. I've tried to find other places for newer rpm builds but there is nothing out there. I need a new mplayer, because the current one does not support subtitles in bluray movies, the SVN builds have had this feature for many months.

Anyone knows what is going on? Is there a particular reason why nobody updates rpm builds for mplayer for such a long time?

View 10 Replies View Related

Fedora :: MPlayer As Streaming Server

Mar 30, 2011

I am looking to use mplayer as a stream server. I have used VLC as a streaming server.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved