Click or drag to resize
TransportSsrc Property
The ssrc parameter indicates the RTP Ssrc value that should be (request) or will be (response) used by the media server. This parameter is only valid for unicast transmission. It identifies the synchronization source to be associated with the media stream.

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

Property Value

Type: String
The ssrc.
See Also