To automate your video website platform, you need video upload directly through your website. Read this for details about this method. The following code gives an example written in C#. C# Sample Code for VdoCipher OTP Generation In this example, the sample videoID is 1234567890, and the API Secret Key is a1b2c3d4e5. The time-to-live for OTP validity is set to 300s in the sample code. You can reference the API documentation for more info. var client = new RestClient("https://dev.vdocipher.com/api/videos/1234567890/otp"); var request = new RestRequest(Method.POST); request.AddHeader("Accept", "application/json"); request.AddHeader("Content-Type", "application/json"); request.AddHeader("Authorization", "Apisecret a1b2c3d4e5"); request.AddParameter("undefined", "{\n\t\"ttl\":300\n}", ParameterType.RequestBody); IRestResponse response = client.Execute(request); The controller makes an API request to…
Using VdoCipher
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.…
Encrypted Video Streaming: Standard Technologies & VdoCipher Compared
This blog explains VdoCipher security technology using video encryption in detail and compares it with most other providers. Below is a video with all security features explained and compared. After the video is text explanation - The main encrypted video streaming protocols in use by most other streaming providers are: HTTP Live Streaming - HLS Encryption with AES-128 AES 128 Encryption & Sample AES 128 Encryption. Real Time Messaging Protocol (RTMP) and RTMP Encrypted (RTMPE) HLS encryption, with AES-128 bit encrypted streaming, is widely marketed as a secure video encryption streaming protocol used for video protection. Indeed, certain security features…
Customize Video Player – Change Player Color in WordPress
Many users ask us about changing the video player color to match their website theme. Since all design elements come down to a few CSS elements, we provide the CSS file below so you can edit the player color. We will be looking to make this a much simpler process in the future. Explore More ✅ With VdoCipher's Online Video Player You Can Stream Videos In Smooth and Secure Manner Find out how over 2000+ customers over 40+ countries use VdoCipher's online video player to ensure seamless and secure video streaming! This blog will provide steps to customize video player…
VdoCipher Status Page
No current issues.
Video Embedding using WordPress LMS Plugins
VdoCipher offers seamless integration with online course platforms and LMS platforms like Teachable, Thinkific & Kajabi. However, if you've got a WordPress site, in that case, we provide a Wordpress plugin that works with the most popular WordPress LMSes and can be used to secure course videos in the WordPress LMS platforms. Here we take examples of 5 WordPress LMS platforms - LifterLMS, WpCourseLMS LearnPress, TutorLMS, Learndash and explain steps to embed. LifterLMS WpCourseLMS LearnPress TutorLMS LearnDash First Step -By now you must have installed and activated the VdoCipher's wordpress video hosting plugin in your wordpress account and have entered…