VdoCipher introduces simpler and cheaper pricing plans for secure video streaming needs. VdoCipher is the one stop solution to e-learning & media companies looking to sell videos on their site in most secure, smooth and affordable way. The bandwidth pricing decreases with your usage. Recharge when your bandwidth credit gets consumed or after one year. Key thing here is that extra credits remaining will be rolled over to next year on recharging again with any plan. Lots of storage is included in each plan. Contact us for extra storage needs. Hours of streaming for a medium quality content are also included as…
Using VdoCipher
Redirected: Add videos in rails app with VdoCipher ruby gem
VdoCipher videos can be added into any Ruby on Rails application without worrying about API code and setup. VdoCipher ruby gem does all the API related work for you. https://rubygems.org/gems/vdocipher Getting started Add this line to your Gemfile in your rails application gem 'vdocipher' And in your required controller add these lines require 'vdocipher' ... vdo_api = VdoCipher.new(clientSecretKey: "CLIENT_SECRET_KEY"); @embedcode = vdo_api.play_code("VIDEO_ID", "style=\"height:400px;width:640px;max-width:100%%;\""); Now in your view file, output the embed code where you like to embed videos. <%= @embedcode.html_safe %> You can add any attributes other than id in the play_code function for video container. The div id is assigned internally…
Multi bitrate streaming player – Stream video at any speed, any quality
VdoCipher has launched a custom multi bitrate streaming player for our customers. Now, you can give your viewers an option to stream at different qualities. Many people specially in developing countries do not have the internet speed to stream at highest quality. Giving them options to stream at medium and low quality is a wise decision. VdoCipher makes this feature special by allowing you to choose the qualities at which you want to stream the videos. You can contact VdoCipher to decide upon the number of different quality options you want to give your viewer and which qualities to play.…
Asynchronous video embed
We have released a new embed script to be used for VdoCipher videos which is faster than the earlier embed code. The earlier embed code used to wait for the player script to load before rendering the page after video player. This was a serious delay in page load time and affected the user experience. We have changed to asynchronous code which does not affect the page load time while making player loading even faster. Asynchronous scripts are much faster in situations where the rest of the web page does not depend on a single widget. This is the situation in most cases of video players. Hence, we have created…
How GOT video leak could have been prevented with VdoCipher
Prevent pre-release leaks using dynamic watermarking feature from VdoCipher ? Game of Throne is one of the most popular TV series currently. The first four episodes of the series started making their way around the Internet Saturday night after being uploaded to several Torrent sites, a day before the official Sunday première. The four leaks seem to originate from a screener sent to reviewers and translators ahead of the show's launch. Below link give a detailed news. http://mashable.com/2015/04/12/game-of-thrones-leak/ The main thing to notice here is that video seems to be downloaded using an external camera which explains poor quality of leakage. There is a watermark…
Joomla embed to secure videos with VdoCipher
Kindly use iframe embed in Joomla site. Our Joomla plugin is outdated and can not work now. Iframe Embed tutorial