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…
Redirected: Adding videos from URL
You can easily add videos saved in your server to your vdocipher account. All you need is a publicly accessible link to the media file. This videos will be ready to use in your vdocipher dashboard. Import URL API call: POST https://api.vdocipher.com/v2/importURL?url=<url_encoded_link> PostData: clientSecretKey=CLIENT_SECRET_KEY Replace the CLIENT_SECRET_KEY with the API key provided on sign-up. Returns: { id: "---------------", status: "Queued" } The returned data can be either XML or JSON. This will tell you the id of the newly created video. Note that after adding, it can take up to five to fifteen minutes for the video to…
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…
Watermarking to enforce DRM for Protected Streaming
Please visit latest version of this here - https://www.vdocipher.com/blog/2014/12/add-text-to-videos-with-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
ASP.NET implementation of VdoCipher API
Here is a ASP.NET code to use VdoCipher API. You need to simply put in the right client_secret_key and the correct video_id ( the phrase in caps in both files ). https://gist.github.com/vibhavsinha/8029efcf0b66016f8040 The code should work out of the box after extracting inside PHP running server and replacing secret_key and video_id. The structure of annotation JSON is described in the link : Add text to videos with watermark For other API and details, check out documentation or contact us directly at info@vdocipher.com.