From 6d184fec360f054bb846af6a307f0dacedc9b1b4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 5 Oct 2025 17:32:51 +0200 Subject: [PATCH] rm jack low-latency ATM --- bin/streaming/telecaster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 0545dac..f6a9024 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -54,7 +54,8 @@ PARAMS = { "gst_video_options": "", "gst_video_device": "device={device}", "gst_audio_source": "jackaudiosrc", - "gst_audio_options": "connect=2 low-latency=true", + # "gst_audio_options": "connect=2 low-latency=true", + "gst_audio_options": "connect=2", "connect": ["jack_connect system:capture_1 webm_streaming_0_audio:in_jackaudiosrc0_1", "jack_connect system:capture_2 webm_streaming_0_audio:in_jackaudiosrc0_2", -- 2.39.5