similar to: User authentication schemes

Displaying 20 results from an estimated 50000 matches similar to: "User authentication schemes"

2004 Aug 06
0
User authentication schemes
At 01:16 PM 1/26/2004, you wrote: >What about SOAP (or would this be an RPC)? When a client connects, a SOAP >object is sent to the subscription/authorization server containing the >username, password and requested mount. The auth server can then process >this and return true or false. Then when the client logs off, another >object would be sent to note that event. The cool
2004 Aug 06
7
icecast2 ogg vorbis client request headers
Ahh very nice, so how could i add like a MySQL module where usernames and passwords are stored in a MySQL db? can that be created by a third party or does it have to be created internaly? <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To:
2004 Aug 06
3
Icecast User Login Question
At 01:37 PM 11/3/2003 -0700, you wrote: > >I can have a look at implementing this when I get chance. >That would be great as the devs at shoutcast have absolutely no interest or >so it seems in adding this feature, which causes people >to rely on 3rd party scripts to handle the authentication, which is shotty >at best. actually, as it turns out, this does make alot of sense,
2004 Aug 06
2
Icecast User Login Question
On Mon, 2003-11-03 at 19:54, Dave St John wrote: > Good question Amy, here is a snippet of the icecast2.xml file that i do > believe is for this function > --------------------- > <mount> > <mount-name>/test2</mount-name> > > <username>admin</username> > <password>holycow</password> > >
2005 Aug 21
3
Icecast 2.3 RC1 Announcement
Ok folks, we are getting ready for version 2.3 of icecast and have built an RC1 distribution. We encourage everyone to try out this new release and provide us feedback. Please report all bugs to http://bugs.xiph.org Here are the details : Source Distribution: http://downloads.xiph.org/releases/icecast/icecast-2.3.0.rc1.tar.gz Source RPM:
2005 Aug 21
3
Icecast 2.3 RC1 Announcement
Ok folks, we are getting ready for version 2.3 of icecast and have built an RC1 distribution. We encourage everyone to try out this new release and provide us feedback. Please report all bugs to http://bugs.xiph.org Here are the details : Source Distribution: http://downloads.xiph.org/releases/icecast/icecast-2.3.0.rc1.tar.gz Source RPM:
2004 Aug 06
7
proposal: new library, libicecommon
with our new move to Subversion, we apparently lost the ability to easily link submodules into a single higher-level module (such as icecast)...in the old CVS repository, icecast consisted of a handful of modules, icecast and other modules, which are shared by icecast and ices : avl httpp log net thread timing in the new Subversion repository, they are still kept as separate modules,
2004 Aug 06
2
icecast2 ogg vorbis client request headers
On Saturday 03 April 2004 02:22, oddsock wrote: > I think the plan is to add a URL based authentication, which would allow > you to make a call to an arbitrary script (PHP, CGI, etc) which could do > whatever you'd like (look up users in a mySQL db, look up in a local file, > whatever)...this, I think, provides the most flexibility, and also pushes > off alot of the
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
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 ?
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
hello free streamers, after i had not much luck with " Darwin streaming server" ( because of a lack of NAT implementation ) i got a hint from a Wireless mailing list to try OGG/Theora streaming. I ?ve found a great site here <http://www.oddsock.org/guides/video.php> and downloadet and installed "icecast" and the theora libs with success on my macintosh mini ,
2004 Aug 06
5
icecast2 ogg vorbis client request headers
That seems it may work, however the server adds the client (php proxy script in this case) and does not disconnect it, however winamp does not recieve any audio, just sits there saying BUFFERING I know its related to the amount of bytes read into the header or something in that area as my tests with shoutcast nsv resulted in the same fashion. the main goal of this is for subscription
2004 Aug 06
2
Client auth with mysql
Hi, I have a customer (a small french music producer) who's putting up a "paid" radio, it's not really paid, because you don't buy an access, you just by a cd, and you get radio access. So, I needed to check access to the radio, in an intelligent manner :-) A collegue of mine started doing things, he ended up with scripts adding ip's to the server's firewall... I
2004 Aug 06
1
proposal: new library, libicecommon
> > library will be kept separately and will be required to be installed BEFORE > > icecast is built. Similar to the dependency on libshout that ices has. > > But I'm not sure about this. There's nothing in those libraries of any > use to anything but icecast code itself, so I don't see why it should > be installed on users' systems. It's true that
2004 Aug 06
4
OT: whats your opinion of ODDSOCK streamTranscoder?
What is everyones opinion and expierience with using ODDSOCK streamTranscoder to downsample mp3 streams? I tried it on Windows 2000 and then compared it against shoutCAST DSP plugin. It sucked. It skipped and popped and cut off the first 1/2 second of each track and dropped. It sucked, while shoutCast DSP was flawless. What attracted to me to streamTranscoder was you don't have to run an MP3
2004 Aug 06
6
icecast 2 CVS version doesn't compile
I got the latest version of icecast2 from the CVS, and I can't compile it. it says: make[2]: Entering directory `/usr/local/src/icecast/icecast2/icecast/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\"
2004 Aug 06
1
yp server ( web stats and now playing)
> I'm sure Oddsock would provide his YP-server-scripts, won't he? > > Otherwise: The calls to the yp-server-scripts should be fairly > simple. Just have a look at the sourcecode ... the yp-server-part > shouldn't be hard to find / "decode". I hope so :) I'm not too good with C or anything like that, so the sourcecode would probably be a bit confusing.
2004 Aug 06
1
Client auth with mysql
+-Le 12/05/2004 14:20 -0500, oddsock a dit : | Mathieu, | | This is a great idea, and I'm sure many people would like to take | advantage of it. Since the release of 2.0.0, we've added an | "authenticator" framework which allows us to create authentication | modules for handling listener (client-based) authentication. We | currently have one authentication module (htpasswd)
2004 Aug 06
1
Icecast User Login Question
Scott Manley wrote: > Actually if you;re interested in integration with some sort of > subscription services then you want as much of the subscription logic to > be external as possible - trust me - I designed a subscription based > system which handled 7 million users (and managed to bankrupt at least > one company ;-) > > > Basically when you get into subscription
2004 Aug 06
4
OT: whats your opinion of ODDSOCK streamTranscoder?
This is all happening on a box with: Win 2k SP3 512K RAM 1.2 GHZ Celeron The PC has noother load...all its doing is downsampling an MP3 stream to lower bitrates. I'm using the LAME_ENC.DLL with streamTranscoder. There is no version number tagged on the lame_enc.dll, but the file is dates July 2002. When I refer to "skipped and popped and dropped" I am referring to your