[LINUX] Using MPlayer as External Player for videos, problem with XBMC always on top?
#1
Question 
I am trying to use mplayer as an external video player, mostly for nupple (.nuv) support, but also for other videos that do not play with the default player. Has anyone else done this before and had any luck?

Whenever I try to open a video with mplayer set as my default video player it will play it behind XBMC. It also won't let me alt-tab to it. If I run XBMC in a window, mplayer will play the files fine full screen. It seems to have trouble taking the screen from XBMC. The XBMC screen will just freeze and I can hear the audio from the video. Stopping the video makes XBMC function again just fine.

Here is my current advancedsettings.xml, although I have tried just about every combination of settings that I can think of over the past 3 hours.

Code:
<advancedsettings>
<video>
   <defaultvideoplayer>externalplayer</defaultvideoplayer>
</video>
<externalplayer>
   <filename>/usr/bin/mplayer</filename>
   <args>-fs -ontop</args>
   <forceontop>true</forceontop>
   <hidexbmc>true</hidexbmc>
   <hideconsole>true</hideconsole>
   <hidecursor>true</hidecursor>
</externalplayer>
</advancedsettings>

I have tried many different combinations of arguments to mplayer and also settings in advancedsettings.xml but all seem to have the same effect. Can someone please help? Oh, and in case you were wondering I am running it on Mythbuntu 9.04 (32-bit)
Reply


Messages In This Thread
[LINUX] Using MPlayer as External Player for videos, problem with XBMC always on top? - by reverendj1 - 2009-07-15, 05:53
[No subject] - by spiff - 2009-07-15, 10:30
[No subject] - by reverendj1 - 2009-07-15, 14:57
[No subject] - by Maxim - 2009-07-15, 18:55
[No subject] - by Haggy - 2009-07-15, 18:59
[No subject] - by pnlambert - 2009-07-16, 16:30
[No subject] - by Maxim - 2009-07-16, 18:31
[No subject] - by xnappo - 2009-07-16, 20:26
[No subject] - by rodalpho - 2009-07-16, 20:57
[No subject] - by Maxim - 2009-07-16, 21:37
[No subject] - by rodalpho - 2009-07-16, 23:20
[No subject] - by pnlambert - 2009-07-17, 11:59
[No subject] - by spiff - 2009-07-17, 12:19
[No subject] - by pnlambert - 2009-07-17, 12:20
[No subject] - by malotavr - 2009-07-17, 22:14
[No subject] - by stubk - 2009-07-20, 10:23
[No subject] - by malotavr - 2009-08-29, 20:46
[No subject] - by bdxbmc - 2009-09-07, 13:29
Logout Mark Read Team Forum Stats Members Help
[LINUX] Using MPlayer as External Player for videos, problem with XBMC always on top?0