[This article is based on API v2 as documented here.] The Upload API workflow and overview can be found here. Please find below a sample code for enabling video upload from your PHP website's users. Note that this is sample code and you will need to configure it according to the controller-view structure in your application. It is not a recommended to put Controller logic and HTML output in a single file. (more…)
PHP
PHP implementation of VdoCipher API for Video Security
Update 5 June 2018 This implementation of VdoCipher Secure Streaming API is updated for latest API version v3, and for latest player version 1.6.4. A previous version of the blog used API v2. While we still support API version v2 we recommend that you use API v3 as part of your video workflow. If you have any queries regarding API v2 please do get in touch with us at support@vdocipher.com. The complete VdoCipher API reference is available here. A sample video-based workflow for your website is suggested here. Here is a PHP code to use VdoCipher API along with dynamic watermarking.…
How to Build an E-Learning Website: 5 Point evaluation
In this blogpost I discuss how you can build an E-learning website. I make the recommendations on the basis of the following five parameters: Technical Skills required to create the website Features and Customization available Cost of solution for building website Time to build solution Expected Number of students and scaling with increasing numbers The four methods that you can use to create your E-learning website are: Coding using PHP/ ASP/Jave/ Node.JS Content Management Systems - WordPress, Joomla, Drupal, Moodle Website Builders - Weebly, Wix, SquareSpace E-Learning Website builders - Teachable, WebAnywhere Here is a video explaining in full detail…
Video upload from website or server to VdoCipher API
[Update 24/05/2018] This blog has been updated for API Version v3. A previous version of this blog used API v2. If you are using API v2 you can contact us at support@vdocipher.com. You can use VdoCipher API v3 to build a workflow around your video website as suggested in this blog. The complete API v3 reference, with sample codes for different backend languages, can be accessed from the API Sample Docs. We use Amazon AWS storage to store original user videos securely in AWS S3. With an intent to automate their online business, many of our customers wish to allow their users…