A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/RTCRemoteInboundRtpStreamStats/ssrc below:

RTCRemoteInboundRtpStreamStats: ssrc property - Web APIs

RTCRemoteInboundRtpStreamStats: ssrc property

Baseline Widely available

The ssrc property of the RTCRemoteInboundRtpStreamStats dictionary contains a positive integer value that identifies the synchronization source (SSRC) of this stream of RTP packets.

A source might be something like a microphone, or a mixer application that combines multiple sources. All packets from the same source share the same time source and sequence space, and so can be ordered relative to each other. Note that two streams with the same ssrc value refer to the same source.

Value

A positive 32-bit integer uniquely identifying the SSRC of the RTP packets whose statistics are covered by this RTCRemoteInboundRtpStreamStats object.

The manner in which SSRC values are generated is not mandated by the specification, although it does make recommendations. You should not make any assumptions based on the value of ssrc other than that any two objects with the same ssrc value refer to the same source. See RFC 3550, section 8 for additional information about ssrc.

Note: The specification includes an example that generates values for ssrc using MD5. While not part of the standard, exactly, it is a good mechanism that may be used by some browsers; others may use other methods, such as random number generators. Do not rely upon these values meaning anything other than "these objects are associated with the same source."

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4