similar to: Encoding on a "dumb" pc

Displaying 20 results from an estimated 1400 matches similar to: "Encoding on a "dumb" pc"

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 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
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
2010 Nov 02
5
Camera MJPEG to Icecast
Dear Thomas I Really Appreciate your enlightment Thomas B. Ruecker wrote: > let's stop RIGHT HERE! > Isn't it obvious? > Something is wrong with your pipeline here. There is NOTHING coming through. > Which brings us back to the previous point. > First make sure ffmpeg2theora has all the right options set, then verify > that it produces an valid ogg file/stream and only
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 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 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
2010 Aug 16
2
tools for broadcasting
Hi all, I'm sending this to both lists because I want to know what both sides of the conversation think about this. For those of you on the icecast list, can I have a recommendation on the right tool to broadcast with? If you like, I'll send you my prerecorded shows, just tell me what the best way to send those is. For the audacity list now, would it be possible to develop a broadcasting
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
2005 Jan 22
4
rsync failing with return code 13
Hi there, I'm running rsync on an nslu2 (using nslu2-linux) and it keeps failing with return code 13. The man page doesn't give a good description of what this means ("Errors with program diagnostics") so could someone give me a clue. as to what diagnostics rsync is running and reasons why they might be failing? The only magic to note is the machine only has 32MB of ram so low
2013 Oct 18
2
relay help
I have been using Icecast to host live police scanner audio, along with Darkice. Besides hosting my own streams I also provide my stream to Radio Reference/Broadcastify to make my stream available to smartphone users. Anyway I have found that if the Broadcastify server goes down it also causes by locally hosted feed to be unavailable. Now this is probably more of a Darkice issue because it is
2013 Jul 24
5
Alert Email
anyone knows if is possible to create an email alert to notify me when a mount point is connecting and disconnecting? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130724/b45e9502/attachment.htm
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 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
2013 Aug 01
2
Alert Email
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? - Yes, I am working under the new path names in my xml file. The Web, Admin, and Log directories all work as planned. The shell files are in the same
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