Displaying 11 results from an estimated 11 matches for "kgnu".
Did you mean:
  gnu
  
2004 Aug 06
0
liveice problem
...source.  The command 
line is like this:
mixer =rec mic
(I assume you've rebuilt the FreeBSD kernel so that you do have sound card 
support, and that you built the required device nodes as specified at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound.html ).
- Matt
(Check out KGNU Live at http://www.kgnu.org/ ).
--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject...
2005 Mar 06
1
any smart archiving examples
Is anyone out there particularly proud of their system for automated
archiving of live webcasts via Icecast? Zip me your URL and what tools
you used:
clift@publicus.net
Steve
Steven Clift - http://publicus.net - Reply to: clift@publicus.net
Join DoWire: http://dowire.org
E-Democracy: http://e-democracy.org
2005 Jul 28
2
understanding error.log
...;/master-server>-->
   
<!--<master-server-port>8001</master-server-port>-->
   
<!--<master-update-interval>120</master-update-interval>-->
    <!--<master-password>hackme</master-password>-->
    <relay>
       <server>buster.kgnu.net</server>
       <port>8000</port>
        <mount>/KGNU_live_low.mp3.m3u</mount>
        <local-mount>/test.mp3</local-mount>
       
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
    </relay>
    <!-- Only define a <moun...
2004 Aug 06
4
Icecast / liveice quandry
I've been running classic icecast + liveice for some time now (several years)
without problems. A couple days ago, the station manager (NPR affiliate) came
to me and asked if we could 'inject' a static file into the stream. Basically
what he wants is for the client to first receive a static file (requesting
donations of course) and then on to the live stream (*not* intermittently).
2004 Aug 06
5
liveice problem
Hello everybody...
I figure this is not exactly an icecast question, but maybe
someone might be able to help. 
Icecast runs nicely as far as I can see, and so does liveice,
apart from the fact I don't get any input signal fed into it. I
think it's due to the fact it expects the signal on line in by
default and the souncard only has a mic in. So I tried to use
the built in mixer mode,
2004 Aug 06
4
FreeBSD in general
Hello everyone,
I am very tempted to try and use icecast as the weapon of choice
to realize a live audio stream for the radio station I work for. 
Now, the last time I tried the FreeBSD port of Icecast, it
immediately consumed something like 95% CPU time, even without
any client connected. I think someone else reported that
problem, but I somehow lost track of the issue - has this been
2005 Jul 28
0
understanding error.log
...DBUG source/source_init Source
> creation complete
relay is ready
> [2005-07-28  10:34:48] INFO format-mp3/mp3_get_no_meta
> End of stream /test.mp3
No more data on socket, so shutdown the relay.
> Here is my config file:
...
>     <relay>
>        <server>buster.kgnu.net</server>
>        <port>8000</port>
>         <mount>/KGNU_live_low.mp3.m3u</mount>
>         <local-mount>/test.mp3</local-mount>
you've asked icecast to relay the m3u file itself, which may only have 1
line of text (ie not mp3 data) and...
2004 Aug 06
0
FreeBSD in general
...et.tcp.recvspace=32768
These made an obvious difference for our tests, YMMV.
It's been rock solid and we're very happy with it, and the combo of FreeBSD + 
icecast + liveice + lame + donated old hardware = good value for a 
non-profit, community radio station.  Plus, with the call letters KGNU, open 
source just makes sense.  :-)
There are several other radio stations doing this, and I've contacted many of 
them to try to find their "best practices."  You're in good company.
--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://...
2004 Aug 06
2
Icecast / liveice quandry
...llback directive
to eventually kick it to a live stream.
<p>On Thu, 2003-11-13 at 11:48, Matt Boersma wrote:
> If you use an .m3u file, this is trivial.  Just insert the URL for the
> static file on a line before the one pointing to your live stream.
> 
> We did the same thing at KGNU when we wanted to let everyone know
> about the webcaster royalty protest day, and it worked perfectly.
<p><p>
-- 
Keith Geffert <keith@penguingurus.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-s...
2005 Jul 28
2
understanding error.log
...eady
> 
> > [2005-07-28  10:34:48] INFO
> format-mp3/mp3_get_no_meta
> > End of stream /test.mp3
> 
> No more data on socket, so shutdown the relay.
> 
> 
> > Here is my config file:
> 
> ...
> >     <relay>
> >        <server>buster.kgnu.net</server>
> >        <port>8000</port>
> >         <mount>/KGNU_live_low.mp3.m3u</mount>
> >         <local-mount>/test.mp3</local-mount>
> 
> you've asked icecast to relay the m3u file itself,
> which may only have 1
>...
2004 Aug 06
3
Propping up liveice
I'm a volunteer who runs the mp3 streaming for KGNU-FM in Boulder, 
Colorado.  We stream live at 64K with Linux, icecast 1.3.12+ minor 
patches, liveice, and lame 3.92.  It easily supports 32 internet 
listeners 24x7 from a donated 400MHz Pentium II.
Liveice is the only problem--it does its job of connecting the soundcard 
rec in to the lame encode...