search for: allow_duplicate_users

Displaying 20 results from an estimated 70 matches for "allow_duplicate_users".

2004 Aug 06
4
No Duplicate Users - Patch
I'd like to commit the following patch which adds a new option to the htpasswd client authenticator. This option <option name="allow_duplicate_users"> specifies wether or not the same username can connect to a mountpoint more than once. This is pretty much a required feature for any decent use of the listener authentication capabilities of icecast. thoughts ? comments ? ------------------------Patch start---------------------------...
2019 Sep 14
2
HTTP authentication
Yes, it is the first thing I have tried, but I have encountered this problem. If I enable option <option name="allow_duplicate_users" value="1"/>, it works fine. But if set to 0, to limit one connection per user, it does not work properly and forces you to manually enter the data again. It seems that there are players who make 2 requests, and being limited to 1, makes the message appear. These are the tests pe...
2019 Sep 14
1
HTTP authentication
Yes, I know, but, from what I see, the "allow_duplicate_users = 0" option is not really usable, because of these problems that it generates in many players. Therefore, I think it would be interesting for Icecast to allow the option to limit to 2 (or those defined in the configuration), so that it can be used and limited, at least. I think that new option...
2019 Sep 14
0
HTTP authentication
On 14 Sep 2019, at 21:54, Mikel Sanz | 20 Comunicación wrote: > Yes, it is the first thing I have tried, but I have encountered this > problem. If I enable option <option name="allow_duplicate_users" > value="1"/>, it works fine. But if set to 0, to limit one connection > per > user, it does not work properly and forces you to manually enter the > data > again. It seems that there are players who make 2 requests, and being > limited to 1, makes the message...
2018 Oct 27
3
unable to set username/password for a mount point
...org/docs/icecast-2.4.1/auth.html I added the following to /etc/icecast2/icecast.xml file: <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication></mount> I restarted the icecast server as: sudo /etc/init.d/icecast2 restart I tried to add a username/password to the /example.ogg stream and I get the following message in the error.log file: [2018-10-27 01:11:26] INFO admin/admin_h...
2015 Nov 29
5
Problem with fallback on 2.31 on Windows XP
...<intro>/example_intro.ogg</intro> <hidden>1</hidden> <no-yp>1</no-yp> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> <on-connect>/home/icecast/bin/broadband-connect</on-connect> <on-disconnect>/home/icecast/bin/broadband-disconnect</on-disconnect> </mount> <mount> <mount-name>/live&lt...
2005 Mar 14
1
fallback time
...secours</fallback-mount> <fallback-override>1</fallback-override> <authentication type="htpasswd"> <option name="filename" value="/usr/local/share/icecast/myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> <relay> <server>192.128.0.41</server> <port>8000</port> <mount>/arvorig</mount> <local-mount>/arvorig</local-mount>...
2004 Aug 06
0
No Duplicate Users - Patch
On Monday 17 May 2004 01:23, oddsock wrote: > I'd like to commit the following patch which adds a new option to the > htpasswd client authenticator. This option <option > name="allow_duplicate_users"> specifies wether or not the same username can > connect to a mountpoint more than once. This is pretty much a required > feature for any decent use of the listener authentication capabilities of > icecast. > > thoughts ? comments ? This is good, but I have one comment......
2015 Feb 16
2
listener authentication
...read the documentation but I don't understand where to enter this in the config file. <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication></mount> On Mon, Feb 16, 2015 at 8:18 AM, "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > On 02/16/2015 12:24 PM, Ron Harmon wrote: > > I cannot for the life of me get listener authentication to work. > &...
2015 Nov 30
0
Problem with fallback on 2.31 on Windows XP
...xample_intro.ogg</intro> > <hidden>1</hidden> > <no-yp>1</no-yp> > <authentication type="htpasswd"> > <option name="filename" value="myauth"/> > <option name="allow_duplicate_users" value="0"/> > </authentication> > <on-connect>/home/icecast/bin/broadband-connect</on-connect> > <on-disconnect>/home/icecast/bin/broadband-disconnect</on-disconnect> > </mount> > > <mount> > &lt...
2015 Feb 17
3
listener authentication
...on't understand where to enter > this in the config file. > |<mount> > <mount-name>/example.ogg</mount-name> > <authentication type="htpasswd"> > <option name="filename" value="myauth"/> > <option name="allow_duplicate_users" value="0"/> > </authentication> > </mount>| > You could paste it in the default windows config right below this: <!-- Mountpoints Only define <mount> sections if you want to use advanced options, like alternative usernames or...
2019 Sep 14
4
HTTP authentication
I would like to have a private signal, which can only be tuned by whoever has the username and password, and know who is connected. But I wish the URL could be delivered with the username and password, to open it directly on a player or receiving device... Thanks. El sáb., 14 sept. 2019 a las 21:33, Marvin Scholz (<epirat07 at gmail.com>) escribió: > > > On 14 Sep 2019, at 21:09,
2005 Sep 12
4
Icecast 2.3 RC3 Announcement..
Thanks to everyone who has been helping us test... your input is certainly appreciated. We've fixed a few bugs and are release RC3 as of now. Here's what was fixed : - log username to access log (bug #706) if available. - fix segv case on listmounts/moveclients when a fallback to file stream is running - Patch from martin@matuska.org: don't treat all clients as duplicates. Links
2011 Jun 16
1
Need help with config file
.../fallback-override> <fallback-when-full>1</fallback-when-full> <intro>/path/to/stream-intro.ogg</intro> <hidden>1</hidden> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> <on-connect>/home/icecast/bin/stream-start</on-connect> <on-disconnect>/home/icecast/bin/stream-stop</on-disconnect> </mount> --> .... <authentication type="command"> <option name="filen...
2008 May 28
2
problem using icecast 2 Listener Authentication
...d I add this line to my icecast config files: <mount> <mount-name>/testmount.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> All works ok , the stream with testmount.ogg has the lock , but when I go to the admin web page for manage the user , when I try to add user I have an error , to see the error.log , that I post: [2008-05-28 20...
2015 Feb 19
2
listener authentication
...> |<mount> > >> <mount-name>/example.ogg</mount-name> > >> <authentication type="htpasswd"> > >> <option name="filename" value="myauth"/> > >> <option name="allow_duplicate_users" value="0"/> > >> </authentication> > >> </mount>| > >> > > You could paste it in the default windows config right below this: > > <!-- Mountpoints > > Only define <mount> sections if you want to u...
2005 Feb 02
2
user Authentication - fail to add an user
.../test</fallback-mount> <fallback-override>1</fallback-override> <mount-name>/stream2.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> So far so good. When I start Icecast the mounts so in the admin page. If I try to add an user the following error appears User add failed - check the icecast error log The log files states ; INFO admin/admin_handle_requ...
2006 Mar 17
0
Authentication problem
...h.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="allow_duplicate_users" value="0"/> </authentication> </mount> I then connect my source client and the mount point is created as it should be. I log in to the administration interface, and I click on the "Manage Authentication" link. I try to create a user, and I...
2008 May 29
0
Problems using Intro function for a mountpoint
...</logging> <mount> <mount-name>/testmount.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="/var/www/icecast_auth/1.txt"/> <option name="allow_duplicate_users" value="1"/> </authentication> <!--<intro>/intro.ogg</intro> --> <stream-name>My audio stream</stream-name> <stream-description>My audio description <a href="www.google.it">ciao</a></stream...
2015 Feb 16
2
listener authentication
I cannot for the life of me get listener authentication to work. Would it be possible to send me a complete xml file that has listener authentication setup? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150216/1d5e1790/attachment.htm