RtspConfiguration Fields |
The RtspConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | NextInterleaveChannel |
Initial interleave channel to use in when using CreateTcpInterleaveSession. This
value will then be automatically incremented.
|
![]() | Password |
Password to RTSP resource.
|
![]() | PauseAfterSetup |
If set to true a Pause request will automatically be sent after a the session has been
set up.
|
![]() | RemoteEndpoint |
The remote endpoint or proxy to the RTSP resource. This can be null if the host part -of
RtspResource is identical with the IP endpoint (no proxy)
|
![]() | RtspResourceUri |
If a proxy or other types of indirections are used, this is the endpoint the client
should connect to.
|
![]() | TransportModifiers |
The ITransportModifier to use on this session. (Optional)
|
![]() | UseAggregation |
Currently not in use.
|
![]() | UserName |
Username to RTSP resource.
|
![]() | UseRtcpInterleaveChannel |
If true, the session setup will include a dedicated interleave channel for RTCP signaling.
|