| View previous topic :: View next topic |
| Author |
Message |
blubb
Joined: 05 Dec 2008 Posts: 2
|
Posted: Fri Dec 05, 2008 12:31 am Post subject: icecast question. |
|
|
hi.
i read doc's and tut's but my english is bad. so i can't find my problem.
my question. i installed the icecast server and now when i connect
with a client i must connect to <ip>:8000/stream. how i can connect
with a client to <ip>:8000 an can listen the music?
and the next problem. i can't stream mp3's i read and i found mp3
support only in v0.4. so i compilled it, but i have some errors.
pls help.
| Code: |
make[3]: Entering directory `/tmp/ices/src/ices-0.4/src'
/bin/sh ../libtool --mode=link gcc -march=i686 -mtune=generic -O2 -pipe -Wall -I/usr/include -pthread -L/usr/lib/python2.6/config -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o crossfade.o ices_config.o reencode.o in_vorbis.oin_mp4.o in_flac.o playlist/libplaylist.a -lshout -lvorbis -lm -ltheora -lspeex -logg -lxml2 -lz -lm -lpython2.6 -lpthread -ldl -lutil -lm -lpthread -ldl -lutil -Wl,-E -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lmp3lame -lvorbisfile -lvorbis -logg -lmp4v2 -lfaad -lFLAC -lm
gcc -march=i686 -mtune=generic -O2 -pipe -Wall -I/usr/include -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o crossfade.o ices_config.o reencode.o in_vorbis.o in_mp4.o in_flac.o -Wl,-E -pthread -L/usr/lib/python2.6/config playlist/libplaylist.a -lshout -ltheora -lspeex -lxml2 -lz -lpython2.6 -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lcrypt -lutil -lpthread -lc -lmp3lame /usr/lib/libvorbisfile.so /usr/lib/libvorbis.so -logg -lmp4v2 -lfaad -lFLAC -lm
/usr/lib/python2.6/config/libpython2.6.a(posixmodule.o): In function `posix_tmpnam':
(.text+0x8f4): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.6/config/libpython2.6.a(posixmodule.o): In function `posix_tempnam':
(.text+0xa04): warning: the use of `tempnam' is dangerous, better use `mkstemp'
in_flac.o: In function `ices_flac_open':
in_flac.c:(.text+0x77): undefined reference to `FLAC__stream_decoder_set_read_callback'
in_flac.c:(.text+0x87): undefined reference to `FLAC__stream_decoder_set_write_callback'
in_flac.c:(.text+0x97): undefined reference to `FLAC__stream_decoder_set_metadata_callback'
in_flac.c:(.text+0xa7): undefined reference to `FLAC__stream_decoder_set_error_callback'
in_flac.c:(.text+0xd9): undefined reference to `FLAC__stream_decoder_set_client_data'
in_flac.c:(.text+0xf6): undefined reference to `FLAC__stream_decoder_init'
collect2: ld returned 1 exit status
make[3]: *** [ices] Error 1
make[3]: Leaving directory `/tmp/ices/src/ices-0.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/ices/src/ices-0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/ices/src/ices-0.4'
make: *** [all] Error 2 |
________
RT1
Last edited by blubb on Tue Feb 01, 2011 2:37 pm; edited 1 time in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Dec 05, 2008 2:10 am Post subject: |
|
|
the first question is an icecast question, and the answer is that you need the mountpoint to be / not ./stream. The thing to watch for is we ship the xml file with an alias of / to /status.xsl so you'll need to remove that for listener to get the stream on mountpoint /
The second question is on a source client ices0, mp3 requires licencing so we can't give support for that however the errors are related to the flac library. It looks like it cannot find the flac library. Maybe you are missing the required packages for that
karl. |
|
| Back to top |
|
 |
blubb
Joined: 05 Dec 2008 Posts: 2
|
Posted: Sat Dec 06, 2008 3:25 pm Post subject: |
|
|
thx mate the first problem is solved. a simple mistake.
________
Toyota Revo specifications |
|
| Back to top |
|
 |
|