Here I just create a jackd default configuration on /etc and set Rivendell to start jackd. So when caed comes up it brings jackd and runs on top of it.
Very nice, Atenciosamente,**** ** ** *Fernando Della Torre* Tecnologia da Informação**** (: +55 16 8137-1240 (: +55 16 9137-2886 *: *[email protected]***** V.D.I.T. Soluções em Virtualização**** ** ** ** ** A utilização deste e-mail não implica em autorização ou outorga de poderes para seu usuário praticar qualquer ato em nome das empresas citadas, cuja representação considera-se válida se praticada exclusivamente por representante legal ou procurador devidamente constituído, na forma estabelecida em seu respectivo estatuto ou contrato social 2013/6/26 MICHAEL SMITH <[email protected]> > Just to second that we struggled for years with Darkice over the internet > (although it may have improved). > > I run jack in screen like this on bootup: > screen -S SESSIONNAME -dm jackd -R -d alsa -C hw:0,0 -r 44100 > > Script for liquidsoap here (Wayne's I believe) which will connect to jack > and output to icecast > http://pastebin.com/ziNEKF03 > > Instructions for an Ubuntu build from source for liquidsoap here: > http://dev.radiopiloten.de/dokuwiki/doku.php/liquidsoap:installation > > If you have a GUI then check out Patchage > http://drobilla.net/software/patchage/. You can see where audio is routed > to. Click and drag to make connections. > > Mike > > > ------------------------------ > *From:* Wayne Merricks <[email protected]> > *To:* [email protected] > *Sent:* Wednesday, 26 June 2013, 14:25 > *Subject:* Re: [RDD] (OT) I don't know JACK > > Yeah I had the same problems with dark ice on Ubuntu 10.04. It also > started crashing on me after about 6 months. Moved to liquidsoap over a > year and a half ago. Current uptime is 6months as we moved buildings > but we were up for about 9months previous to that (had some electrical > issues which made things reboot). > > I've also used liquidsoap in a testing capacity to a remote icecast > server (tested from my crap home connection to our work icecast). It > ran for 36 hours without a problem except for when my adsl died at > home. We're doing a live OB in a couple of weeks with soap going back > to our icecast which will then get fed through to a desk fader so we get > our usual broadcast chain. > > Regards, > > Wayne Merricks > The Voice Asia > > On 26/06/13 13:43, drew Roberts wrote: > > On Wednesday 26 June 2013 07:52:34 Wayne Merricks wrote: > >> Forgot to add, never had much luck with dark ice + icecast. Liquidsoap > >> + icecast is rock solid and can do all sorts of fancy stuff including > >> silence detect and compression so might be the tool you're looking for. > > In the past I have done fine with darkice + icecast2 with jack but only > if > > darkice and icecast2 were on the same machine or subnet. darkice on the > local > > network and icecast2 across the internet tended to cause me problems in > the > > past. Enough so that I adopted a standard practice of the former and let > the > > icecast2 out on the net pull from the local one. > >> Wayne Merricks > >> The Voice Asia > > drew > >> On 26/06/13 12:50, Wayne Merricks wrote: > >>> JACK is quite simple. > >>> > >>> You need to kill off pulse audio first. > >>> > >>> sudo nano /etc/pulse/client.conf > >>> > >>> find the line: ;autospawn = yes > >>> change it to: autospawn = no (note the removal of ;) > >>> > >>> Now kill pulse: pulseaudio -k > >>> > >>> Next up, install qjackctl (sudo apt-get install qjackctl). Also known > >>> as the JACK Connection Kit. > >>> > >>> Load that up, click on setup and pay attention to the sample rate and > >>> the interface settings. You might have to change it to hw:0 or hw:1 > >>> especially if you're using a USB card or have an inbuilt sound card > >>> and a pro one. > >>> > >>> Once you're happy with that. Press OK, then click Start. > >>> > >>> If you've got the settings right JACK will say Started and everything > >>> is happy. If not try a different hw:0 etc. (you can find these out > >>> with aplay -l). > >>> > >>> From there start playing some sound. VLC will use jack if you install > >>> it with the jack plugins (I think its vlc-jack-plugin or > >>> vlc-plugin-jack). Just go into VLCs preferences and select JACK > output. > >>> > >>> When you hit play VLC will auto create ports and connect as necessary. > >>> (Audacity also does something similar if you prefer to test on that). > >>> > >>> If JACK is starting but you're still not getting any sound, check > >>> alsamixer to make sure your in/outputs aren't muted. > >>> > >>> Obviously make sure you've got something that makes sound connected to > >>> system:playback_1 & 2 (usually your main speaker out). > >>> > >>> Regards, > >>> > >>> Wayne Merricks > >>> The Voice Asia > >>> > >>> On 26/06/13 12:00, Rob Landry wrote: > >>>> Is there a guide anywhere to getting JACK up and running? I've tried > >>>> to get it working on two different machines, and find that I can't > >>>> get sound from the sound card input to go anywhere, nor sound from > >>>> any piece of software to show up at the output of the sound card. > >>>> > >>>> In my latest attempt to record something into Ardour, I managed to > >>>> lock up my computer, and now it locks up every time Ardour starts. > >>>> > >>>> Eventually, I'd like to find a program that can do audio compression > >>>> to run with Darkice and icecast on a streaming encoder instead of > >>>> installing something like a Compellor in front of it. > >>>> > >>>> > >>>> Rob > >>>> _______________________________________________ > >>>> Rivendell-dev mailing list > >>>> [email protected] > >>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >>> _______________________________________________ > >>> Rivendell-dev mailing list > >>> [email protected] > >>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >> _______________________________________________ > >> Rivendell-dev mailing list > >> [email protected] > >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > > > _______________________________________________ > > Rivendell-dev mailing list > > [email protected] > > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
