Displaying 20 results from an estimated 2000 matches similar to: "Pathing syntax for icecast.xml in Windows"
2015 Jun 01
2
Pathing syntax for icecast.xml in Windows
Hi Philipp,
Thank you.
I find in the Icecast docs the following:
"_A fallback mount can also state a file that is located in webroot._
This is useful for playing a pre-recorded file in the case of a stream
going down. It will repeat until either the listener disconnects or a
stream comes back available and takes the listeners back. As per usual,
the file format should match the stream
2015 Jun 01
2
Pathing syntax for icecast.xml in Windows
Hi Marvin, thank you.
Okay, then to be clear, "webroot" for the purposes of running Icecast
under Windows would be the same folder where icecast.xml is normally
found, i.e., C:\Program Files\icecast
And, if I read you correctly, suppose my normal mount coming from my
source client is called /example (it is an mp3 stream so I don't
specify the extension). If I place a file
2015 Jun 01
3
Pathing syntax for icecast.xml in Windows
Marvin,
Ah, thank you for clarifying where "webroot" is.
The application here will be a non-public stream with one listener
client. Icecast is hosted on a computer at our radio station. It will
receive a stream from a stream client at a remote live music event.
There will be one listener: a media player running on another computer
on the network at the station which will send the
2015 Jun 01
0
Pathing syntax for icecast.xml in Windows
On 1 Jun 2015, at 16:04, Jack Elliott 541 848 7021 wrote:
> Hi Philipp,
>
> Thank you.
>
> I find in the Icecast docs the following:
>
> "_A fallback mount can also state a file that is located in webroot._
This is true, and it exactly states what's wrong with your syntax. It
expects to be a mount name, as mounts will fallback to files in webroot
with the same
2015 Jun 01
0
Pathing syntax for icecast.xml in Windows
On 1 Jun 2015, at 16:31, Jack Elliott 541 848 7021 wrote:
> Hi Marvin, thank you.
>
> Okay, then to be clear, "webroot" for the purposes of running Icecast
> under Windows would be the same folder where icecast.xml is normally
> found, i.e., C:\Program Files\icecast
The webroot is where the web files are, so it should be `web` on Windows
and
contain files like
2015 May 31
0
Pathing syntax for icecast.xml in Windows
reflum,
On Sat, 2015-05-30 at 09:30 -0700, that Jack Elliott wrote:
> Hi,
>
> Icecast.xml shows a sample path to a mountpoint fallback file as
>
> <fallback-mount>/example2.ogg</fallback-mount>
>
> Under Windows, will this next work?
>
> <fallback-mount>"C:\Users\username\Desktop\foldername\subfoldername
>
2015 Jun 01
0
Pathing syntax for icecast.xml in Windows
On 1 Jun 2015, at 17:39, Jack Elliott 541 848 7021 wrote:
> Marvin,
>
> Ah, thank you for clarifying where "webroot" is.
>
> The application here will be a non-public stream with one listener
> client. Icecast is hosted on a computer at our radio station. It will
> receive a stream from a stream client at a remote live music event.
> There will be one listener: a
2015 Jun 24
2
Change fallback mount file automatically?
Oh -- then I did not understand the documentation.
fallback-mount
This optional value specifies a mountpoint that clients are
automatically moved to if the source shuts down or is not streaming at
the time a listener connects. Only one can be listed in each mount and
should refer to another mountpoint on the same server that is streaming
in the _same streaming format_.
I was thinking that
2015 Jun 03
2
Question about Icecast2 when not streaming
I see. I'm not sure how I keep missing things in the Icecast docs.
I'll give that location a try.
Thanks
On 6/3/15, Jack Elliott 541 848 7021 <thatjackelliott at kpov.org> wrote:
> That one stumbled me, too. I'm on a Windows machine so my webroot is in
> a different location. But according to
> http://icecast.org/docs/icecast-2.4.1/config-file.html, the path to
>
2015 Jun 04
1
Question about Icecast2 when not streaming
Hmm. Even with the file in the right place, Icecast still doesn't use
it when my stream is offline. I can access the file using it's URL, so
I know Icecast has access to it. This is what I have in my
configuration file.
<mount>
<mount-name>/stream.mp3</mount-name>
<fallback-mount>/StreamWarning.mp3</fallback-mount>
2017 Apr 29
1
Server not moving clients to fallback
Hi, thanks in advance for any help that can be provided for this
head-scratcher.
I'm configuring a new server and can't get it to move listen clients to
the fallback file when the source client disconnects. I probably have a
misconfiguration in icecast.xml.
Here is the <mount> section:
<mount type="normal">
2015 Jun 03
2
Question about Icecast2 when not streaming
Hello again.
Thanks for the help, everyone. I'm trying to configure a fallback
mount, but I can't seem to get the file to play. Here's what I have in
my configuration file for the mount.
<mount-name>/stream.mp3</mount-name>
<fallback-mount>/StreamWarning.mp3</fallback-mount>
<fallback-override>1</fallback-override>
2015 Jun 24
3
Change fallback mount file automatically?
Icecast allows using a fallback mount file which the listener will hear
if the main mount stops. It is specified in icecast.xml as this example:
<fallback-mount>/example2.ogg</fallback-mount>
It is necessary that the file have the same bitrate and same format
(single or two-channels) as the main mount.
We were at a music festival last weekend and used butt (Broadcast Using
This
2015 Jun 03
2
Question about Icecast2 when not streaming
On 3 Jun 2015, at 14:10, Jos? Luis Artuch wrote:
> El mar, 02-06-2015 a las 21:48 -0400, Kyle Blizzard escribi?:
>> Hello.
>>
>> I've been using Icecast for a few days now, and am really enjoying
>> it. One thing I can't figure out how to do is have a specific file
>> play if someone were to click on my stream url, and I wasn't actively
>>
2015 Jun 03
1
Question about Icecast2 when not streaming
On 3 Jun 2015, at 14:36, Jos? Luis Artuch wrote:
> El mi?, 03-06-2015 a las 14:18 +0200, Marvin Scholz escribi?:
>> On 3 Jun 2015, at 14:10, Jos? Luis Artuch wrote:
>>
>>> El mar, 02-06-2015 a las 21:48 -0400, Kyle Blizzard escribi?:
>>>> Hello.
>>>>
>>>> I've been using Icecast for a few days now, and am really enjoying
2015 Oct 12
3
Edit icecast.xml while server running
Hey, im using Icecast to build a distributed service and I want to know, if
I can edit the icecast.xml while the server its running and the changes are
accepted, without having to restart the service.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20151012/edf07baf/attachment.htm
2015 Jun 03
2
Question about Icecast2 when not streaming
Hello.
? I've been using Icecast for a few days now, and am really enjoying
it. One thing I can't figure out how to do is have a specific file
play if someone were to click on my stream url, and I wasn't actively
streaming at the time. I want it to play if I'm not streaming, but
play the stream if I am. I'm not sure if this is possible; I've
searched the Icecast
site and
2020 Oct 22
2
Use mountsettings with ices2 or ezstream?
So if someone is using as master server and a relay server are these mount specific settings supposed to be on the master server, relay server or both ?
Thanks
-----Original Message-----
From: Icecast <icecast-bounces at xiph.org> On Behalf Of Geoff Shang
Sent: Thursday, October 22, 2020 12:14 PM
To: Icecast streaming server user discussions <icecast at xiph.org>
Subject: Re:
2015 Nov 02
4
Procedure to Install Icecast 2.4.2 in Linux
Good afternoon,
On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote:
> Sorry to reply to myself. The message says "could not parse xslt".
Ok. Please have a look at the config file (icecast*.xml). In the <paths>
section there should be a <webroot> as well as a <adminroot> setting. Do
those point to existing directories with some *.xsl in them?
Another litte
2016 Nov 09
2
Current Song: utf-8
My app is sending utf-8 encoded metadata via the /admin URL interface but
the Icecast web page displays it as ascii.
Playing the stream in Winamp correctly displays Chinese characters.
Is this not supported?