Le 20 août 2011 11:05, Josh <[email protected]> a écrit :
> hi all:

Hi Josh!

> I run my script, and I get the following:
> Invalid value at line 11, char 19-48:
>   Could not get a valid media file of kind {audio=2;video=0;midi=0} from
> "/home/blradio/radio/fail.ogg".
> this is what i get when i run "liquidsoap -r /home/blradio/radio/fail.ogg:
> Request resolved.
> title="Stream Down"
> temporary="false"
> decoder="OGG"
> artist="Blind Light Radio"
> kind="{audio=0+;video=0+;midi=0+}"
> rid="0"
>
> what do i need to add to my script or install to get ls to find it is
> audio=0?
> and this is an audio only file.

Is your fail.ogg file a mono audio file? In the case, you could try this:
  single = audio_to_stereo(single("/home/blradio/radio/fail.ogg"))

Romain

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to