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".
精彩评论