Click or drag to resize
RtspPrimitivesCreateTcpInterleaveSession Method
Attempts to create an RTSP session given a collection of SubStream objects. The interleave channels used, are provided by the values by Configuration.NextInterleaveChannel and Configuration.UseRtcpInterleaveChannel.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool CreateTcpInterleaveSession(
	IEnumerable<RtspSubStream> subStreams
)

Parameters

subStreams
Type: System.Collections.GenericIEnumerableRtspSubStream
SubStream objects to use.

Return Value

Type: Boolean
Returns true on success, otherwise false.
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also