Add support for AAhBBmCCsDDms in video start and end params

This commit is contained in:
Omar Roth
2018-05-07 20:38:13 -05:00
parent fef2cbc0b2
commit 75f8fcd40b
3 changed files with 35 additions and 7 deletions

View File

@@ -74,10 +74,10 @@ var player = videojs('player', options, function() {
}
});
});
player.offset({
start: <%= video_start %>,
end: <%= video_end %>,
restart_beginning: true
end: <%= video_end %>
});
function toggle(target) {