Click or drag to resize
RtspSessionSetupUdpUnicastSubStreams Method
Attempts to progress the session to set up (Setup) individual substreams. (See also RtspPrimitives.CreateUdpSession)

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool SetupUdpUnicastSubStreams(
	List<RtspSubStream> subs,
	int mediaport
)

Parameters

subs
Type: System.Collections.GenericListRtspSubStream
A list of SubStream objects to use.
mediaport
Type: SystemInt32
The mediaport.

Return Value

Type: Boolean
Returns true on success, otherwise false.
See Also