disable videojs; scrubbing when videojs disabled

このコミットが含まれているのは:
n9k 2021-04-17 06:56:31 +00:00
コミット 5085b49948
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -25,6 +25,8 @@ This was originally made for fun over the course of five days and hence sloppine
* Flood detection / liberal captcha
* Shows stream uptime
* List of users watching / not watching
* Optionally uses videojs (append `?videojs=0` to the URL to disable it)
* With videojs disabled, you can scrub backwards and forwards on the video timeline. If you scrub to the end (the most recent segment), you can achieve really quite low latency, as low as 12 seconds.
* Works without JavaScript
## Issues