Files
scrypted/plugins
Steven Wu baef85054c fix(homekit): force tcp rtsp_transport for two-way audio talkback (#2081)
The two-way audio talkback loopback (RtspServer over listenZeroSingleClient)
only supports TCP interleaved transport. The talkback ffmpeg input was built
without -rtsp_transport, so ffmpeg attempts a UDP SETUP first and the loopback
responds 461 Unsupported Transport.

The equivalent webrtc talkback path (plugins/webrtc/src/session-control.ts)
has always specified -rtsp_transport tcp; the homekit path did not. Align it.

Before: talkback was silent and the log showed "method SETUP failed: 461
Unsupported Transport". After: the 461 is gone and talkback audio works.
2026-06-28 20:19:34 -07:00
..
2025-03-21 08:08:27 -07:00
2026-01-08 08:31:57 -08:00
2024-03-25 12:44:25 -07:00
2026-03-08 10:39:00 -07:00
2025-07-31 11:03:24 -07:00
2024-02-12 15:52:11 -08:00
2024-08-10 10:36:26 -07:00
2025-10-03 08:03:47 -07:00
2026-03-08 10:42:04 -07:00
2026-03-08 10:39:00 -07:00
2024-11-08 09:14:11 -08:00
2026-03-08 10:39:00 -07:00
2025-06-18 14:01:16 -07:00
2023-06-30 17:58:23 -07:00
2026-01-19 22:16:44 -08:00
2025-07-22 11:11:16 -07:00
2024-11-15 10:02:13 -08:00