[LAU] was : Is there a GUI ...? guitarix-webui

Hermann Meyer brummer- at web.de
Tue Feb 23 09:05:00 UTC 2016



Am 20.02.2016 um 14:02 schrieb Ralf Mardorf:
> On Sat, 20 Feb 2016 09:58:05 +0100, Hermann Meyer wrote:
>
>> Maybe, the webui fits more your eyes?
>>   http://de.tinypic.com/view.php?pic=5oxbnl&s=9#.VsgpgV9lSPA
>>
>>   http://de.tinypic.com/view.php?pic=jtnfvb&s=9#.VsgpmV9lSPA
> It at least is better. How can this be used with the app?
>
> Regards,
> Ralf
> _______________________________________________
>

Just download the webui package here:
https://sourceforge.net/projects/guitarix/files/guitarix/

and read the included README:

Getting started:

- after unpacking the webui tarfile, cd into the websockify directory
and start websockify:

python websocketproxy.py --web=../webui '*':8000 localhost:7000

(you can use the -D options to start the program in the background).

- start guitarix with --rpcport=7000

- open "http://localhost:8000/" in your browser

you could even start guitarix with the -N parameter to run it headless 
instead use the --rpcport=7000 parameter.
to open the web interface from a external device you need to know your 
external IP address, get it like this:

|ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'


|then open in a browser (recommend FIREFOX, the browser needs support 
for websockets) on your external device enter the given address with 
added :8000

http://your_IP_number:8000


More information about the Linux-audio-user mailing list