Hi, I started an implementation in https://github.com/savonet/liquidsoap/pull/71. If you could test it quickly, this could be a new feature for 1.1.1.
++ Sam. On Thu, May 2, 2013 at 10:46 PM, Martin Konečný <[email protected]> wrote: > Ticket created: > > https://github.com/savonet/liquidsoap/issues/70 > > Is this something simple enough to squeeze into 1.1.1? If it's very involved > - I don't want to push for it since it would need to be rushed. However if > it was simple, it would be *very* nice to have. > > Essentially my problem is that we will not be shipping liquidsoap with AAC > support compiled in so this code needs to remain dormant. When user > themselves compile this support in, it would automatically become active. > > Martin > > > On Thu, May 2, 2013 at 2:21 PM, Samuel Mimram <[email protected]> wrote: >> >> Hi, >> >> Not at the moment but it should not be too hard to add. Please file a >> ticket, so that we don't forget! >> >> ++ >> >> Sam. >> >> On Thu, May 2, 2013 at 7:49 PM, Martin Konečný >> <[email protected]> wrote: >> > Hello, >> > >> > Is it possible to determine what encoders are and aren't available? For >> > example, I'd like to have the Opus encoder code ready to run if the >> > user's >> > Liquidsoap binary has been compiled with it. >> > >> > >> > Something similar to an ifdef, since Liquidsoap should be able to >> > determine >> > what encoders it has at "compile" time. >> > >> > For example: >> > >> > %ifdef output.pulseaudio >> > #liquidsoap has been compiled with pulseaudio support >> > %endif >> > >> > >> > Something like the following: >> > >> > %ifdef %opus >> > %endif >> > >> > >> > Martin >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> > Get 100% visibility into your production application - at no cost. >> > Code-level diagnostics for performance bottlenecks with <2% overhead >> > Download for free and get started troubleshooting in minutes. >> > http://p.sf.net/sfu/appdyn_d2d_ap1 >> > _______________________________________________ >> > Savonet-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/savonet-users >> > >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > > > -- > Open source radio in the cloud. Get yours now! ---> http://airtime.pro > > Martin Konecny > Software Developer, Sourcefabric > [email protected] > > 720 Bathurst St. Suite 203 > M5S 2R4, Toronto, ON, Canada > +1 (416) 892-8420 > Skype: martin.konecny15 > > http://www.sourcefabric.org > http://www.twitter.com/Sourcefabric > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
