Add the following tags to your web.xml file within the <web-app></web-app>
tags

<security-constraint>
       <web-resource-collection>
           <web-resource-name>Forbidden</web-resource-name>
           <url-pattern>/streams/*</url-pattern>
       </web-resource-collection>
       <auth-constraint/>
   </security-constraint>

You could probably use a db eg MySQL to manage users and set
rights/permissions to given content and then confirm if the logged in user
has access to that content before serving it to them.

Hallo again,

I recorded a .flv file which is now available on my Server (like the
oflaDemo) on fedora.
How can I deal with security issues. I do not want to allow everybody to see
my movies but this is possible now only by entering the Url + Filename.
Do I have to put it in a seperate Folder without web-access? Do you have an
idea how to integrate the Viedo-thing in a existing System with
Userautentification without having to enter username and password again?

Thanks
radioon.

--
C is forever.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to