Re: icecast, ices

2005-09-19 Thread Cristian Mijea
Hello again,
Yes, you were right I am trying to broadcast live content captured via
a sound card.  And I tried to install MuSE, via ports. The system
fetched from ftp the dependencies, built them etc, and whet it gets to
MuSE I receive an error. It's posted below, maybe someone is kind
enough to tell me what is wrong…..



  ===  Building for MuSE-0.9_2
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9'
Making all in po
gmake[2]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/po'
Making all in intl
gmake[2]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/intl'
Making all in src
gmake[2]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src'
Making all in resample
gmake[3]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src/resample'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/resample'
Making all in shout
gmake[3]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src/shout'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/shout'
Making all in libmpeg
gmake[3]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src/libmpeg'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/libmpeg'
Making all in ncursesgui
gmake[3]: Entering directory
`/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui'
Making all in libcdk
gmake[4]: Entering directory
`/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui/libcdk'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory
`/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui/libcdk'
gmake[4]: Entering directory
`/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui'
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/ncursesgui'
Making all in gtkgui2
gmake[3]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src/gtkgui2'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src/gtkgui2'
gmake[3]: Entering directory `/usr/ports/audio/muse/work/MuSE-0.9/src'
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Ishout -I/usr/X11R6/include
-Incursesgui  -I/usr/local/include -DHAVE_DECL_GETOPT -DHAVE_SYS_UIO_H
   -O -pipe  -D_REENTRANT -MT pipe.o -MD -MP -MF .deps/pipe.Tpo \
  -c -o pipe.o `test -f 'pipe.cpp' || echo './'`pipe.cpp; \
then mv -f .deps/pipe.Tpo .deps/pipe.Po; \
else rm -f .deps/pipe.Tpo; exit 1; \
fi
gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src'
gmake[2]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src'
gmake[1]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9'
*** Error code 2

Stop in /usr/ports/audio/muse. 





On 9/18/05, Mark Kane [EMAIL PROTECTED] wrote:
 Cristian Mijea wrote:
  Hello there,
 
  Trying to build a live music broadcast server on freebsd. So far I
  used (at least I gave it a try) Icecast for broadcast and ices to
  supply icecast with the actual stream. As I said I never heard a sound
  broadcasted.  Somehow ices cannot cope with icecast on my machine.
  Anyway, I was wondering if anyone did this before (or using something
  else) and if anyone can give me some ideas on this.
 
  Tks,
  Cristian
 
 Hi. Are you trying to stream files from your computer to the Icecast
 server, or do you mean live audio from a soundcard input?
 
 If you want to stream files, then Ices should work pretty good. If you
 want to stream live from the soundcard input, then I would try a program
 called MuSE. It's in ports (/usr/ports/audio/muse), and it is best run
 from the command line (the GUI gave some weird sound skipping problems
 for me). I use it for live shows and it works really well.
 
 -Mark
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

icecast, ices

2005-09-18 Thread Cristian Mijea
Hello there,

Trying to build a live music broadcast server on freebsd. So far I
used (at least I gave it a try) Icecast for broadcast and ices to
supply icecast with the actual stream. As I said I never heard a sound
broadcasted.  Somehow ices cannot cope with icecast on my machine.
Anyway, I was wondering if anyone did this before (or using something
else) and if anyone can give me some ideas on this.

Tks,
Cristian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: icecast, ices

2005-09-18 Thread Mark Kane

Cristian Mijea wrote:

Hello there,

Trying to build a live music broadcast server on freebsd. So far I
used (at least I gave it a try) Icecast for broadcast and ices to
supply icecast with the actual stream. As I said I never heard a sound
broadcasted.  Somehow ices cannot cope with icecast on my machine.
Anyway, I was wondering if anyone did this before (or using something
else) and if anyone can give me some ideas on this.

Tks,
Cristian


Hi. Are you trying to stream files from your computer to the Icecast 
server, or do you mean live audio from a soundcard input?


If you want to stream files, then Ices should work pretty good. If you 
want to stream live from the soundcard input, then I would try a program 
called MuSE. It's in ports (/usr/ports/audio/muse), and it is best run 
from the command line (the GUI gave some weird sound skipping problems 
for me). I use it for live shows and it works really well.


-Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]