search for: icecast_sourc

Displaying 11 results from an estimated 11 matches for "icecast_sourc".

Did you mean: icecast_source
2004 Aug 06
2
A few Newbie Questions
Hi all, I apologize for the following questions - some may be more general Linux questions while others hopefully relate directly to Icecast: 1) With regards to the recent buffer-overflow exploit and the recommendation of running icecast as a non-root user, how exactly does one do that? I've changed the UID and GUID of the icecast directory and files and binaries to nobody, but what user
2004 Aug 06
0
small icecast fix
...'t found (it's in ~/garnome). This small patch fixes it for me : RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v retrieving revision 1.8 diff -u -p -r1.8 Makefile.am --- src/Makefile.am 18 Aug 2002 05:06:58 -0000 1.8 +++ src/Makefile.am 28 Aug 2002 10:30:22 -0000 @@ -16,8 +16,8 @@ icecast_SOURCES = config.c main.c loggin icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\ log/libicelog.la avl/libiceavl.la timing/libicetiming.la -LIBS = @LIBS@ -lxslt -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ -CFLAGS = -g @CFLAGS@ @XML_CFLAGS@...
2004 Aug 06
0
A few Newbie Questions on libwrap
...hostbyname(localhost.localdomain) failed Could any of you inform me what I have done wrong? Included in my /etc/hosts.allow file is the following: ALL:ALL@.princeton.edu icecast: ALL@.princeton.edu,localhost icecast_admin: ALL@.princeton.edu,localhost icecast_client: ALL@.princeton.edu,localhost icecast_source: 1.2.3.4,localhost . . . where 1.2.3.4 corresponds to my actual IP and in my /etc/hosts.deny I have # Mandrake-Security : if you remove this comment, remove the next line too. ALL:ALL@ALL EXCEPT localhost icecast:ALL@ALL EXCEPT localhost, ALL@.princeton.edu icecast_client:ALL@ALL EXCEPT localh...
2004 Aug 06
4
A few Newbie Questions on libwrap
...; Could any of you inform me what I have done wrong? > > Included in my /etc/hosts.allow file is the following: > > ALL:ALL@.princeton.edu > icecast: ALL@.princeton.edu,localhost > icecast_admin: ALL@.princeton.edu,localhost > icecast_client: ALL@.princeton.edu,localhost > icecast_source: 1.2.3.4,localhost > > . > . > . > > > where 1.2.3.4 corresponds to my actual IP > > and in my /etc/hosts.deny I have > > # Mandrake-Security : if you remove this comment, remove the next line > too. > ALL:ALL@ALL EXCEPT localhost > icecast:ALL@ALL EX...
2005 Nov 11
0
[PATCH] icecast video preview 2
...ve.h xslt.h yp.h event.h md5.h \ auth.h auth_htpasswd.h auth_url.h \ format.h format_ogg.h format_mp3.h \ - format_vorbis.h format_theora.h format_flac.h format_speex.h format_midi.h + format_vorbis.h format_theora.h format_flac.h format_speex.h format_midi.h \ + video_preview.h icecast_SOURCES = cfgfile.c main.c logging.c sighandler.c connection.c global.c \ util.c slave.c source.c stats.c refbuf.c client.c \ xslt.c fserve.c event.c admin.c md5.c \ @@ -19,7 +20,7 @@ auth.c auth_htpasswd.c EXTRA_icecast_SOURCES = yp.c \ auth_url.c \ - format_vorbis.c format_theor...
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe and a xsl typo. Best regards :) kysucix -- Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2004 Aug 06
0
No encoder
...ll_ connections, and kick in before # anything is written or read on the socket. If a connection is denied here # then it's bye bye. If it is allowed then depending on the type of the # connection (admin/client/source), the controls "icecast_client", # "icecast_admin", "icecast_source" describe who gets in. # So to deny all clients except those matching *.se, add # "icecast_client: ALL EXCEPT *.se" to hosts.deny. There are millions of # variations on how to build a complete defence, and it's quite simple too. # libwrap is a very powerful tool, consult the man...
2004 Aug 06
2
Admin question[s]
..._ connections, and kick in before # anything is written or read on the socket. If a connection is denied here # then it's bye bye. If it is allowed then depending on the type of the # connection (admin/client/source), the controls "icecast_client", # "icecast_admin", "icecast_source" describe who gets in. # So to deny all clients except those matching *.se, add # "icecast_client: ALL EXCEPT *.se" to hosts.deny. There are millions of # variations on how to build a complete defence, and it's quite simple too. # libwrap is a very powerful tool, consult the man...
2004 Aug 06
2
Admin question[s]
David Dennis wrote: > welcome to the list. > > Check the archives. > > There you will find about one newbie a month minimum discovering that the > widely distributed and still available shout package version 0.8.0 > is actually deprecated and highly broken in exactly the manner you > describe. > > Thanks but one point I can make is I get the same results when not
2004 Aug 06
2
Multiple Mountpoints Problem
..._ connections, and kick in before # anything is written or read on the socket. If a connection is denied here # then it's bye bye. If it is allowed then depending on the type of the # connection (admin/client/source), the controls "icecast_client", # "icecast_admin", "icecast_source" describe who gets in. # So to deny all clients except those matching *.se, add # "icecast_client: ALL EXCEPT *.se" to hosts.deny. There are millions of # variations on how to build a complete defence, and it's quite simple too. # libwrap is a very powerful tool, consult the man...