search for: source_password

Displaying 4 results from an estimated 4 matches for "source_password".

2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2005 Nov 11
0
[PATCH] icecast video preview 2
...======================================== --- src/cfgfile.h (revisione 10365) +++ src/cfgfile.h (copia locale) @@ -118,6 +118,7 @@ int ice_login; int fileserve; int on_demand; /* global setting for all relays */ + unsigned int video_preview; char *shoutcast_mount; char *source_password; Index: src/Makefile.am =================================================================== --- src/Makefile.am (revisione 10365) +++ src/Makefile.am (copia locale) @@ -7,11 +7,12 @@ bin_PROGRAMS = icecast noinst_HEADERS = admin.h cfgfile.h os.h logging.h sighandler.h connection.h \ - global...
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