Keyboard shortcuts are only possible if you are integrating via APIs, not for iframes. Below is the link to the detailed document explaining the Keyboard shortcuts and usage in details: https://dev.vdocipher.com/playerAssets-docs/1.6.10/manual/keyboard-bindings.html
Black line coming on the sides of the player on videos
Apparent Issue- Black line appearing on the sides of the player/ Huge black margins on videos Cause- The back bars appear on the player because the aspect ratio of the video doesn’t match the video aspect ratio of the player. (e.g 4:3 aspect ratio of the video and 16:9 aspect ratio of the video player). Fix- There will be black bars on online players until the aspect ratio (height/width) of the video exactly matches the aspect ratio (height/width) of the player (e.g 16:9 video with 16:9 video player). Hence, In order to remove any back lines on the video, please…
Error Message: 60072018 – License verification failed
Cause 1- This usually happens when you are using some cache plugin on the pages where video is embedded and that cache prevents our dynamic URLs from loading. Fix – Please remove any cache plugins from the video page and then try. (E.g. Wp super cache plugin can cause this) Cause 2- This error can also occur when an incorrect “client secret key” is entered in the VdoCipher wordpress/moodle plugin settings or if you had deleted the key from ‘config’ section in vdocipher dashboard Fix- Please ensure that the “config” section on the vdocipher dashboard also has the key that…
License load error: (“code”:6,systemcode”:1212433232)
Error Message - License load error: (“code”:6,systemcode”:1212433232) - When connected Mac Safari to HDMI This error means that the connection used was not detected to be secure. Fairplay streaming running on Safari is protected from screen capture. If the connection to HDMI is not secure i.e. either the cable or the screen is not HDCP complaint, then this error will come up. Most devices made in the last 2-3 years are HDCP compliant. There are two solutions for playback - 1. If the TV/monitor is a new model, then try with a different cable. Make sure the connection is not…
Flutter Android SDK for secure playback
The first (alpha) version of VdoCipher plugin is published and available for use in your flutter apps. Note: the plugin currently supports android only, iOS is not supported. To see installation instructions and the API Reference please visit the official publication on pub dev. https://pub.dev/packages/vdocipher_flutter To see more detailed code samples demonstrating fullscreen handling etc., please explore the sample flutter application project on GitHub. https://github.com/VdoCipher/sample_flutter_app API integration at backend along with above plugin at frontend - If you click on "Embed" button below any video in dashboard, then there is a "custom backend" section explaining API integration steps. Overall API…
Video Aspect Ratio Explained with Best YouTube, Instagram dimensions
In the year 1997, my friend's father bought their first television set with a wider screen. When I watched an old Charlie Chaplin movie on the new television, I noticed a black band on each side of the screened video. Now, we called the technician assuming it to be a technical glitch. When the technician saw that, he was the first who brought the term "Video Aspect Ratio" to my knowledge. That television set was intelligent enough to place the black bands on each side of the video so as to avoid any distortion of the video. Table Of Content:…