To reference a message from December 21 2014 from a fellow list member 
regarding opus and why it brakes, here is the message.

<snip>
Opus, Vorbis, Speex and Flac, are all codecs maintained by xiph.org 
<http://xiph.org/>, which also maintains Ogg container format (and little thing 
called icecast by the way) 

This is why it's very plausible that adding Opus plugin will break codecs that 
use the Ogg container.

Adding Ogg wont break anything as long as you only add Vorbis, and/or Speex 
and/or Flac codecs. The breakage, in debian/ubuntu is when you also add Opus

So If you have an ogg stream and you also add opus it will brake as of that 
posting. A bug was already filed on the debian packages tracker, but so far 
this has to my knowledge not been fixed.

Hope this helps someone.
> On Jan 13, 2016, at 12:17 PM, Gilou <[email protected]> wrote:
> 
> Le 13/01/2016 19:47, Sarah Alawami a écrit :
>> Oh darn. Well, I guess for now I'll have to run 1.1.1  or what ever is
>> current in apt-get and jessie. Is there a way I can modify my apt-get
>> list, or do I need to wait until they do it?
> 
> 
> You could simply compile the source yourself and/or generate a package.
> Most of the deps are mentionned in the docs and are available. For
> ubuntu (not sure about debian), something like:
> 
> 
> sudo apt-get install ocaml-findlib libcamomile-ocaml-dev libshout3-dev
> libvorbis-dev libid3tag0-dev libasound2-dev autoconf automake
> libtag1-dev libmp3lame-dev libfdk-aac-dev libopus-dev libfaad-dev
> ladspa-sdk libsoundtouch-dev libresample0-dev libpcre-ocaml-dev
> 
> should get you somewhere :D
> 
> Cheers,
> 
> Gilles
> 
> 
>> 
>> Take care.
>>> On Jan 13, 2016, at 6:26 AM, Romain Beauxis <[email protected]
>>> <mailto:[email protected]>> wrote:
>>> 
>>> 2016-01-12 20:45 GMT-06:00 Sarah Alawami <[email protected]
>>> <mailto:[email protected]>>:
>>>> Quick question. Do I need to wait until it makes it in to the Debian
>>>> jessie apt-get package I'm using? I'm still running 1.1.1 here.
>>>> That's actually ok as if there are any issues I would want to wait
>>>> until they are resolved.
>>> 
>>> Debian stable usually sticks with the versions that were shipped at
>>> release time. Furthermore, we will not be maintaining the debian
>>> packages anymore in the future, unfortunately, so any update there
>>> will depend on their own manpower.
>>> 
>>> Romain
>>> 
>>>> Take care and happy Tuesday.
>>>>> On Jan 12, 2016, at 3:56 PM, Romain Beauxis
>>>>> <[email protected] <mailto:[email protected]>> wrote:
>>>>> 
>>>>> Dear all,
>>>>> 
>>>>> This with great pleasure and much thanks for your patience that I am
>>>>> glad to announce that liquidsoap 1.2.0 has just been released.
>>>>> Changelog is included at the bottom of this email.
>>>>> 
>>>>> This release focuses on getting all the latest and much awaited
>>>>> developments and bug fixes out the door. We will be responding to bug
>>>>> reports and potential feature requests afterward and may release
>>>>> further minor versions as we see fit in the near future.
>>>>> 
>>>>> Among the new features for this release, the following are worth
>>>>> noticing:
>>>>> 
>>>>> - Support for websockets input. The technology has been implemented
>>>>> for a while but, with the latest development in web browsers and
>>>>> javascript support, it seems that it now fully functional. This means
>>>>> that you can create an audio stream directly from a browser window and
>>>>> send it to liquidsoap/icecast! This does not just mean
>>>>> microphone-based streams but also file-based streams and even a mixed
>>>>> of both! There is a proof of concept that you can test here:
>>>>> https://github.com/webcast/webcaster Needless to say, we are quite
>>>>> excited by this!
>>>>> 
>>>>> - Support for a buffer.adaptative operator which can be used to
>>>>> mitigate issues related to network lags and clock inconsistencies
>>>>> between source clients and servers.
>>>>> 
>>>>> - Support for multiple sources connected to the same shoutcast v2
>>>>> server.
>>>>> 
>>>>> This release comes almost 3 years after the previous one. Admittedly,
>>>>> things got a little delayed here.. Indeed, as we have moved further
>>>>> into our respective lives, it has become increasingly difficult for us
>>>>> to provide the same service as open source developers for this project
>>>>> as we had in the past.
>>>>> 
>>>>> We, however, remain committed to the savonet project and still care
>>>>> about its future and our users.
>>>>> 
>>>>> In the future, we will concentrate on the core mission of the project,
>>>>> which is the liquidsoap DSL and binary. This means that other
>>>>> side-projects such as Flows! or Liguidsoap will unfortunately receive
>>>>> less attention from us. Likewise, our priority will be to work on bugs
>>>>> and feature releases through our github project pages. We will
>>>>> continue to provide support to users through our mailing list, of
>>>>> course, but will do as time allows
>>>>> 
>>>>> Meanwhile, we warmly welcome any interested contributor to step up and
>>>>> join our team. We like to believe that we are relatively nice to
>>>>> work with.
>>>>> And, yeah, OCaml isn't that hard to learn. I've been there myself.. :-)
>>>>> 
>>>>> Finally, we want to express our deep and humbled gratitude to our
>>>>> 
>>>>> users who have kept using and trusting liquidsoap in the past years.
>>>>> Thank you so much guys!!
>>>>> 
>>>>> We all wish you guys a wonderful 2016 full of successful liquidsoap
>>>>> projects and much more!
>>>>> 
>>>>> For the Savonet Team,
>>>>> David, Romain and Sam
>>>>> 
>>>>> 1.2.0 (unreleased)
>>>>> ==================
>>>>> 
>>>>> New:
>>>>> 
>>>>> - Websocket server (#90): this means that you can stream to harbor
>>>>> directly from
>>>>> your browser!
>>>>> 
>>>>> - Add support for AIFF format (#112).
>>>>> 
>>>>> - Add url.split_args to split the argument of an url (#123).
>>>>> 
>>>>> - Add buffer.adaptative to cope with small network delays (#131).
>>>>> 
>>>>> - Add sleeper operator to simulate network delays and test
>>>>> robustness (#131).
>>>>> 
>>>>> - Add stereo.left and stereo.right to extract channels from a stereo
>>>>> stream.
>>>>> 
>>>>> - Add restart command to restart liquidsoap (#135).
>>>>> 
>>>>> - Add file.contents to read the contents of a file.
>>>>> 
>>>>> - Add filter.rc for first-order RC filters.
>>>>> 
>>>>> 
>>>>> Enhancements:
>>>>> 
>>>>> - Add support for sending OSC data (osc.send_*).
>>>>> 
>>>>> - Native support for (some) AVI files (#256) which enables support
>>>>> for external
>>>>> video encoders (#233).
>>>>> 
>>>>> - Improve rms operator (#105) to have per channel rms (#102), the
>>>>> ability to
>>>>> dynamically set window duration (#103) and multiple monitors (#104).
>>>>> 
>>>>> - Icecast streaming can now use HTTP1.1 chunked encoding (#82, #107).
>>>>> 
>>>>> - Add support for multiple shoutcast extensions (#216).
>>>>> 
>>>>> - Fade type can be overridden by metadata in fade.in / fade.out (#64).
>>>>> 
>>>>> - Allow LADSPA plugins with arbitrary number of channels (#191).
>>>>> 
>>>>> - Rename shine encoder from %mp3.fxp to %shine.
>>>>> 
>>>>> - fdkaac: dynamic plugin (#79), set afterburner parameter, use MPEG4
>>>>> by default
>>>>> (#83).
>>>>> 
>>>>> - Improved subtyping on lists (#125, #126).
>>>>> 
>>>>> - Add native simple JSON decoder.
>>>>> 
>>>>> - Better code: do not abusively use assertions (#137), issue more
>>>>> warnings and
>>>>> fix them (#162).
>>>>> 
>>>>> 
>>>>> Bugfixes:
>>>>> 
>>>>> - Correctly close connection in http.get / http.post (#72).
>>>>> 
>>>>> - Remove input.lastfm which has been broken for a while.
>>>>> 
>>>>> - Lots of small bugfixes.
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>>>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>>>>> Monitor end-to-end web transactions and take corrective actions now
>>>>> Troubleshoot faster and improve end-user experience. Signup Now!
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>>>>> _______________________________________________
>>>>> Savonet-users mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>>>> Monitor end-to-end web transactions and take corrective actions now
>>>> Troubleshoot faster and improve end-user experience. Signup Now!
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>>>> _______________________________________________
>>>> Savonet-users mailing list
>>>> [email protected]
>>>> <mailto:[email protected]>
>>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>> 
>>> ------------------------------------------------------------------------------
>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>>> Monitor end-to-end web transactions and take corrective actions now
>>> Troubleshoot faster and improve end-user experience. Signup Now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected]
>>> <mailto:[email protected]>
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>> 
>> 
>> 
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>> 
> 
> 
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to