FMS access to protected folder
Hi all,
I have developed a flash player swf which uses FMS as streaming server.
The swf is loaded in a web page, it has the VideoPlayer component with the source set to the FMS:
"rtmp://---URL---/vod/MP4:/VideoFolder/master_video"
It works perfectly when the folder VideoFolder is not restricted. I have then many folders (a digital library with restrictions) with different permission set, using ActiveDirectory: basically, when the web page is loaded, and the flash player try to access to some images inside the folder, the login/password is prompted automatically by the browser, and the user has to insert login and password for his domain.
If I don't use the streaming server, but normal progressive download, setting video.source = "VideoFolder/master_video.mp4" it works perfectly, it asks me login and password and then the video is played.
Now, is there a way to use the streaming server with this authentication system?
The best would be that the flash player prompt username and password, and these are used by FMS to access to the folder of the video. Without this, currently, FMS cannot access to this protected folder.
Thank you,
Nicola
