Hi!
I have a problem, and I don't know if I got something on the Airtime structure wrongly or not.
PROBLEM PREVIEW:
My shows recorded live from line-in don't stream at the same time they are happening.
DESCRIPTION:
We have a "classic" radio station with a standard analog studio, with live shows only in the afternoon, and repeats in the morning and weekends.
I connect the stereo output from the studio to the AirTime server audio input, and the output from airtime, to the FM emitter. Also, I stream via Icecast. I create the shows checking "record from line in", because the show is made live at that time on the studio, and set a rebroadcast for next day, when it needs to repeat.
Rest of the day I did set up the liquid script for random music and jingle playing, very simple, like this:
PROBLEM:
Random music playing works fine.
If I upload a pre-recorded show, or make a playing list for a show, it fades-in and plays correctly.
But, I would expect that, when a "line in recording" show happens, that is, when a live show begins, it should fade-in to the actual show happening in the studio and, at the same time, recording it for rebroadcast, but, when the time comes, the random background music keeps playing.
What I'm doing wrong? Did I begin from a wrong base?
I have a problem, and I don't know if I got something on the Airtime structure wrongly or not.
PROBLEM PREVIEW:
My shows recorded live from line-in don't stream at the same time they are happening.
DESCRIPTION:
We have a "classic" radio station with a standard analog studio, with live shows only in the afternoon, and repeats in the morning and weekends.
I connect the stereo output from the studio to the AirTime server audio input, and the output from airtime, to the FM emitter. Also, I stream via Icecast. I create the shows checking "record from line in", because the show is made live at that time on the studio, and set a rebroadcast for next day, when it needs to repeat.
Rest of the day I did set up the liquid script for random music and jingle playing, very simple, like this:
music = playlist(mode='randomize',reload=1,reload_mode="rounds", "/fonoteca/musica/")
jingles = playlist(mode='randomize',reload=1,reload_mode="rounds", "/fonoteca/jingles/")
default = rotate(weights=[1,3], [jingles, music])
PROBLEM:
Random music playing works fine.
If I upload a pre-recorded show, or make a playing list for a show, it fades-in and plays correctly.
But, I would expect that, when a "line in recording" show happens, that is, when a live show begins, it should fade-in to the actual show happening in the studio and, at the same time, recording it for rebroadcast, but, when the time comes, the random background music keeps playing.
What I'm doing wrong? Did I begin from a wrong base?