Get all videos data in csv (Title, Id, Status,Length, Storage, Time)
Adding multiple accounts/projects to same dashboard
Multi-User addition to account & permission levels: Tutorial
Video explanation followed by text explanation Text Explanation There are four different roles- Viewer- A viewer is the most basic permission. A viewer can read anything on the dashboard but other than this they won't be able to do anything , they wont be able to play the video. Any user you add will have the viewer permission by default. Uploader- If you add any user as an uploader then as suggested in the title, they will be able to upload videos on the dashboard. Editor- Editor role is the most important role. If you add anyone as an editor…
Custom player themes & Colors with VdoCipher: Tutorial Video
VdoCipher allows you to choose from a preset 9 themes with different design & color. Different mode of integration applies based on how you are integrating (wordpress plugin or iframe or API). Details are explained in the below tutorial video. Some reference link + code is below the video. Player theme link (will be referred in tutorial video below) Sample iframe with theme code change watch video for detailed explanation <iframe src=”https://player.vdocipher.com/v2/?otp=20160313versUSE313z5K3hYg2u3bAOuVfqXtDX08nbuAZmumcw7LchDnU9uso3n&playbackInfo=eyJ2aWRlb0lkIjoiZmU3OTRhNDQzOTliNDBjN2FmZTQ4Y2UwZTUzODkyMTMifQ==&theme=b9671d45d2d84c37b2d602940d340a00” style=”border:0;height:360px;width:640px;max-width:100%” allowFullScreen=”true” allow=”encrypted-media”></iframe>
Swap/Replace/Update existing video with new video: Tutorial