Class RtspGlobal
Provides global RTSP configuration settings, constants, and utility methods.
public static class RtspGlobal
- Inheritance
-
RtspGlobal
- Inherited Members
Fields
OnvifGReplayExtensionAttribute
The ONVIF G Replay extension attribute name.
public static readonly string OnvifGReplayExtensionAttribute
Field Value
Properties
ForceRtpTransport
Gets or sets the forced RTP transport type. Setting this property reconfigures supported transports and media types.
public static RtpTransportType ForceRtpTransport { get; set; }
Property Value
SupportAddressFamily
Gets or sets the address family used to resolve domain names. Set to InterNetwork for IPv4 only, InterNetworkV6 for IPv6 only, or Unspecified (default) to support both IPv4 and IPv6.
public static AddressFamily SupportAddressFamily { get; set; }
Property Value
Methods
Initialize()
Initializes the RTSP global settings. Call this method to ensure the static constructor has been invoked.
public static void Initialize()