diff options
author | Andreas Hubel | 2020-10-24 12:48:54 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-10-24 12:48:54 +0200 |
commit | 36faa5b001fe86284f29a544448d078f9f11e8bf (patch) | |
tree | 45d184094a05749ec2a260690f69813debed4802 /template | |
parent | 4afff5d0b51e3bbb84f4c3bf102aabd15ab797c9 (diff) |
fix netcut
Diffstat (limited to '')
-rw-r--r-- | template/relive-player-netcut.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive-player-netcut.phtml b/template/relive-player-netcut.phtml index 379a0c3..61a21b2 100644 --- a/template/relive-player-netcut.phtml +++ b/template/relive-player-netcut.phtml @@ -46,7 +46,7 @@ <script type="text/javascript"> VIDEO_FPS = 25; - INFRAME = ($relive->getPreRecOffset())*25; + INFRAME = 900*25; OUTFRAME = <?= ($talk['duration']-900)*25 ?>; </script> |