2013/3/4 Dennis Heerema <den...@heerema.net>:
> Hello!

Hi Denis!

> Downloaded liquidsoap-win32-1.1.0-beta2 from sourceforge.
>
> I use liquidsoap to transcode a flac stream to different types of audio
> streams (ogg, mp3 and aacplus) and i wanted to add an opus stream to this,
>
> When putting in the code as stated on the website: frame_size: encoding
> frame size, in milliseconds. Must be one of: 2.5, 5., 10., 20., 40. or 60..
>
> I get en error stating the variable is not valid when running liquidsoap.
>
> When i left this variable out of my code, the codec runs fine.

Quick question: do you write for instance 5 or 5. ? Notice the
trailing dot (.). It is important in liquidsoap scripts as it makes
the difference between a float and an integer when parsing the
script...

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_feb
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to