I am trying to integrate a snapshot plugin with jwplayer. This is how i configure the plugin under the setup. plugins: {
"../javascript/snapshot-4.2.0.js": {
type: "png",
//debug: true,
//for external HLS captures.
captureswf: "VideoSnapshotPlayer-4.2.0.swf",
dockButtonUrl: "images/snapshoticon.png",
previewClass: "snapshot preview",
//html5 only
originbaseurl: "https://jwplayer.electroteque.org/video/"
}
}
But I get the error, ERROR: Failed to load Snapshot on the console. Could anyone let me know what could be the issue. Any help is greatly appreciated. Thanks
↧