mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
sotm: temporaily set vod prerecord skip time to 150 seconds.
This commit is contained in:
parent
3cb51e4f2d
commit
417166a6f9
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ $(function() {
|
|||
// skip forward to scheduled beginning of the talk at
|
||||
// ~ 0:14:30 (30 sec offset, if speaker starts on time)
|
||||
} else if (playback.getPlaybackType() == 'vod') {
|
||||
player.seek(14 * 60 + 30);
|
||||
// TODO use varable, or add field to relive.json api
|
||||
player.seek(150);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue