PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Streaming Server



Max M.
25.12.04, 18:21
Hi,

ich wollte mal wissen, welchen Streaming-Server (Shoutcast, etc.) auf Linux installieren kann, dann aber von meinem Windows PC zu Hause darauf connecte und dann soll der Linux Server die Lieder streamen, die ich grade zu Hause abspiele.
Aus bisherigen Threads ist es mir nicht ersichtlich geworden, ob das ginge.

Vielen Dank im Voraus!

Max M.
25.12.04, 19:43
so, hat sich erledigt.

OGC
06.02.05, 14:08
Ich möchte auch einen Streaming Radiosender so haben, wie stelle ich das an?? Wenn du es geshcaf hast, kannst du mir helfen udn Progs sagen bzw. auch Tutorials beim einrichten =)

AceTheFace
06.02.05, 14:10
SuFu benutzen:

http://www.linuxforen.de/forums/showthread.php?t=118005&highlight=streaming+radio

Gruß,

Ace

OGC
06.02.05, 14:26
geht wohl nicht so


mhackl:/opt/icecast2/icecast-2.2.0# make
make: *** No targets specified and no makefile found. Stop.
mhackl:/opt/icecast2/icecast-2.2.0# make install
make: *** No rule to make target `install'. Stop.
mhackl:/opt/icecast2/icecast-2.2.0#



hab debian ;)

AceTheFace
06.02.05, 14:28
hab debian ;)

Dann würde ich mal versuchen das ganze per apt-get zu installieren :p

Gruß,

Ace

OGC
06.02.05, 14:29
apt-get icecast2
apt-get icecast


geht aber auch net^^

zippelmann
06.02.05, 14:33
das haste zur auswahl:
http://packages.debian.org/cgi-bin/search_packages.pl?keywords=icecast&searchon=names&subword=1&version=all&release=all

OGC
06.02.05, 14:34
Package icecast2
testing (sound): Ogg Vorbis and MP3 streaming media server
2.2.0-1: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
unstable (sound): Ogg Vorbis and MP3 streaming media server
2.2.0-1: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
1.9+2.0alphasnap2+20030802-1.2: hurd-i386




hab gelesen man muss oft unstable nehmen, sollte ich machen?

Svenny
06.02.05, 14:51
was willst du denn, das paket ist doch im sarge drin, woody benutzt ich schon seit gut nem jahr nichtmehr.

OGC
06.02.05, 15:35
ich will einfach icecast2 installen hab es entpackt und make und so geht net :(

Svenny
06.02.05, 15:41
dann installiers halt mit apt.. das ist doch in sarge verfügbar, brauchst doch nicht gleich in sid gehen.

OGC
06.02.05, 15:44
ich habe ein debian woody 3.0 server und möchte einfach jetzt icecast2 installen, sagt mal beispiele bin total verwirrt

OGC
06.02.05, 17:28
hallo wie compilie ich das teil nun?

Svenny
06.02.05, 19:02
änder dein debian in das sarge level, woody find ich selbst als server betrieb schon zu alt.

zippelmann
06.02.05, 19:43
na das is ja ne scharfe idee... OS updaten damit 1 tool läuft.

Möglichkeit 1:
Es gibt n Backport für woody: http://www1.apt-get.org/search.php?query=icecast2&submit=&arch%5B%5D=i386

Möglichkeit 2:
Saug Dir die Sourcen und guck in die readme oder install. Da steht alles was Du zu tun hast.

Svenny
06.02.05, 21:37
früher oder später musst eh upgraden

f_m
06.02.05, 21:44
geht wohl nicht so


mhackl:/opt/icecast2/icecast-2.2.0# make
make: *** No targets specified and no makefile found. Stop.
mhackl:/opt/icecast2/icecast-2.2.0# make install
make: *** No rule to make target `install'. Stop.
mhackl:/opt/icecast2/icecast-2.2.0#



hab debian ;)

hier fehlen die Makefiles wie man lesen kann;
hast du vorher ein
./configure gemacht und wenn ja wäre es gut die Ausgaben von diesem zu posten denn da kann was nicht funktioniert haben.

kompilieren tu ich mit configure - make - make install,
dabei muß jeweils das vorangegange erfolgreich geklappt haben sonst brauch ich gar nicht weiterzumachen ;)

sollte irgendwas an deiner Woody zu alt sein sagt dir das die Ausgabe des configure-Skripts, dann kann man gezielt diese Sachen upgraden ...

@Svenny: is das deine Problemlösung für Alles ? :ugly:

Svenny
07.02.05, 09:42
Nö aber ich wüsste nicht wozu man noch woody einsetzen sollte.

nana
07.02.05, 12:46
du musst erst ein ./configure machen damit du die makefiles bekommst...
und warum nimmst du keinen shoutcast server habe persöhnlich bessere erfahrung damit gemacht. icecast lief mir zu unstable....

OGC
07.02.05, 13:25
mhackl:/opt/icecast2/icecast2-2.2.0.orig# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for unistd.h... (cached) yes
checking for localtime_r... yes
checking for poll... yes
checking for library containing nanosleep... none required
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking for va_copy... __va_copy
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for library containing sethostent... none required
checking for library containing getnameinfo... none required
checking for endhostent... yes
checking for getaddrinfo... yes
checking for inet_aton... yes
checking for writev... yes
checking for struct sockaddr_storage.ss_family... yes
checking for inet_pton... yes
checking for xslt-config... no
configure: error: XSLT configuration could not be found
mhackl:/opt/icecast2/icecast2-2.2.0.orig#

Svenny
07.02.05, 13:27
da fehlt dir wohl XSLT..

AceTheFace
07.02.05, 13:35
Warum machst du es dir denn so schwer? Trag doch die Backport-Adresse in deine sources.list ein, dann kriegste das Teil per apt-get.

Gruß,

Ace

f_m
07.02.05, 14:27
XSLT (http://freshmeat.net/projects/libxslt/) installieren oder
das vorgefertigte Paket nehmen wie AceTheFace geschrieben hat.

Halt einfach die Ausgaben lesen und wenn da was fehlt sollte wohl klar sein was zu tun ist ;)

OGC
08.02.05, 15:53
XSLT (http://freshmeat.net/projects/libxslt/) installieren oder
das vorgefertigte Paket nehmen wie AceTheFace geschrieben hat.

Halt einfach die Ausgaben lesen und wenn da was fehlt sollte wohl klar sein was zu tun ist ;)


kann man das per apt-get auch hollen?

Svenny
08.02.05, 17:38
kann man das per apt-get auch hollen?

joa, indem du per apt-cache nach nem paket namens xslt suchst und dieses dann installierst.

penguin007
08.02.05, 22:53
icecast2, ice2, vorbis-tools... †

xmms 等で Ogg Vorbis の再生に問題が出る事がある。
xmms を含む apt-line もあるがこちらは X まわりにまで影響が出る。

* woody

deb http://www.devnull.be/debian woody main
deb-src http://www.devnull.be/debian woody main

von
http://debian.fam.cx/index.php?stable#content_1_57