Greetings Joe, I've used Liquidsoap in conjunction with JACK on Rivendell machines. Unfortunately, I've not used it on CentOS 6 (or 7 for that matter).
I don't know of any way to configure Liquidsoap or Rivendell for the two of those apps to interact directly on a single workstation. One could connect the audio devices on two computers to get this working... On a single workstation, basically: Rivendell (caed) -> JACK -> Liquidsoap Here's a sample Liquidsoap configuration snippet for working with JACK: ############## snip snip ########################### ## Get input from JACK ## NB: pay attention to JACK connections! feed = input.jack( id = "encode-input", buffer_size = 1, clock_safe = true, server = "default" ) ############## snip snip ########################### Your output would would then use the "feed" object to send to whatever destination you need. Hope this helps! ~David Klann On 09/29/2017 11:39 AM, Joe Panarello wrote: > Hi; > > Does anyone have any experience with Liquidsoap and Rivendell and > Centos. I have tried to load Liquidsoap onto a Centos 6 machine but get > a few unresolved referenced libraries. On the net is does acknowledge > this issue with no simple solution. Additionally, would there be any > interaction between Liquidsoap and Rivendell????? > > > > Any help would be greatly appreciated. > > > > Joe Panarello > > WFIT Radio > > > > *From:*[email protected] > [mailto:[email protected]] *On Behalf Of > *Bruce Lee Mones > *Sent:* Thursday, September 28, 2017 11:05 PM > *To:* Wayne Merricks; User discussion about the Rivendell Radio > Automation System > *Subject:* Re: [RDD] Feature Request, ability to play url within Rivendell > > > > > > > > On Thu, Sep 28, 2017 at 10:08 PM, Wayne Merricks > <[email protected] <mailto:[email protected]>> > wrote: > > In theory depending on how you're setup you can already do this. > > > > Using macros you can call shell commands which means if you can find a > command line utility (cvlc or mplayer etc) to run the stream you can > call it with the RN macro. > > > > You may have to either use JACK with Riv to share the soundcard or add a > secondary card to the machine purely for streaming. > > > > Be aware that you might end up with issues if the stream drops out. It > might pay you to put liquidsoap in the middle so you can have an audio > fallback ( or use soap to hook back into Rivendell with rmlsend). > > > > Regards, > > > > Wayne > > > > > > > > Hello, > > > > I am currently using the mplayer with the mobo-builtin audio device and > the main soundcard as audio switcherconnected via audio cable and using > RN macro. > > > > I just thought maybe there's an easier way without using jack. > > > > Thanks for the response Wayne. > > > > > > Regards, > > > > > > Bruce Lee Mones > > Vanguard Radio Network > > Philippines > > www.bigsound.com <http://www.bigsound.com> > > > > > > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
