Click or drag to resize
RtspOverHttp Class
Implements RTSP over HTTP (See Dispatch 28 on Apple Dev.: Tunnelling RTSP and RTP through HTTP) by using ITransportModifier to intercept outgoing/incoming RTSP for HTTP encapsulation. By being derived from ITransportModifier, the object gains access to the underlying RTSPManager object and allows the hooking of OnBeforeSend and OnBeforeReceive to encapsulated RTSP sessions.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsTransportModifier
    StreamCoders.Rtsp.ExtensionsRtspOverHttp

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class RtspOverHttp : TransportModifier

The RtspOverHttp type exposes the following members.

Constructors
  NameDescription
Public methodRtspOverHttp
Initializes a new instance of the RtspOverHttp class
Top
Properties
  NameDescription
Public propertyTransportModifierError (Inherited from TransportModifier.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
Remarks
RTSP over HTTP supports both RTSP and HTTP layer authentication.
See Also

Reference

[!:StreamCoders.Rtsp.Extensions.ITransportModifier]