Hi, I am trying to stream two different sources with two soundcards using liveice and icecast, all from single Linux box. Can anyone tell me if this is possible? I tried creating two sets in the liveice config file where I specified different devices. No erros but the latter source was streamed on both mount points. Running two instances of liveice talking to one instance of icecast failed. Icecast couldn't handle it. Thanks, Kristjan --- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Sep 2001, William Goldsmith wrote:> The easiest way to accomplish this is to create a 2nd directory containing > liveice & its config file. You can't run 2 instances in the same > directory - their temp files will overwrite each other. > > Contrary to what others have written, liveice works just fine once it's set > up. That's not always easy, though... :-)I think this is more of a case of your computer being too slow to encode two different sets of live data. Liveice does work just fine once it's setup, except for the display bug. As for Darkice being better, I tried it and wasn't incredibly impressed. I prefer the MuSE software for my live streaming. (Of course, there should be some code lying around for a live icecast streamer that uses libmp3lame and libshout. That would be good.) - -- - ------------------------------------------------ Joe Bowser - bowserj@unbc.ca - ----------------------------------------------- http://bowserj.n3.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7sfBFKYefN4RFrdoRAixDAJ9CEesqAlFT9H5yI47/d0mM2sMksACgu0jW vHc6GA6kjCk4dN+1VsRuO0E=ipr9 -----END PGP SIGNATURE----- --- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hmm... I haven't had that problem with the KPFA servers. I just run two different configuration files. From my rc.local file... echo Starting local icecast servers /usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfa.conf -b > /dev/null 2>&1 /usr/local/icecast/bin/icecast -c /usr/local/icecast/conf/icecast.kpfb.conf -b > /dev/null 2>&1 Tim On Mon, Sep 24, 2001 at 08:03:11AM -0700, William Goldsmith wrote:> The easiest way to accomplish this is to create a 2nd directory containing > liveice & its config file. You can't run 2 instances in the same > directory - their temp files will overwrite each other. > > Contrary to what others have written, liveice works just fine once it's set > up. That's not always easy, though... :-) > > -bg > > ----- Original Message ----- > From: "Kristján Guðni Bjarnason" <kgb@gangverk.is> > To: <icecast@xiph.org> > Sent: Monday, September 24, 2001 5:17 AM > Subject: [icecast] multiple liveice sources > > > > Hi, > > > > I am trying to stream two different sources with two soundcards using > > liveice and icecast, all from single Linux box. Can anyone tell me if > this > > is possible? > > > > I tried creating two sets in the liveice config file where I specified > > different devices. No erros but the latter source was streamed on both > > mount points. Running two instances of liveice talking to one instance of > > icecast failed. Icecast couldn't handle it. > > > > Thanks, > > Kristjan > > > > > > --- >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 is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > --- >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 is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247 "It's a damn poor mind that can only think of one way to spell a word." - Andrew Jackson "What is wanted is not the will to believe, but the will to find out, which is the exact opposite." - Bertrand Russell, "Skeptical_Essays" --- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Rocael Hernandez
2004-Aug-06 14:22 UTC
[icecast] Redhat 7.1 doesn't recognize my third sound card?
Hi all! I just installed redhat 7.1 in a box that has three sound cards, one is integrated in the board and the others two are a sound blaster 128 PCI. The system has recognized two cards, one is the integrated in the board (/dev/audio or /dev/dsp) and the other is one of the sound blaster (/dev/audio1 or /dev/dsp1), both works well, but the other sound blaster is not seen by redhat. I tried sndconfig but it just recoginze the board sound card. How I can add the other sound blaster card, I don't have any idea how to do that. Here is my /etc/modules.conf alias eth0 e100 alias parport_lowlevel parport_pc alias sound-slot-0 i810_audio post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias sound-slot-1 es1371 post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias usb-controller usb-uhci I really need to use at the same time the three sound cards, please help me! Thanks, Rocael. __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com --- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.
try ices, it works much better than liveice. for live radio streams, darkice is avaible. I don't think ices can do live radio streams. anyway ... ditch liveice. t. * Kristján Guðni Bjarnason <kgb@gangverk.is> [010924 14:17]:> Hi, > > I am trying to stream two different sources with two soundcards using > liveice and icecast, all from single Linux box. Can anyone tell me if this > is possible? > > I tried creating two sets in the liveice config file where I specified > different devices. No erros but the latter source was streamed on both > mount points. Running two instances of liveice talking to one instance of > icecast failed. Icecast couldn't handle it. > > Thanks, > Kristjan > > > --- >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 is needed. > Unsubscribe messages sent to the list will be ignored/filtered.--- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.
The easiest way to accomplish this is to create a 2nd directory containing liveice & its config file. You can't run 2 instances in the same directory - their temp files will overwrite each other. Contrary to what others have written, liveice works just fine once it's set up. That's not always easy, though... :-) -bg ----- Original Message ----- From: "Kristján Guðni Bjarnason" <kgb@gangverk.is> To: <icecast@xiph.org> Sent: Monday, September 24, 2001 5:17 AM Subject: [icecast] multiple liveice sources> Hi, > > I am trying to stream two different sources with two soundcards using > liveice and icecast, all from single Linux box. Can anyone tell me ifthis> is possible? > > I tried creating two sets in the liveice config file where I specified > different devices. No erros but the latter source was streamed on both > mount points. Running two instances of liveice talking to one instance of > icecast failed. Icecast couldn't handle it. > > Thanks, > Kristjan > > > --- >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 is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >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 is needed. Unsubscribe messages sent to the list will be ignored/filtered.