On Mon, Sep 29, 2014 at 3:15 PM, Paul Beaudoin <paulmbeaud...@gmail.com>
wrote:

> I'd like to control the interface via exec commands from apache but again,
> can't get xmms2 to run under the web.
>

No you don't. You want to control xmms2 via IPC, probably by using
libxmmsclient in one way or another.

Since it looks like you're using PHP I would recommend (*cough*) having a
look at PHP's FFI-support if such exists, or information on how to bind a
C-based API to PHP via an extension. Once you've figured out that part, you
can start exploring the tutorials to see how to use the libxmmsclient API.

https://github.com/XMMS2/xmms2-tutorial/tree/master/c

-- 
Daniel Svensson
--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms2.org
http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to