Values.MulticastSourceSourcePair of multicast url and source ip address (optional) that make up a multicast source.
type nonrec t = {sourceIp : string option;This represents the ip address of the device sending the multicast stream.
*)url : string option;This represents the customer's source URL where multicast stream is pulled from.
*)}