Hi all, If encoding twice is really critical, you can use the "dumpfile" argument of output.icecast. This is, however, to be used for debugging purpose and we do not support advanced options there.
Romain 2013/4/29 Samuel Mimram <[email protected]>: > Hi, > > Unfortunately, the answer is that the stream will be encoded twice. The > reason is that in general we need to perform some computations on the stream > (for instance during a cross-fading or adding a jingle) and therefore adding > support for already-compressed data would be a huge work, since we would > have to ensure that we don't use operators which really require access to > the data... > > ++ > > Sam. > > > On Sun, Apr 28, 2013 at 7:37 PM, Ken Restivo <[email protected]> wrote: >> >> If I've got an MP3 stream coming in via input.http, and I'm spewing that >> out over an output.icecast, also %mp3, and also taking the same stream and >> also spewing it to disk, via output.file, also with %mp3, how many times is >> that stream getting (redundantly) transcoded? Zero? Once? Twice? >> >> Is liquidsoap smart enough to not waste CPU on transcoding streams, if the >> input and output formats are the same, and just shovel the raw bytes around >> in that case? If not, is there some way to hint or force it to do that? >> >> -ken >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > 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
