search for: ice_login

Displaying 8 results from an estimated 8 matches for "ice_login".

2004 Aug 06
2
'ice_login' not in icecast.xml ?
On Thu, 10 Oct 2002, Dave St John wrote: > > username: source > source meaning > localhost > or http://myip:myport/mymount > Be specific please ;-) ource as in "source". Geoff. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
0
'ice_login' not in icecast.xml ?
...) <p><p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Geoff Shang" <gshang@uq.net.au> To: <icecast-dev@xiph.org> Sent: Thursday, October 10, 2002 5:05 PM Subject: Re: [icecast-dev] 'ice_login' not in icecast.xml ? <p>> Hi: > > The authentication for the xml stats is as follows: > > username: source > password: <the password you've put in the config file> > > The icelogin item is to allow older style source logins (i.e. not the http > authe...
2004 Aug 06
3
'ice_login' not in icecast.xml ?
...age <p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Dave St John" <dstjohn@mediacast1.com> To: <icecast-dev@xiph.org> Sent: Thursday, October 10, 2002 7:36 PM Subject: Re: [icecast-dev] 'ice_login' not in icecast.xml ? <p>> well since my source is transcoder > what would the proper input be?? > > > Dave St John > (C.E.O.) > Xstream1.com > Mediacast1.com > Casterclub.com > (720-641-7586) > ----- Original Message ----- > From: "Geoff Shang&qu...
2004 Aug 06
2
'ice_login' not in icecast.xml ?
Hi: The authentication for the xml stats is as follows: username: source password: <the password you've put in the config file> The icelogin item is to allow older style source logins (i.e. not the http authentication that was implemented a number of weeks ago). this login is deprecated, so it's been deliberately left out of the XML configuration example. Geoff. <p> --
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
[caution: this is an IPv6 e-mail address. if you don't have IPv6-capable mail then best keep replies on the list only] > >existing getipnodebyname() call fails with IPv4 on my machine)... > Well, if you can make it work properly - send your patches in, please. The following enhancements to src/net/resolver.c (which looks identical across icecast, ices, libshout, and who knows what
2005 Nov 11
0
[PATCH] icecast video preview 2
...(char *)xmlNodeListGetString(doc, node->xmlChildrenNode, 1); configuration->port = atoi(tmp); Index: src/cfgfile.h =================================================================== --- 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) ++...
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