安全传输 CDN 视频内容
我正在使用 Amazon CloudFront 将付费视频内容流式传输给我的用户,但在确保视频安全方面遇到问题。 Wowza 通过创建安全令牌来实现这一点,但使用 Wowza 的成本会更高。
我是否可以通过使用 Cloudfront 或其他 CDN 更好地保护我的内容?
谢谢!
I am using Amazon CloudFront to stream paid video content to my users and I am having problems getting the videos secured. Wowza does that by creating a secure token, but the use of wowza would be much more costly.
Is there anyway that I can better protect my content by using Cloudfront or other CDN?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以将签名 URL 与 Amazon CloudFront 结合使用。
下面是文档的链接,但基本上您的应用程序可以为经过身份验证的用户生成媒体资产的签名 URL,以便只有他们才能访问该资产,并且只能在指定的日期/时间范围内访问该资产。
摘自文档:
链接到文档:
http://docs.aws.amazon.com/AmazonCloudFront/latest/ DeveloperGuide/PrivateContent.html
You can use signed URLs with Amazon CloudFront.
Below is the link to the documentation, but basically your application can generate a signed URL for the media asset just for the authenticated user so that only they can access that asset and only for a specified date/time range.
Excerpt from the docs:
Link to the docs:
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
查看安全 AWS CloudFront 入门Streaming with Python 了解使用签名 URL 保护 Cloudfront 流的完整指南。它展示了如何使用 python 生成签名 URL,并在设定的时间后自动过期。
享受!
Take a look at Getting started with secure AWS CloudFront streaming with Python for a complete guide to securing cloudfront streams using signed URLs. It shows how to do it using python to generate the signed URLs that automatically expire after a set amount of time.
Enjoy!
体素 - http://www.voxel.net/products-services/voxcast-cdn< /a>
他们使用 Wowza,您可以应用身份验证令牌和参数。
如果您需要帮助,请告诉我,我可以与他们聊天。
问候,
cdnXite
Voxel - http://www.voxel.net/products-services/voxcast-cdn
They using Wowza and you can apply authentication tokens and parameters.
Let me know if you need help and I can chat with them.
Regards,
cdnXite