Hi !

>>> I am running the last hg of savonet with the following script:
>>>
>>> audio = input.alsa(device="pulse")
>>> output.shoutcast(%mp3, host="mystreamhost.com", port = 8000, password
>>> = "anything", description="http://testurl";, audio)
>>>
>>> return the error:
>>> the function (at line XX, char XX) has no argument labeled "description"!
>>>
>>> While "url" and "genre" works well.
>>>
>>> Maybe I am doing a mistake ?
>>>
>>> Martin
>> Ok , I am answering myself with this:
>>
>> martin@martin-VirtualBox:~/savonet$ liquidsoap -h output.shoutcast |
>> grep desc
>> martin@martin-VirtualBox:~/savonet$ liquidsoap -h output.icecast | grep desc
>> Type: (?id:string,?description:string,?dumpfile:string,
>> * description : string (default "Liquidsoap Radio!")
>>
>> The label to use for shoutcast is "name"
>> * name : string (default "OCaml Radio!")
>>
>> Sorry for the inconvenience.
> Don't be :)
>
> Someone (David I think) removed that option some time ago because it
> was actually not used by shoutcast.
>
> Romain
thanks :)

When I stream to a shoutcast server with an output.icecast directive, as 
the shoutcast server ignore "description" field it takes "mount" value 
for it instead.
The idea at first was to use the same unique directive for all streams 
requests but with the other "format" issue, I think I am going to 
introduce conditionals in the liq script, like you suggested.


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to