Displaying 20 results from an estimated 400 matches similar to: "Help: Icecast running multiple times on Cent-OS"
2013 Jul 24
0
Alert Email
This is how I do it in <on-connect>, just reverse it for
<on-disconnect>, it works pretty well:
---
#!/bin/bash
#
THEDATE=$(date +%F-%H_%M)
SUBJECT="Stream $1 started"
EMAIL="myemail at mydomain.com"
rm /tmp/emailmessage.txt
EMAILMESSAGE="/tmp/emailmessage.txt"
echo "Stream $1 connected to us on $THEDATE." > $EMAILMESSAGE
# send an email
2010 Nov 02
0
Forcing an ID on all mountpoints
Yes, it does sound a bit funky - but there is a reason to my madness :)
I run 10 streams right now on my Icecast host. I have agreements setup to
allow another host to relay 4 of them. I have found over the years that
other people embed my feeds, or relay them for their own benefit. I
figured that forcing my ID on the stream every now and then will "enforce"
where the source of the
2010 Oct 06
0
Starting Icecast as a service on CentOS
Could you use a site like pastebin.com to show us what your init
script looks like that you've tried?
Although the typical init script is certainly more preferable, you
could always just append that command you know to be working to
/etc/rc.local although you may want to direct stdout and stderr
somewhere.
On 10/5/10, W2LIE <w2lie at w2lie.net> wrote:
> Hi All,
> I've
2013 Aug 01
0
Alert Email
Hello Phil,
Just to confirm, are you sure the scripts' path in config file is relative
to the chroot directory?
When you chroot an executable, you are changing the root directory to the
configured path, so you have to account for that in the config file.
El 01/08/2013 23:05, "Phil - w2lie" <w2lie at w2lie.net> escribi?:
> After all the discussion last week, I finally
2010 Nov 02
0
Forcing an ID on all mountpoints
That is my intention. If 30 min is too many, I would settle for
60min.
On Tue, 2 Nov 2010 15:50:57 -0400, Brandon Casci
wrote:
> Just
curious. Does that mean anyone listening will hear an interruption
> every
30 minutes?
>
> Sent from my iPhone
>
> On Nov 2, 2010, at 3:35 PM, W2LIE
wrote:
>
>> I'm looking for a way to tag my live feeds via an audio
announcement
2010 Sep 05
3
Encoding on a "dumb" pc
I'm in the process of trying to build a project, and I'm hoping that
someone on the list can help me out.
I have an Icecast server already running, and some feeds coming in from
Simplecast, Edcast, and DarkIce. These encoders are obviously on
computers owned by users who can setup feeds are send them to my Icecast
server remotely.
What I am looking for, is a small PC that is capable
2006 May 21
2
Reaper and symbolic links
Hello,
I''m trying to restart my application fastcgi processes using reaper.
But I get the following error:
$sudo -u www ./script/process/reaper
Couldn''t find any process matching:
/var/www/example/200605200000/public/dispatch.fcgi
The problem is that it should not look for 20060520000 but for current
which is a symbolic link pointing to 200605200000.
I did the
2013 Jul 24
2
Alert Email
It looks like those are bash scripts so try something like
be sure your mail binary path is correct it may be somewhere else other
then /bin
echo "/bin/mail -s connecting someone at somewhere.com" >
/home/icecast/bin/source-start
chmod 775 /home/icecast/bin/source-start
you may have a chown permissions issue too if the user that runs icecast
can't see the
2013 Aug 01
1
Alert Email
Sorry, I have re-read your first mail and you said it's mode is 755.
Don't know, it should work. Can you post the strace here or is it too
verbose?
El 02/08/2013 01:28, "Xabier Oneca -- xOneca" <xoneca+icecast at gmail.com>
escribi?:
> Has the script the executable bit set?
> El 02/08/2013 01:23, "Phil - w2lie" <w2lie at w2lie.net> escribi?:
>
2010 Nov 02
0
Forcing an ID on all mountpoints
That is my intention. If 30 min is too many, I would settle for 60min.
On Nov 2, 2010, at 3:50 PM, Brandon Casci <brandon.casci at gmail.com> wrote:
> Just curious. Does that mean anyone listening will hear an interruption every 30 minutes?
>
> Sent from my iPhone
>
> On Nov 2, 2010, at 3:35 PM, W2LIE <w2lie at w2lie.net> wrote:
>
>> I'm looking for a
2013 Apr 11
0
No subject
<mount>
<on-connect>/home/icecast/bin/source-start</on-connect>
<on-disconnect>/home/icecast/bin/source-end</on-disconnect>
</mount>
---
Phil / w2lie
http://www.w2lie.net
On 2013-07-24 12:33,
Miguel s wrote:
> anyone knows if is possible to create an email alert
to notify me when a mount point is connecting and disconnecting?
>
>
2010 Oct 06
4
Starting Icecast as a service on CentOS
Hi All,
I've recently upgraded my hosting to a VPS running CentOS.
I'm trying to configure the VPS to launch Icecast as a service so that
Icecast starts if the virtual server reboots, or Icecast stops running.
I've found several scripts out there to place in my init.d folder, but
nothing seems to work for me as of yet.
Here is my Icecast2 setup:
Location=/usr/local/bin
2013 Aug 01
0
Alert Email
Has the script the executable bit set?
El 02/08/2013 01:23, "Phil - w2lie" <w2lie at w2lie.net> escribi?:
> Hi All, thanks for the replies so far..
> I will try to address as many of them as I can in a group reply:
>
> Xabier Oneca -- xOneca wrote:
> Just to confirm, are you sure the scripts' path in config file is relative
> to the chroot directory?
>
2013 Nov 28
0
Icecast service remains locked in CentOs
Did you install Icecast from SVN or icecast.org download, or did you
install it as a package from CentOS's package repository? The reason I
ask is because the problem may also lie in how the service is configured
specifically for CentOS/RHEL.
On 11/27/2013 06:59 PM, Phil - w2lie wrote:
> I have been having a problem with my icecast server running on CentOs.
> Occasionally, the service
2013 Nov 27
2
Icecast service remains locked in CentOs
I have been having a problem with my icecast server running on CentOs.
Occasionally, the service will stop running, but it will fail to restart
because the subsys is locked.
If the service stops, I need to manually log into my VPS, delete the
empty file in /var/lock/subsys and restart the icecast service.
What could be causing the icecast service to not drop the locked file?
This is the only
2013 Aug 01
4
Alert Email
After all the discussion last week, I finally decided to put my own
connect / disconnect scripts in on my server, as well as make some
changes to the house keeping.
I'm now running my icecast server under chown, and as a user (instead of
nobody). Chown and the user seem to be functioning fine.
But, for some reason, Icecast cannot find my connect & disconnect
scripts, even though
2014 May 10
2
some trouble when devising skiplist
Hi,
I was confronted with some trouble, I describe the trouble in my journal
http://trac.xapian.org/wiki/GSoC2014/Posting%20list%20encoding%20improvements/Journal#May10
And corresponding code is in my git.
Would you like to give me some help?
------------------
Shangtong Zhang,Second Year Undergraduate,
School of Computer Science,
Fudan University, China.
-------------- next part
2010 Sep 05
1
Encoding on a "dumb" pc
I knew I left something out.
It would be MP3 encoded at 16kbps/16000Hz
--
Phil / w2lie
On Sep 5, 2010, at 5:15 PM, Geoff Shang <geoff at QuiteLikely.com> wrote:
> Hi,
>
> I guess the real question is what audio format and quality are you looking at here?
>
> You will need to have a CPU capable of encoding in real-time and you may not be able to do this with your budget.
2010 Nov 03
1
Forcing an ID on all mountpoints
Karl & All,
Thanks for the replies.. It looks like there might be 1,000 ways to skin
this cat. I was even looking at the LiquidSoap Harbor code as well- but
only if I can run LiquidSoap as a service under CentOS.
73
Phil
On Tue, 02 Nov 2010 21:15:47 +0000, Karl Heyes <karl at xiph.org> wrote:
> On 02/11/10 19:35, W2LIE wrote:
>> I'm looking for a way to tag my live feeds
2010 Nov 02
3
Forcing an ID on all mountpoints
I'm looking for a way to tag my live feeds via an audio announcement every
30 minutes or so using the Linux install of Icecast.
Some of the feeds I control locally, and other feeds are from remote
locations - so implimenting this must be as painless as possible for each
encoding location.
As of now, the best way I can think of to do this is by running 2
instances of Icecast. Allowing the