Capture Thumbnail


Allow your users to capture a thumbnail from the video content. A KS must be supplied to ingest the reqspective thubmnail.

Sample embed to enable captureThumbnail. Note you would want to supply a ks
  1. kWidget.embed( {
  2. 'targetId': 'kaltura_player',
  3. 'wid': '_243342',
  4. 'uiconf_id' : '12905712',
  5. 'entry_id' : '0_uka1msg4',
  6. 'flashvars': {
  7. 'ks': /* your ks with thumbnail capture permission */
  8. 'captureThumbnail':{
  9. 'plugin': true,
  10. "tooltip": "Capture Thumbnail"
  11. }
  12. }
  13. });
html5 qunit | flash qunit