Description
Getting Started
- Download the plugin videojs.atinternet.version.min.js and place it on your server.
- Edit the player configuration in the Players Module of Video Cloud Studio.
- Under Plugins>JavaScript, add the URL to the plugin to the player configuration and click +.
- Under Plugins>Name, Options (JSON):
- Enter atinternet as the name
- Add the following JSON with your tag data: site number, log and logSSL
1 2 3 4 5 6 7 |
{ "site": "xxxxxx", "log": "logxxx", "logSSL": "logxxx" } |
Options
You can change a few things by adding options to the previous JSON
- mediaLevel2: If you want to define a level 2 for the player
- refreshDuration: If you want to change the refresh duration or disable it (5seconds minimum, 0 to disable)
- internalDomains: You can define a list of internal domains used to broadcast videos, others will be considered external
- isEmbedded: if you prefer, you can replace the option “internalDomains” by this one and directly define if a player will be used internally or externally (ex: {“isEmbedded”: true} for external broadcasts)
1 2 3 4 5 6 7 8 9 10 11 |
{ "site": "xxxxxx", "log": "logxxx", "logSSL": "logxxx", "mediaLevel2": "x", "refreshDuration": "5", "internalDomains": ["subdomain1.mydomain.com","subdomain2.mydomain.com","myotherdomain.com"] //"isEmbedded": true } |
Reviews
There are no reviews yet.