Using Mixing Option with Ongoing Stream #1807
-
I am currently working on creating streams and playing different jingles/ads between ongoing streams. I want to do it after every specific time. Using the option given in complete analysis section (https://www.liquidsoap.info/doc-dev/complete_case.html)
And it working absolutely fine as desired. I'm using this inside Azuracast, Version of Liquidsoap is 1.4.4 on Ubuntu 20.04 LTS. Now here a requirement raised. Appreciate the help. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
By default
says that the |
Beta Was this translation helpful? Give feedback.
-
To achieve the scenario I used:
Below code that helped me:
|
Beta Was this translation helpful? Give feedback.
To achieve the scenario I used:
Below code that helped me:
mic = blank.strip(max_blank=2., min_noise=.1, threshold=-20., mic)
music = playlist("~/Music")
radio = fallback(track_sensitive=false, [mic, music])