From 3986a7b40c0043ec33c2c2b7cf5c615c65599997 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Jul 2024 16:52:00 +0200 Subject: Rework STI/EDI/UDP multicast input group join --- doc/example.mux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/example.mux b/doc/example.mux index 383a2ab..d53b789 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -215,6 +215,8 @@ subchannels { ;inputuri "udp://:9001" ; Multicast UDP input: ;inputuri "udp://@239.10.0.1:9001" + ; Multicast UDP input with local interface (192.168.0.10) specification + ;inputuri "udp://192.168.0.10@239.10.0.1:9001" ; Two buffer-management types are available: prebuffering and timestamped. ; prebuffering will accumulate a few frames before it starts streaming, and each -- cgit v1.2.3