document.write('
'); var thumbs = []; for (var i=1; i<125; i=i+5) { thumbs.push({ url: "https://m1171121.megadoga.com/data/m1171121/65b32c9aa0d4f/thumb/"+i+".jpg", time: i }); } var player = new Clappr.Player({ source: "//m1171121.megadoga.com/data/m1171121/65b32c9aa0d4f/play.m3u8?u=public_user&mid=65b32c9aa0d4f&dev=_pc&0.594090001715842095", poster: "//m1171121.megadoga.com/data/m1171121/65b32c9aa0d4f/thum.jpg?0.594090001715842095", parentId: "#hls_video65b32c9aa0d4f6645ac2f910ff", width: "960", height: "540", autoPlay: false, loop: false, disableVideoTagContextMenu: true, pause: true, preload: 'metadata', visibilityEnableIcon: true, plugins: { 'core': [LevelSelector,ClapprThumbnailsPlugin] }, playbackRateConfig: { defaultValue: '1.0', options: [ {value: '0.5', label: '0.5x'}, {value: '1.0', label: '1x'}, {value: '1.5', label: '1.5x'}, {value: '2.0', label: '2x'}, {value: '4.0', label: '4x'}, {value: '8.0', label: '8x'}, ] }, scrubThumbnails: { backdropHeight: 64, // set to 0 or null to disable backdrop spotlightHeight: 84, // set to 0 or null to disable spotlight thumbs: thumbs }}); player.on(Clappr.Events.PLAYER_PLAY, function() { $.get("/player/javalog.php", { id: "65b32c9aa0d4f" },function(data){}); });