如何存储和流式传输私人视频内容
创建满足以下要求的在线视频点播服务的最佳方法是什么:
- 视频必须是私密且安全的
- 分析
- 必须使用 CDN
- Flash 视频播放器
对此的最佳解决方案是什么?
What is the best way to create an online video-on-demand service with this requirements:
- The video must be private and secure
- Analytics
- Must use a CDN
- Flash video player
What's the best solution(s) for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,结合开源播放器(例如 FlowPlayer)和支持的 CDN 非常容易做到安全流(请参阅链接)。几乎所有 CDN 都提供分析功能,因此这并不是真正的问题(尽管服务级别各不相同)。您可能想要设置登录系统,或使用开源 CRM - 但这取决于你对“私人”的定义。
It is actually extremely easy to do with a combination of an open-source player (like FlowPlayer) and a CDN that supports secure streaming (see link). Analytics is available in almost all CDNs, so that isn't really an issue (although levels of service vary). You may want to setup a Login System, or use an open-source CRM - but that depends on your definition of "private".