开发者

How to store and stream private video content

开发者 https://www.devze.com 2023-01-10 09:06 出处:网络
What is the best way to create an online video-on-demand service with this requiremen开发者_StackOverflow中文版ts:

What is the best way to create an online video-on-demand service with this requiremen开发者_StackOverflow中文版ts:

  • The video must be private and secure
  • Analytics
  • Must use a CDN
  • Flash video player

What's the best solution(s) for this?


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".

0

精彩评论

暂无评论...
验证码 换一张
取 消