Since I use ices i don't use the mountpoints in icecast.xml. And the option with intro song is only available under mountpoint and not with ices, correct? Regards... Daniel Den tors 22 okt. 2020 kl 15:26 skrev Geoff Shang <geoff at quitelikely.com>:> On Thu, 22 Oct 2020, Bananradion wrote: > > > Ok! But i'm only streaming from a folder on my server using ices2. > > Is this still possible? > > I don't really understand the question. > > Stream intro and other mount-specific settings are features of Icecast, > not Ices. > > It's true that, from the server's point of view, a mountpoint is created > when the source client connects to it. But if you want settings which are > specific to a mountpoint, you will need to create a <mount> section in > your icecast.xml config file and add the settings specific to that > mountpoint there. > > Geoff. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-- *Bananradion* - svängig musik non-stop Besök gärna våra andra webbplatser! Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för människor som gillar att bjuda på sig själva Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201022/95529f71/attachment.html>
On Thu, 22 Oct 2020, Bananradion wrote:> Since I use ices i don't use the mountpoints in icecast.xml. > And the option with intro song is only available under mountpoint and not > with ices, correct?It makes no difference what your source client is. You don't need to create a mountpoint definition in the Icecast config file in order to connect to a mountpoint, if you use the global source password. But if you want mountpoint-specific settings, you will need to create a mountpoint-specific section in your Icecast config file for your mountpoint. So, for example, if you connect to /stream.ogg, you could add the following to your icecast.xml file: <mount> <mount-name>/stream.ogg</mount-name> <intro>intro.ogg</intro> </mount> HTH, Geoff.
I did this, but nothing happens. <mount> <mount-name>/lyssna.ogg</mount-name> <intro>/etc/ices2/music/intro.ogg</intro> </mount> Den tors 22 okt. 2020 kl 17:24 skrev Geoff Shang <geoff at quitelikely.com>:> On Thu, 22 Oct 2020, Bananradion wrote: > > > Since I use ices i don't use the mountpoints in icecast.xml. > > And the option with intro song is only available under mountpoint and not > > with ices, correct? > > It makes no difference what your source client is. > > You don't need to create a mountpoint definition in the Icecast config > file in order to connect to a mountpoint, if you use the global source > password. > > But if you want mountpoint-specific settings, you will need to create a > mountpoint-specific section in your Icecast config file for your > mountpoint. > > So, for example, if you connect to /stream.ogg, you could add the > following to your icecast.xml file: > > <mount> > <mount-name>/stream.ogg</mount-name> > <intro>intro.ogg</intro> > </mount> > > > HTH, > Geoff. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-- *Bananradion* - svängig musik non-stop Besök gärna våra andra webbplatser! Bananklubben.se <https://bananklubben.se> - Sveriges bästa klubb för människor som gillar att bjuda på sig själva Peelthepower.se <https://peelthepower.se> - Ett välgörenhetsevent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201022/1f1eec94/attachment.html>