Centova Technologies Forum

Centova Cast v3 => Feature requests => Topic started by: radioparanormalium on May 07, 2019, 07:25:36 am

Title: Add support for drop_metadata and merge_tracks
Post by: radioparanormalium on May 07, 2019, 07:25:36 am
I'd like Centova Cast to support a solution that is already present in Liquidsoap: drop_metadata and merge_tracks. It would allow to resolve the issue with OPUS streams stopping on each change of metadata.

I already experimented with removing metadata by putting drop_metadata and merge_tracks in RAW configuration, however, without success - Centova Cast shows a lot of errors when I try to restart the server.
Title: Re: Add support for drop_metadata and merge_tracks
Post by: radioparanormalium on January 31, 2020, 10:16:30 am
A quick solution I've found so far - add to your custom.liq file the following lines:

centovacast.callback_live := fun(s) -> drop_metadata(s)
centovacast.callback_autodj := fun(s) -> drop_metadata(s)