search for: relay_password

Displaying 3 results from an estimated 3 matches for "relay_password".

Did you mean: read_password
2005 Nov 11
0
[PATCH] icecast video preview 2
...e.c (copia locale) @@ -53,6 +53,7 @@ #define CONFIG_DEFAULT_CHUID 0 #define CONFIG_DEFAULT_USER NULL #define CONFIG_DEFAULT_GROUP NULL +#define CONFIG_DEFAULT_VIDEO_PREVIEW 1 #define CONFIG_MASTER_UPDATE_INTERVAL 120 #define CONFIG_YP_URL_TIMEOUT 10 @@ -375,6 +376,7 @@ configuration->relay_password = NULL; /* default to a typical prebuffer size used by clients */ configuration->burst_size = CONFIG_DEFAULT_BURST_SIZE; + configuration->video_preview = CONFIG_DEFAULT_VIDEO_PREVIEW; } static void _parse_root(xmlDocPtr doc, xmlNodePtr node, @@ -422,6 +424,10 @@...
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