在 Flash Media Server 上实现身份验证/授权

发布于 2024-09-29 13:18:20 字数 488 浏览 1 评论 0 原文

我们使用闪存媒体服务器为我们的应用程序提供流媒体 (H.264)。在应用程序本身中,我们实施了身份验证 (CAS) 和授权,以便只有某些人可以观看某些视频。然而,问题是,如果用户只查看源代码,他们就可以看到我们的 Flash 流媒体服务器的外部链接,然后将该 URL 发送给任何人,从而绕过我们的应用程序。是否有办法在 Flash 媒体服务器上基于每个视频实现安全性?如果能和CAS集成就更好了。

到目前为止,我找到的唯一帮助是通过 Adobe 网站 但希望这里有人有更好的解决方案。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你如我软肋 2024-10-06 13:18:20

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

心头的小情儿 2024-10-06 13:18:20

我会在媒体服务器(如 nginx)前面放置轻量级代理。
这将允许您进行负载平衡和任何您需要的限制(您可能只允许某些 URL 上的某些 IP)。

I would place lightweight proxy in front of media server like nginx.
This would allow you to do load balancing AND any restrictions you need (you may only allow certain IPs on certain URLs).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文