search for: acbradio

Displaying 20 results from an estimated 173 matches for "acbradio".

2008 Feb 27
2
Trouble compiling trunk snapshot
...ing it, but I think this is a good reason to try. I also have it built in a non-standard place so this may be a build issue. due to older versions of automake etc, I got the snapshot form xiph.org/~brendan I am getting the following error: Making all in net make[3]: Entering directory `/home/acbradio/src/icecast-trunk/src/net' source='sock.c' object='libicenet_la-sock.lo' libtool=yes \ DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -pthread -g -O2 -c -o libicenet_la-sock.lo `test -f...
2008 Feb 27
0
Trouble compiling trunk snapshot
...erver_socket': > sock.c:702: `IPV6_V6ONLY' undeclared (first use in this function) > sock.c:702: (Each undeclared identifier is reported only once > sock.c:702: for each function it appears in.) > make[3]: *** [libicenet_la-sock.lo] Error 1 > make[3]: Leaving directory `/home/acbradio/src/icecast-trunk/src/net' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/acbradio/src/icecast-trunk/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/acbradio/src/icecast-trunk' > make: *** [all] Error 2 > &gt...
2005 Mar 27
3
Digging Deep into the XML
Hey all, I?ve been working with IceCast for the last month, I?m really getting into it. I?ve started developing some of my own windows based reporting tools on it. (Will be released to the public..free of course) I had a few questions tho.. 1. There is a problem on the windows version of IceCast, where if you play a song such as Queensr?che (with the special char for the y) it tends to make
2004 Dec 31
2
Live streaming from Mac OS X
...hought you'd be able to compile Ices or Darkice under OS X. Or you could try Nicecast (I've not used it but it seems to be what you might want) - http://www.rogueamoeba.com/nicecast/ Best of luck. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html _______________________________________________ Icecast mailing list Icecast@xiph.org http:...
2005 Mar 24
3
Log analysis
...t webaliser, but can it track stuff like total listener hours? Any info on this would be helpful, including any scripts people have written to do this if such standalone solutions don't already exist. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
2005 Jan 30
2
desire box
...amp might be the kind of thing you want. http://www.oddsock.org/tools/gen_songrequester Can't make any real good suggestions for non-windows operating systems, but there might be something out there. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
2005 Mar 03
1
Using aoTuV with Oddcast
...precompiled DLLs anywhere, or is anyone with the appropriate tools prepared to cook one up for me? I have people who are probably interested in trying it. Any help anyone can provide will be most useful. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
2005 Mar 22
2
status.xsl (fwd)
Hi, Sorry, made a typo when trying to approve this. Apologies to the sender. Geoff. ---------- Forwarded message ---------- Date: Tue, 22 Mar 2005 15:20:06 +0000 From: Ben Edwards - Trinity <ben@3ca.org.uk> To: icecast list <icecast@xiph.org> Subject: status.xsl I have seen some reference to changing status.xsl to only include active mount points. I'me not an xsl hacker.
2005 Mar 27
2
URL format for Icecast2 metadata updates
...t a client which lacks Icecast2 native metadata updates and even for a C hack like myself, this should be pretty easy to add given the shoutcast code that already exists in there. I just need the format. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
2006 Feb 06
1
elegant way of re-encoding?
...when you ran it first time, it would create a sample config file for you to edit. Maybe it still does this. Oddsock's flash demo may shed more light on this, but I can't use it so don't know. Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
2006 Feb 09
2
Two sources on one PC
Hi guys, there is a solution to connect two sources (radio) on one PC with two audio-cards? I use winXP with OddcastV3 Thanks Luigi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20060209/cec10f27/attachment.html
2018 Jan 23
0
Now playing (PHP example)
...m); $title = explode($needle, $buffer)[1]; return substr($title, 1, strpos($title, ';') - 2); } $offset += $interval; } } } print(getMp3StreamTitle('http://yoursite.com:port/mount', 8192)); ?> I use this script on the ACB Radio website at http://acbradio.org. Each stream has its own page and this script is implemented for each stream to show what is currently playing. So if you go to http://acbradio.org/mainstream you will see what is currently playing on that stream and all of the other information for that stream. Larry -----Original Message-...
2004 Oct 18
2
problems with directory listing
hello together i'm setting up a icecast2 server for our online radio with hi and lo bandwith streams. now i have some problems with directory listing. i found some other mails on this list with similar problems without answers hwo are usefull for me. i don't get any errors or something else about yp directory touches in my logfiles (loglevel is set to 4, debug). so i don't know
2006 Jan 17
3
Problem with Fallbacks
Hi All, I've got a problem with fallbacks and I just cannot seem to find the answer anywhere, I've been looking for weeks. Here's the situation: Stream is working fine and listeners are happy. Then, the stream stops and the fallback takes over, great everyone is still happy. BUT....Even though the stream has come back online the fallback continues to play over and over and never
2004 Nov 07
3
Multi-Level Fallbacks
Hi: Is this an Ogg or MP3 stream? If MP3, do the same streams have the same format? Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
2006 Feb 13
2
Config ICECAST server in Wndows XP Pro
Hi, we are using Windows xp Pro in our Company. we want to implement voice stream server , we are very much interest on ICECAST server. We have download and installed ICECAST Server. But Facing problem with config Icecast server. We search in net there is no any clear documents about this server. Can you please guide to config Icecast. If you hav any clear document of Icecast server
2006 Feb 09
1
Two sources on one PC
...ndalone instance and a plugin >one, or say two separate installs of Winamp with corrisponding >Oddcasts - but that's probably at the bottom of what I'd suggest. > >Geoff. > > >-- >Geoff Shang <geoff@hitsandpieces.net> >Phone: +61-418-96-5590 >MSN: geoff@acbradio.org > >Make sure your E-mail can be read by everyone! >http://www.betips.net/etc/evilmail.html > >Please avoid sending me Word or PowerPoint attachments. >See http://www.gnu.org/philosophy/no-word-attachments.html >_______________________________________________ >Icecast mai...
2018 Jan 23
2
Now playing (PHP example)
Wow, thank you so much! I completely forgot about the status-json.xsl file... :D 2018-01-23 15:38 GMT+01:00, unosonic <un at aporee.org>: > Danijela Popović: >> Hi all, >> Basically there's my question in the subject. I need a simple example >> of now playing artist, song, and listeners. Can somebody write it down >> for me? > > no time, sorry >
2005 Feb 02
2
fallback mount from diferent mountpoint
hi people, i want do change our fallback stream. we have used a fallback mount at the same port that runs our stream. now we have a second stream on a different port. what is the way to mount this stream to fallback mount ? <mount> <mount-name>/</mount-name> <username>*****</username> <password>*****</password>
2005 Mar 09
2
Mountpoint problems...
I can't figure out exactly what to put as my Icecast webroot directory, nor what to tell my Winamp Oddcast plugin to name as the mountpoint. I'm a n00b here and barely know what these words even mean, lol, but I can get the Oddcast to log in to the Icecast and people can go to the .m3u file I put into the mountpoint, but it either just cycles songs or doesn;t play. I noticed that it only