Version: 0.9.3-pre2 (using KDE KDE 3.5.3) Installed from: SuSE RPMs OS: Linux I've tried to run kmplayer with mplayer backend without success. I'am able to run it with xine also mplayer's own gui works fine (also with win32 codecs) but when I try to play something with kmplayer and mplayer backend it just shows (Player mplayer Not Running) in status bar. I've checked the README and tried to create ~/.mplayer/config vith ao and vo but it didn't help. Can you create the README more precise or HOW CAN I MAKE IT WORKING? I'am using SuSE x64 10.2alpha2 MPlayer 1.0pre8-4.1.2 KMPlayer: 0.9.3-pre2 installed from rpms thakns
SVN commit 580972 by vriezen: Update CCBUG: 133473 BUG: 133214 M +14 -1 ChangeLog --- trunk/extragear/multimedia/kmplayer/ChangeLog #580971:580972 @@ -1,4 +1,17 @@ -Changes since version 0.9.2a +Changes since version 0.9.3-pre2 +- Patch from bero, add more output audio and video drivers +- Frequencies for Xv TV watching should now be in MHz (like with MPlayer) +- Add more help in the handbook about the backends and the playlist format +- Support MPLAYEROPTS argument for group/item nodes to add extra settings +- Add option to set path/application name for mplayer backend +- Fix possible crash when updating the playlist tree from QListView click events +- Add 'Delete item' for persistent playlists context menu +- Delay loading of recent XML file to first item played or category opened +- Defaults to not show progress slider instead of having a disabled slider, + this greatly improves channel switching with Xv and the bttv driver +- Properly stop kmplayer when 'hanging' in the resolving state, also add + 'Connecting' when starting resolving +Changes since version 0.9.3-pre1 - Support for audio cdrom - Fixes for 'Persistent Playlists' tree; drop position didn't account for scrollbar position, painting fixes, popup menu position and dropping an item
I had this problem, using Gentoo's latest release (0.9.4a). Turned out the problem was hard-coded -vop flags in the kmplayer source. Recent versions of mplayer removed support for -vop (-vf should be used instead). I created a patch that fixed it for me. A workaround is to simply install an older version of mplayer that still allows the -vop flags. You can see bugs.gentoo.org <A HREF="http://bugs.gentoo.org/show_bug.cgi?id=176893">bug #176893</A> to download my patch. It's nothing special -- just a quick sed to replace the vop's with vf's.
Reopening because kmplayer is broken with newer versions of mplayer (at least on Gentoo).
Btw, you can workaround this issue by disabling the 'Postprocessing' option in the configure dialog.
Created attachment 20505 [details] Patch that fixes mplayer flags. At Bram's request, here is the patch I used to replace the instances of "vop" with "vf". It is probably just as easy to do a sed -i -e 's/\-vop/\-vf/g' * instead.
O mpleyer não esta funcionando por que não tem como especificar as configurações adequadas: U sei todas as configurações posiveis mas mesmo assim não funciona: presizo saber qual as configurações corretas para o mplayer.
Marcos: please use English here. Do you mind to repeat that in English please?
Comment #6 translated from portuguese to english: The mplayer is not working because it does not have a way to specify the adequate configurations: I used all possible configurations but even so it did not work: I need to know what are the right configurations for mplayer I tried to translate it as close as possible.
Git commit 6d7a204380f69403674835c9efa494d508fbb0a2 by Koos Vriezen. Committed on 03/09/2006 at 13:31. Pushed by ltoscano into branch '0.11'. Add some help to get the backends running svn path=/trunk/extragear/multimedia/doc/kmplayer/; revision=580409 M +67 -1 doc/index.docbook https://commits.kde.org/kmplayer/6d7a204380f69403674835c9efa494d508fbb0a2