Hi Dan,

2013/3/19 Dan <d...@imake.io>:
> I'm playing with the new opus codec and trying to stream audio via icecast.
> I'm planing to provide very low bitrate streams for mobile devices.
> But I can't get liquidsoap to use my codec settings:
>
> output.icecast(%opus(vbr="none", bitrate=8, signal="voice"),
>         host = "my.host.abc", port = 8000,
>         password = "hack me", mount="test_8.ogg",
>         main_source
> )
>
> The audio stream has always a bitrate of about 100 kbits.
> Is opus fully implemented already?
>
> I'm using Liquidsoap 1.1.0 and Icecast 2.3.99.0.

There was a bug in ocaml-opus that has been resolved with the latest
0.1.0 release:
  
https://github.com/savonet/ocaml-opus/commit/b116c8bc2f709f75411358acc1444242ec4c24ee

Chances are that you are using code from before that fix..

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to