From b0c48b24f91635abccfa69620abd000ad0a50cf9 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:19:57 +0300 Subject: [PATCH] Update majestic-streamer.md, ad features --- en/majestic-streamer.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/en/majestic-streamer.md b/en/majestic-streamer.md index faf66aa..a6ecbc9 100644 --- a/en/majestic-streamer.md +++ b/en/majestic-streamer.md @@ -35,9 +35,22 @@ At the moment it is possible to change parameters in the configuration file via This allows parameters to be changed with a single line in pseudo-dynamic mode on some platforms simply by forcing a re-read of the configuration file. ``` -cli -s .video0.codec h264 ; cli -s .video0.fps 10 ; killall -1 majestic +cli -s .video0.codec h264 ; cli -s .video0.fps 10 ; killall -HUP majestic ``` +### Experimental Control Features (not yet described in endpoints) + +``` +/metrics/gain +``` +``` +/night/ircut +``` +``` +/night/light +``` + + ### Auto day/night detection The experiments continue...