Sebastian Wagner wrote: > hi, > > The stream directory can be forbidden for everybody and you make a > simple servlet which outputs the file after it checks the userrights > (wether based on IP or whatever kind of authentification you use). > > regards > sebastian
I chose to do this within the application adaptor, just get the remotehost ip and check against a list of ip's. I chose to add the list of allowed or disallowed ip's in a comma seperated string in red5.properties, and simply get these config settings, split the string into an array loop through the array to check if the host is in the allowed or dissallowed list and return false or true in the connect method. maybe there is a better way ? _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
