From 3598610f70b708e8f3b152fb72cf2312e9761f49 Mon Sep 17 00:00:00 2001 From: ninya9k Date: Wed, 19 May 2021 03:41:06 +0000 Subject: [PATCH] cookies not required --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da57cd3..a0c0528 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This works on Linux, and should work on macOS and Windows with some tweaking. Lo * Knowledge of FFmpeg and Tor ## Features -* Twitch-looking web interface (mobile friendly) +* Twitch-looking mobile-friendly web interface * Change stream title as you're streaming * Viewer count * Stream on/off indicator and playback error messages with prompts to refresh @@ -33,6 +33,7 @@ This works on Linux, and should work on macOS and Windows with some tweaking. Lo * Optionally uses videojs (append `?videojs=1` to the URL to enable 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 10 seconds. * Works without JavaScript +* Works without cookies ## Issues * CSS is spaghetti (e.g. the PureCSS framework is used sometimes when it might not need be)