Displaying 2 results from an estimated 2 matches for "02bfc74".
Did you mean:
028fcb4
2015 Mar 22
2
exposed-port option for Icecast behind reverse proxy
...;hostname, ( config->exposed_port ? config->exposed_port :
config->port ),
sourceuri
);
config_release_config();
diff --git a/src/icecast b/src/icecast
new file mode 100755
index 0000000..7e4f612
Binary files /dev/null and b/src/icecast differ
diff --git a/src/source.c b/src/source.c
index 02bfc74..b838799 100644
--- a/src/source.c
+++ b/src/source.c
@@ -579,7 +579,7 @@ static void source_init (source_t *source)
listenurl = malloc (listen_url_size);
memset (listenurl, '00', listen_url_size);
snprintf (listenurl, listen_url_size, "http://%s:%d%s",
- config->hostname, conf...
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
...ion information available to
(icecast 2.3.2) xsl stylesheets. Will there be any memory leak issues in
the lower level functions like the acl, etc. when the source is
disconnected, when servicing queries, or otherwise?
BEGIN icecast-2.3.2-moremntinfo.patch
diff --git src/source.c src/source.c
index 02bfc74..7e90d34 100644
--- src/source.c
+++ src/source.c
@@ -614,6 +614,10 @@ static void source_init (source_t *source)
stats_event_args (source->mount, "listeners", "%lu",
source->listeners);
stats_event_args (source->mount, "listener_peak", "%lu&quo...