document.write('');
var thumbs = [];
for (var i=1; i<44; i=i+1) {
thumbs.push({
url: "https://mdmov.igaku-shoin.co.jp/data/m-okada/5aaf56459a9a9/thumb/"+i+".jpg",
time: i
});
}
var player = new Clappr.Player({
source: "//mdmov.igaku-shoin.co.jp/data/m-okada/5aaf56459a9a9/play.m3u8?u=test&mid=5aaf56459a9a9&dev=_pc&0.174110001744105721",
poster: "//mdmov.igaku-shoin.co.jp/data/m-okada/5aaf56459a9a9/thum.jpg?0.174110001744105721",
parentId: "#hls_video5aaf56459a9a967f4f0f92a87e", width: "1000",
height: "562.5", autoPlay: false,
loop: false,
disableVideoTagContextMenu: true,
pause: true,
preload: 'metadata',
playback: {
playInline: true,
},
plugins: { 'core': [LevelSelector,ClapprThumbnailsPlugin]
},
playbackRateConfig: {
defaultValue: '1.0',
options: [
{value: '0.5', label: '0.5x'},
{value: '1.0', label: '1x'},
{value: '1.25', label: '1.25x'},
{value: '1.5', label: '1.5x'},
{value: '1.75', label: '1.75x'},
{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
}});