Click or drag to resize
TransportServerPort Property
This parameter provides the unicast RTP/RTCP port pair on which the server has chosen to receive media data and control information. It is specified as a pair, e.g., server_port=3456-3457.

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

Property Value

Type: String
The server port.
See Also