How to have a PHP web site that can play videos offline?

Posted by greco on Programmers See other posts from Programmers or by greco
Published on 2013-10-30T15:40:44Z Indexed on 2013/10/30 16:11 UTC
Read the original article Hit count: 171

Our client asked to implement a system with web technologies and the basic functionalities of:

  1. We have 3 users: Admin, User, Visitor.
  2. provide videos with an indexing system. Videos and other info about them are uploaded from an admin panel.
  3. Users can make playlists, add extra info to videos etc.
  4. Visitors watch playlists, videos, track their progress etc.

This are some of the very basic functionalities of the system, just to get an idea. So we agreed it's a saas project and we started with php,symphony,jquery,requireJS etc. Now our client says that he wants the user and visitor part has to be accessible offline only. He says the user can download the videos and software, and continue offline. What are your suggestions on this? Provide the ability for the user to download a local server, or another way?

© Programmers or respective owner

Related posts about web-development

Related posts about Windows