onvif
    Preparing search index...

    Interface MulticastConfiguration

    interface MulticastConfiguration {
        address: IPAddress;
        autoStart: boolean;
        port: number;
        TTL: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    address: IPAddress

    The multicast address (if this address is set to 0 no multicast streaming is enaled)

    autoStart: boolean

    Read only property signalling that streaming is persistant. Use the methods StartMulticastStreaming and StopMulticastStreaming to switch its state.

    port: number

    The RTP mutlicast destination port. A device may support RTCP. In this case the port value shall be even to allow the corresponding RTCP stream to be mapped to the next higher (odd) destination port number as defined in the RTSP specification.

    TTL: number

    In case of IPv6 the TTL value is assumed as the hop limit. Note that for IPV6 and administratively scoped IPv4 multicast the primary use for hop limit / TTL is to prevent packets from (endlessly) circulating and not limiting scope. In these cases the address contains the scope.