Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Grant a user access to only one or two VOD space functions
For a user to only be able to send videos and retrieve their integration code (without having access to other videos or to a player's settings for example), you need to work around the tools that are in place. There are two possibilities:
- upload via FTP : simple to set up and can be automated but it's necessary to use FTP software
- update via a flash/HTML form module: needs to be implemented via the API on a page of your site, but can be done very easily in a CMS or a pre-existing admin
To retrieve the integration code, there are also various possible methods:
- use the default integration code (under "Folders" -> "Integration" -> "3. Integration code", code which will always remain the same, and within which it is enough to insert the name of the video), but be careful because the name of the file may vary slightly from the one that was sent (cleaning of accents, special characters, ...)
- use the callback to retrieve the video details, including the integration code
- use the API once the encoding is over, so as to retrieve the integration code (getIFrameImplementation())
Link to this FAQ: