mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

It cannot play media, if I change configuration (Openbox, Gentoo Linux). #482

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
> What steps will reproduce the problem?
1. Running gnome-mplayer
2. Opening configuration (GUI)
3. Closing configuration
4. Opening any media

> What is the expected output? What do you see instead?

Expected media. Nothing see instead.

> What version of the product are you using? On what operating system?

gnome-mplayer 1.0.0 on Gentoo Linux (with openbox, without gnome, gconf, 
gnome-keyring and other gnome stuff; with dbus)

> Please provide any additional information below.

Also it didn't not work if I use configs of another people with working 
gnome-mplayer. It outputs nothing to stdin when i'm trying to play video - no 
errors (I think, it is defect).
It can work if I remove config files.

Original issue reported on code.google.com by iM.ra...@gmail.com on 6 Feb 2011 at 9:45

GoogleCodeExporter commented 8 years ago
please run gnome-mplayer with the -v option from a terminal and paste the 
output when it doesn't work. Most likely it is passing an option to mplayer 
that your mplayer does not support.

Original comment by kdeko...@gmail.com on 6 Feb 2011 at 11:07

GoogleCodeExporter commented 8 years ago
This contains an error (/path/to/file.wmv - my file):

opening playlist
playlist detection = 0
adding file:///path/to/file.wmv to playlist (cancel = 0)
getting file metadata for /path/to/file.wmv
mplayer -vo null -ao null -nomsgcolor -nomsgmodule -frames 0 -noidx -identify 
-nocache -noidle -dvd-device  /path/to/file.wmv 
playing - file:///path/to/file.wmv
is playlist 0
file:///path/to/file.wmv is not marked as playable (3)

---end

What it means?

ALSO:

I've got this:

MPlayer was compiled without libdvdread support.
ERROR: Thread completing

And I fix this by cleaning entry, labeled with msgid "MPlayer Default Optical 
Device"
Maybe it's error of Gentoo maintainers.

Original comment by iM.ra...@gmail.com on 7 Feb 2011 at 4:49

GoogleCodeExporter commented 8 years ago
I can't give you a definitive answer since you chopped the log file, but 
something looks wrong there. I would suggest looking into your mplayer config, 
most likely you are missing DVD support. You may also see if gnome-mplayer is 
compiled with GIO support..

I also did make some minor patches to the code, in SVN r1856 and r1857, that 
should also help in this case, but how the code gets there, really depends on 
what features you have enabled and disabled at compile time.

Original comment by kdeko...@gmail.com on 7 Feb 2011 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 21 Feb 2011 at 6:05