From 24cf7c9245dde433ed26062b01e1e6a5c30c8543 Mon Sep 17 00:00:00 2001 From: ulziibay-kernel Date: Mon, 23 Mar 2026 16:50:43 -0600 Subject: [PATCH] Revert "[kernel-cus-78] feat: update neko config (#175)" This reverts commit ee536e49af1431da8617925c0ae764d10f7d3dde. --- images/chromium-headful/neko.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/images/chromium-headful/neko.yaml b/images/chromium-headful/neko.yaml index e1d5414a..dc9619ec 100644 --- a/images/chromium-headful/neko.yaml +++ b/images/chromium-headful/neko.yaml @@ -1,35 +1,6 @@ # For detailed configuration options, please refer to the Neko documentation: # https://neko.m1k1o.net/docs/v3/configuration#file -# VP9 configuration optimized for quality and Safari compatibility -# Note: VP9 profile is set at WebRTC SDP level (profile-id=0), not as a GStreamer parameter -capture: - video: - codec: "vp9" - ids: - - "main" - - "legacy" - pipelines: - main: - fps: "25" - gst_encoder: "vp9enc" - gst_prefix: "! videoconvert ! video/x-raw,format=I420" # Force I420 input → VP9 Profile 0 (Safari WebCodecs only supports Profile 0) - gst_params: - cpu-used: "5" # Balanced encoding for Safari - threads: "4" - deadline: "1" # Realtime mode - keyframe-max-dist: "25" # Keyframe every ~1s at 25fps (helps Safari WebCodecs fallback find first keyframe faster) - legacy: - fps: "25" - gst_encoder: "vp9enc" - gst_prefix: "! videoconvert ! video/x-raw,format=I420" # Force I420 input → VP9 Profile 0 - gst_params: - cpu-used: "5" - threads: "4" - deadline: "1" - keyframe-max-dist: "25" # Keyframe every ~1s at 25fps - show_pointer: true - desktop: screen: "1920x1080@25"