Hi Drew! I've tried stereotool on rpi2 but not so efficient because of performance issues, now using Jamin on rpi3.
First step: sudo chmod -s /usr/local/bin/caed sudo chmod -s /usr/local/bin/ripcd sudo chmod -s /usr/local/bin/rdcatchd (Thanks Lorne) You will do this just once. And then create a script for jack execute After Startup; sudo mkdir -m 770 /var/run/rivendell sudo chown -R pi:rivendell /var/run/rivendell caed rdcatchd ripcd sleep 2 exit 0 You can use this only if rivendell daemons are not running on startup. *Emir YAPICI* On Wed, Jan 18, 2017 at 10:08 PM, drew Roberts <[email protected]> wrote: > Emir, > > On Sun, Jan 15, 2017 at 3:51 PM, Emir Yapıcı <[email protected]> wrote: > >> That's now working by combining your and my method (for Raspbian). >> > > Can you document your full procedure that ended up working, I am actually > trying to get this to work now so that I can try stereo tool with Riv on > the Pi: > > https://www.youtube.com/watch?v=tVCw59m_DnA > > all the best, > > drew > >> >> Thanks Lorne! >> >> >> *Emir YAPICI* >> >> >> On Sun, Jan 15, 2017 at 10:06 PM, Lorne Tyndale <[email protected]> >> wrote: >> >>> Hi, >>> >>> Not sure about Raspbian, but for Ubuntu after I compile from source I >>> usually have to kill the Rivendell daemons and then do a: >>> >>> sudo chmod -s /usr/local/bin/caed /usr/local/bin/ripcd >>> /usr/local/bin/rdcatchd >>> >>> After that start up Jackd, start up your daemons, and it all runs under >>> the same user. >>> >>> Lorne Tyndale >>> >>> > >>> > >>> > Hi! >>> > >>> > I've made it (running jack from rdadmin) but runs as root, not as rd >>> user... >>> > >>> > 15 Oca 2017 22:43 tarihinde "drew Roberts" <[email protected]> yazdı: >>> > >>> > Hey Emir, >>> > >>> > On Sun, Jan 15, 2017 at 2:16 PM, Emir Yapıcı <[email protected]> >>> wrote: >>> > >>> > > Hello everyone! >>> > > >>> > > I have a problem with jackd connection. JACK can connect the clients >>> with >>> > > same user id who started the JACK server. So caed and JACK cannot >>> > > communicate in this situation. >>> > > I can do this connection in Ubuntu by changing the owner of >>> > > "/var/run/rivendell" and restarting daemons. >>> > > But this method isn't effective in Raspbian. I tried starting JACK >>> via >>> > > Rivendell but the owner of the process is "root" again. How can i >>> change >>> > > the owner of Rivendell daemons then? >>> > > >>> > >>> > A couple of thoughts: >>> > >>> > 1. Set up rivendell to start jack in rdadmin. Then jack will run as the >>> > proper user. >>> > >>> > 2. Setup a a script for root to run. Then set up sudo to allow the rd >>> user >>> > to run just that script. Let that script launch jack and any other jack >>> > apps that you want in your chain. >>> > >>> > Hope this gives you some ideas. >>> > >>> > I would really like to see the user that caed and friends run as be a >>> > config option. >>> > >>> > > >>> > > >>> > > *Best Regards* >>> > > *Emir YAPICI* >>> > > >>> > > >>> > > >>> > > all the best, >>> > >>> > drew >>> > -- >>> > Bahamain Or Nuttin - http://www.bahamianornuttin.com >>> > <http://www.bahamianornuttin.com/><hr>______________________ >>> _________________________ >>> > Rivendell-dev mailing list >>> > [email protected] >>> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >>> >> >> > > > -- > Bahamain Or Nuttin - http://www.bahamianornuttin.com > <http://www.bahamianornuttin.com/> >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
