https://github.com/AzuraCast/AzuraCast/issues/1270
"Checked a few popular radio stations in Germany and some of them play a station jingle
every time you start listening to the radio stream, for example a short introduction combined with an advertisement.
Example http://www.hit104.com/listen.pls"
Comments: 13
-
16 May, '19
DavidIcecast cannot do that natively ? It seems I read something about somewhere....
-
03 Jul, '19
Daniel Vega MergedDear azuracast. I'm happy for your software and I would like to suggest intro file for streams (like radio intros/ads) before the broadcast.
-
25 Sep, '19
Andi Mergedduplicate of https://features.azuracast.com/suggestions/39040/add-stream-intro-file-support
-
25 Sep, '19
Buster Neece Admin"introfile option" (suggested by Daniel Vega on 2019-07-03), including upvotes (4) and comments (0), was merged into this suggestion.
-
10 Oct, '19
Bigue NiqueThis can be set in Icecast config by specifying the path to an audio in the <intro> tag of a <mount> section.
http://icecast.org/docs/icecast-2.4.1/config-file.html#mountsettings
Read the docs: it specifies that the intro file needs to have the exact same encoding as the corresponding mountpoint.
I tried modifying /var/azuracast/stations/<station>/icecast.xml. The problem is that AzuraCast overwrites it everytime it restarts Icecast. Any way to tweak it from inside AzuraCast ? -
17 Oct, '19
Bigue NiqueSolution:
- Edit /var/azuracast/docker-compose.override.yml (as described here: https://www.azuracast.com/help/faq_docker.html#using-a-custom-default-track) to map you into file to Icecast's <webroot> (inside /usr/local/share/icecast/web)
- Add this line of JSON to Mount Points > Edit > Custom Frontend Configuration (make the filename/path match your mapping) : { "intro" : "intro.mp3" }
- Icecast will look for <webroot>/<intro>, in this case : /usr/local/share/icecast/web/intro.mp3 -
29 Oct, '19
coupaul MergedWhen someone play the radio, play a song from this playlist first.
-
06 Nov, '19
Buster Neece Admin"Add a new type of calender" (suggested by coupaul on 2019-10-29), including upvotes (1) and comments (0), was merged into this suggestion.
-
23 May, '20
GusThat feature could be in "Edit Station" as: "Stream Intro File", and to enable an option to upload this audio file.
I love you azura. -
07 Jun, '20
DaveGThis can be done in liquidsoap so why not Azura?
-
11 Nov, '20
S.S MergedWe have embeds using on our site. When someone enters site and the embed loads the first time (when user starts playing the audio for the first time), we would like to have a default audio of 3-4 seconds, saying:
"Welcome to our radio XYZ".
Also, depending on which session it is, we want to have an audio designated as if that happens within 16:00-18:00, then it should play another audio (which says "Currently you are listening to the XYZ session ") -
14 Nov, '20
Buster Neece Admin"Ability to add "Welcome Audio" when first time connection happens" (suggested by S.S on 2020-11-11), including upvotes (1) and comments (0), was merged into this suggestion.
-
14 Nov, '20
Buster Neece Admin"Add an intro option to upload an .mp3 to each station" (suggested by Gus on 2020-06-05), including upvotes (3) and comments (0), was merged into this suggestion.