Displaying 12 results from an estimated 12 matches for "icecast2_listenerauth".
2012 Mar 16
2
uri authentication
Hi folks,
http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html
is uri authentication an extension of http authentication? i.e. if you use uri authentication the user is also asked for their username and password, which are sent to the script via the username and password options?
thanks,
Alistair
--------------
mov eax,1
mov ebx,0
int 80
2013 Apr 26
1
Simultaneous connections (same listener)
...st configuration any option that would limit
> the number of simultaneous connections to the same listener ?.
This is a possible use case for an url-auth backend.
Through an URL auth backend you are free to enforce self defined rules
on client connections.
http://icecast.org/docs/icecast-2.3.3/icecast2_listenerauth.html
Cheers
Thomas
2004 Aug 06
4
No Duplicate Users - Patch
.../user:password@stream:port/mountpoint.ogg). Users and Passwords are
maintained via the web admin interface. A mountpoint configured with an
authenticator will display a red key next to the mount point name on the
admin screens. You can read more about listener authentication <a
href="icecast2_listenerauth.html">here</a>.
</div>
<br>
<br>
Index: doc/icecast2_listenerauth.html
===================================================================
--- doc/icecast2_listenerauth.html (revision 6619)
+++ doc/icecast2_listenerauth.html (working copy)
@@ -20,10 +20,11 @@...
2013 Feb 13
3
iOS and authenticated streams
Hi everyone,
I've setup a mount with URL authentication. This works perfectly from a
desktop machine using Chrome or VLC. I've previously used public streams
from iOS played through mobile chrome or safari (and others have used the
Radio Box app), which also worked perfectly. However, when I load an
stream that requires authentication on mobile Chrome, it prompts me for the
2006 Mar 17
0
Authentication problem
...s the stuff I began to try yesterday. I used to use SHOUTcast,
I can't bear it anymore, as Icecast rocks.
Everything works fine, except one thing : I'm now trying the
Authentication thing.
I read the documentation page related to this function
(http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html),
and added some lines to my icecast.xml :
<mount>
<mount-name>/live.ogg</mount-name>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="a...
2012 Jan 29
0
HTPasswd format and protecting XSL pages
...r stats info without giving those with a
right to access it the admin password of the server.
Unfortunately, the Icecast documentation didn't give an example of how to
do this. It did talk about authentication in general and how to apply it
to mounts
(http://icecast.org/docs/icecast-2.3.2/icecast2_listenerauth.html) so I
took that as a starting point.
I added a <mount> section and used "/status.xsl" as the mount-name and
used the auth example found in one of the config files. All well and good
- instead of the page coming up straight away, I got an authentication
prompt. But this i...
2012 Mar 16
0
uri authentication
...e URL authentication mechanism for simply tracking
listener start/stop events for usage stats (e.g. Google analytics to track
listener events).
Leo
On 16 March 2012 12:18, Alistair Young <Alistair.Young at uhi.ac.uk> wrote:
> Hi folks,
>
> http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html
>
> is uri authentication an extension of http authentication? i.e. if you use
> uri authentication the user is also asked for their username and password,
> which are sent to the script via the username and password options?
>
> thanks,
>
> Alistair
>
> ---------...
2013 Feb 14
0
iOS and authenticated streams
Jay, I have no experience in this area, but I read in
http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html
that there is no an exhaustive list of players that support listener
authentication.
Also, have you tried htpasswd authentication ?.
Jos? Luis
El mar, 12-02-2013 a las 22:18 -0600, Jay Wineinger escribi?:
> Hi everyone,
>
>
>
> I've setup a mount with URL authentication...
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
...trunk/icecast/src/admin.c, trunk/icecast/src/fserve.c,
+ trunk/icecast/web/status.xsl, trunk/icecast/web/auth.xsl,
+ trunk/icecast/admin/listmounts.xsl, trunk/icecast/admin/stats.xsl,
+ trunk/icecast/admin/listclients.xsl,
+ trunk/icecast/doc/icecast2_basicsetup.html,
+ trunk/icecast/doc/icecast2_listenerauth.html:
+ add pls,asx,ram,qtl support when user want to launch a specific player
+ Now support winamp, windows media player, real media player, quicktime player
+ listing format.
+
2005-11-29 03:06 karl
* trunk/icecast/src/auth_url.c: update for authentication header
--- admin/listclients...
2011 Feb 20
4
Need Help
Hi,
We realized that there are certain parameters within icecast that request
specific directory path
address for the program to connect upon start up...we are now trying to find
an icecast.pid file
but we have not been able to find it in any of the directories. Do you know
were we can find that
file?
Thank you,
Luis Barrett
-------------- next part --------------
An HTML attachment was
2013 Apr 21
3
Icecast Digest, Vol 107, Issue 12
hi thomas,
thank you for your reply.
here are my doubts,
1. what is sample rate and is there any relation between bitrate and
sample rate.
2. how can i see data log for streams on icecast server - i want to see
if there is any spikes in users on particular mountpoint, so that i can
configure that stream on a dedicated server with high bandwidth.
3. are there any security
2008 May 28
2
problem using icecast 2 Listener Authentication
Hi guys ,
I'm using with satisfaction icecast2 for streaming vorbis and theora
using oggfwd.
Now i want to try the authentication of icecast and I'm following this
guide:
http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html
I'm using the HTPASSWD Listener Authentication , and I add this line to
my icecast config files:
<mount>
<mount-name>/testmount.ogg</mount-name>
<authentication type="htpasswd">
<option name="filename" value...