Hey everyone trying to find a solution to my voip problem. ive installed the mumble server and id like to connect to the server with the pi itself only problem is i have a headless setup and the mumble client is not command line are there any workaround like starting an x server just for mumble or vnc or something? or alternative mumble servers? all the other Voip solutions seem complicated or you have to have your sd dedicated to them any suggestions?
The best headless method I found was to install a vnc client on your Pi, then connect to it from your primary PC. I used TightVNC( sudo apt-get install tightvncserver ). There are a few configurations you'll need to do to make sure it runs on boot, but it's pretty straightforward. After its installed just VNC into your Pi and you can configure anything you need there, and ssh in for everything else.
Yeah that what i figured the only issue is i wanted to do it all through ssh everything else i need i can do through the command line but i guess ill have to give up on fully automated mumble Thanks for the reply though .