Click or drag to resize
TransportSource Property
If the source address for the stream is different than what can be derived from the RTSP endpoint address (the server in playback or the client in recording), the source MAY be specified.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string Source { get; set; }

Property Value

Type: String
The source.
See Also