Click or drag to resize
DeliveryMethod Enumeration
Values that represent DeliveryMethod.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum DeliveryMethod
Members
  Member nameValueDescription
Multicast0 TCP signaling, RTP/RTCP over UDP multicast.
Unicast1 TCP signaling, RTP/RTCP over UDP unicast.
TcpInterleave2 TCP signaling, RTP/RTCP over TCP interleave.
RtspOverHttp3 Same as TcpInterleave, plus all packets are encapsulated in HTTP.
See Also