From a3f68a2c53e99f945b749725c736e6966a39bd1b Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 24 Aug 2020 23:53:49 +0200 Subject: [PATCH] UDP Source multicast: REST API --- swagger/sdrangel/api/swagger/include/UDPSource.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/swagger/sdrangel/api/swagger/include/UDPSource.yaml b/swagger/sdrangel/api/swagger/include/UDPSource.yaml index 129d240ac..641de4ddc 100644 --- a/swagger/sdrangel/api/swagger/include/UDPSource.yaml +++ b/swagger/sdrangel/api/swagger/include/UDPSource.yaml @@ -47,6 +47,14 @@ UDPSourceSettings: udpPort: type: integer format: uint16 + multicastAddress: + type: string + multicastJoin: + type: integer + description: > + Joim multicast group + * 0 - leave group + * 1 - join group title: type: string streamIndex: