User Documentation

Quickstart

This is a quickstart guide to help you get started using and protecting your online video content!
We encourage you to read the full guide to fully understand the functionality and protection our service offers and how the service works.

Step 1

Step 2

Step 3

Getting Started

This is a quickstart guide to help you get started using and protecting your online video content!

Create Account

Upload Video

Share Video

Embed Video

Analytics


API Documentation

Embedding

There are multiple ways to embed the video on your website.
In addition to protecting the video source, it is possible to maintain several levels of access to your video.
  • Public; video can be requested by any website.
  • Private; video can be requested using a Public or Private API Key.
  • Secured; video can only be requested using a Private API Key.

Pure HTML

Using pure HTML you can paste the embedding code anywhere on your website to directly embed your video. This is the easiest method. The videoId will be static in the embedding URL, therefor you will have to embed each video separately on your website.


<iframe width="512" height="288" src="https://videodocker.appspot.com/embed?APIKey=11111111&videoId=59efa5f5944434081cbab3c5" frameborder="0" allowfullscreen> </iframe>

Responsive IFrame
If you want to have responsive embedding, use a wrapper div and change the iframe attributes as seen below.
The "padding-bottom" is very important! (Ratio 16:9 = 56.25%)


<div style="position:relative; width:100%; height:0px; padding-bottom:56.25%;">

   <iframe width="100%" height="100%" src="https://videodocker.appspot.com/embed?APIKey=11111111&videoId=59efa5f5944434081cbab3c5" style="position:absolute; left:0px; top:0px; right:0px; bottom:0px; width:100%; height:100%" frameborder="0" allowfullscreen>
   </iframe>
</div>

Standalone PHP

With Standalone PHP the embedding code is exactly the same, but you can supply a videoId in the embedding URL or set a variable (e.g. $_GET['videoId'])

<iframe src="embed.php?videoId=<?php echo $_GET[videoId];?>" width="512" height="288" frameborder="0" allowfullscreen>
</iframe>

Notice! Requires embed.php to be installed on your webserver. You can generate it here!

Framework PHP

To use videoDocker in your CMS (Content Management System) Framework, you can install a plugin!
e107
Coming soon..
Wordpress
Coming soon..
Joomla
Coming soon..

API Uploading

Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.

VD Player

Options

Customization


User Agreement

Quickstart