Hi Simone,

Thank for your help!

I use liquidsoap with shoutcast (with the centovacast control panel)

In my server, for example:

/usr/local/centovacast/var/vhosts/STATIONNAME/etc/liquidsoap i have a 
custom.liq file

with:



def stereotool(s)

output.file(%wav(stereo=true, channels=2, samplesize=16, header=true 
),"/tmp/audioin.pcm",s)

s = mksafe(input.external("dd if=/tmp/audioout.pcm 2>/dev/null"))

s
end

centovacast.callback_final := fun(s) -> stereotool(s)


How could I adapt the metadata code here?

Really, thank you!

Gabriel


El 05/04/2017 a las 5:26, Simone Dal Maso escribió:
> Hello,
> I updated the  post on the stereotool forum with metadata handling, so 
> you can read it here:
>
> http://forums.stereotool.com/viewtopic.php?f=4&t=13224&p=41641#p41641
>
>
>
> Best regards and good luck!
>
> Il 05/04/2017 04:15, Ngg Networks ha scritto:
>> Hi!
>>
>> Im from Argentina.
>>
>> I have an internet radio with liquidsoap.
>> How could you solve the metadata with stereotool?
>>
>> You can help me?
>>
>> My custom.liq is:
>>
>> def stereotool(s)
>>
>> output.file(%wav(stereo=true, channels=2, samplesize=16, header=true
>> ),"/tmp/audioin.pcm",s)
>>
>> s = mksafe(input.external("dd if=/tmp/audioout.pcm 2>/dev/null"))
>>
>> s
>> end
>>
>> centovacast.callback_final := fun(s) -> stereotool(s)
>>
>> Thanks!
>> Gabriel
>>
>


---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to