Dan Rossi wrote: > Hi mike, this is the second time you have meantioned this, a subject to > track on would be good :) And how recent is recent, like this month or > last month ? Working out a way to authenticate a connection to protect > the webcam stream would be cool to know, at least it isnt DRM'd ..
http://osflash.org/pipermail/red5_osflash.org/2006-August/004833.html How do you want to proceed authentication? Restrict stream subscribtion, restrict broadcasting right, created previewed queue or what? Anyway you can pass login/pwd to server, log user in and store his IP (IConnection#getIP or smth similar, I don't remember exact method name) in a set. Then act accordingly to the logic you need to work out. -- Michael "Antares" Klishin, http://www.novemberain.com || mailto:[EMAIL PROTECTED] "We are able to enable people to use Flash where it's useful. It's not all or nothing. You can mix and match." -- Kevin Lynch _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
