From 6d99c973329e824b7cc0c708dd1243911b006bd6 Mon Sep 17 00:00:00 2001 From: AI Dev Date: Sat, 22 Aug 2026 18:48:58 +0000 Subject: [PATCH 1/2] majestic-streamer: goke does speaker output too The talkback section listed the platforms with working speaker output as HiSilicon, Ingenic, Sigmastar, Allwinner, Rockchip and Xiongmai, omitting Goke. That omission sent the reporter of OpenIPC/firmware#2183 hunting for a third-party baresip module to get audio onto a gk7205v200 speaker, when majestic's RTSP back-channel already covers it. Goke SoCs are HiSilicon-derived and share the audio path, so pair them the way the motion-detect line above already does. --- en/majestic-streamer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/majestic-streamer.md b/en/majestic-streamer.md index 13ed3f5b..25f3f3c0 100644 --- a/en/majestic-streamer.md +++ b/en/majestic-streamer.md @@ -310,7 +310,7 @@ Many boards gate the amplifier behind a GPIO. Set `audio.speakerPin` (and `audio.speakerPinInvert` if it is active-low), otherwise the logs look clean and nothing comes out. -Speaker output is available on HiSilicon, Ingenic, Sigmastar, Allwinner, +Speaker output is available on HiSilicon/Goke, Ingenic, Sigmastar, Allwinner, Rockchip and Xiongmai. `audio.srate` is shared by input and output; there is no separate output rate. From dc84725115a630eae1e5af0c6a8c5c7ffdc5b372 Mon Sep 17 00:00:00 2001 From: AI Dev Date: Sat, 22 Aug 2026 18:59:30 +0000 Subject: [PATCH 2/2] majestic-streamer: spell hisilicon right The motion-detect line read "Hisilion/Goke". This is the only occurrence of that misspelling in the wiki; the casing variant "Hisilicon" is a separate and much wider inconsistency, and several of its occurrences are verbatim kernel output or package paths, so leave those alone. --- en/majestic-streamer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/majestic-streamer.md b/en/majestic-streamer.md index 25f3f3c0..9f0f306b 100644 --- a/en/majestic-streamer.md +++ b/en/majestic-streamer.md @@ -115,7 +115,7 @@ EOF ### Motion detection -Motion detect is supported for Hisilion/Goke, Ingenic and Sigmastar. +Motion detect is supported for HiSilicon/Goke, Ingenic and Sigmastar. When a motion event is detected, `majestic` invokes a predefined script `/usr/sbin/motion.sh` with a parameter specifying the object count: ```