Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing Authentication/Authorization on Flash Media Server

We are using a flash media server to serve streaming media (H.264) for our application. Within the application itself we have implemented authentication (CAS) and authorization so only certain people can see certain videos. The problem, however, is that if the users just looked at the source they could see the external link to our flash streaming server and just send that URL out to whomever, thus by-passing our application. Is there anyway to implement security on a per video basis on the flash media server? If it could integrate with CAS, that would be even better.

The only help I've found so far is through Adobe's site but was hoping someone here had a better solution.

like image 351
Jason Avatar asked Jun 18 '26 02:06

Jason


1 Answers

Adobe Flash Media Server 3.5 * Developing an Authorization plug-in

http://help.adobe.com/en_US/FlashMediaServer/3.5_Plugin/WS5b3ccc516d4fbf351e63e3d11a0d662434-7fe8.html

Protect video content (Flash Media Server)

http://kb2.adobe.com/cps/405/kb405456.html

like image 143
ratty Avatar answered Jun 21 '26 03:06

ratty