diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-07-22 16:52:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-07-22 16:52:00 +0200 |
commit | 3986a7b40c0043ec33c2c2b7cf5c615c65599997 (patch) | |
tree | 8600d4d1615ca80ed6cc99ea0141e32dcf99cce8 /doc | |
parent | d92a11ac9bcbb16e1eb4940343c5e61db7ad33eb (diff) | |
download | dabmux-3986a7b40c0043ec33c2c2b7cf5c615c65599997.tar.gz dabmux-3986a7b40c0043ec33c2c2b7cf5c615c65599997.tar.bz2 dabmux-3986a7b40c0043ec33c2c2b7cf5c615c65599997.zip |
Rework STI/EDI/UDP multicast input group join
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 2 |
1 files changed, 2 insertions, 0 deletions
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 |