- Mitglied seit
- 2 Dez 2007
- Beiträge
- 8,014
- Punkte für Reaktionen
- 28
- Punkte
- 48
Im Anhang ein Patch für den icecast server (Version 1.3.12) auf der FritzBox.
EDIT:
Im Anhang Patches für libshout2 und icegenerator. Das Kompilieren für die Box funktioniert. Die Funktionalität auf der Box, habe ich noch nicht getestet!
EDIT 2:
Im Anhang ein Patch für shout. shout versorgt den icecast server mit einem mp3-stream.
EDIT 3:
Im Anhang ein Patch für udpshout. Kann die icecast- und shoutcast-server mit udp-Streams füttern.
Code:
/var/mod/root # ldd /usr/bin/icecast
libwrap.so.0 => /usr/lib/freetz/libwrap.so.0 (0x2aabe000)
libcrypt.so.0 => /lib/libcrypt.so.0 (0x2aad5000)
libdl.so.0 => /lib/libdl.so.0 (0x2aafa000)
libm.so.0 => /lib/libm.so.0 (0x2ab0d000)
libpthread.so.0 => /lib/libpthread.so.0 (0x2ab37000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab5b000)
libc.so.0 => /lib/libc.so.0 (0x2ab79000)
libnsl.so.0 => /lib/libnsl.so.0 (0x2ac2e000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
Code:
/var/mod/root # icecast -h
[24/Apr/2010:00:31:35] No configfile found, using defaults.
i c e c a s t - Version 1.3.12
` ` ` ` ` `
Usage:
icecast [-P <port>] [-p password] [-l <file>] [-d <directory>] [-c <configfile>] [-b]
Options explained (compiled default in parenthesis):
-c: Configuration file to use (icecast.conf)
-P: port on which the server will listen for client connections (8000)
-p: password to validate encoders (letmein)
-l: file for logging (icecast.log)
-b: Force icecast server into the background
-d: Use this directory as the location of the config files
EDIT:
Im Anhang Patches für libshout2 und icegenerator. Das Kompilieren für die Box funktioniert. Die Funktionalität auf der Box, habe ich noch nicht getestet!
EDIT 2:
Im Anhang ein Patch für shout. shout versorgt den icecast server mit einem mp3-stream.
EDIT 3:
Im Anhang ein Patch für udpshout. Kann die icecast- und shoutcast-server mit udp-Streams füttern.
Anhänge
Zuletzt bearbeitet: