package webrtc.rtclog

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AudioPlayoutEvent

rtc_event_log.proto:97

Used in: Event

message AudioReceiveConfig

rtc_event_log.proto:212

Used in: Event

message AudioSendConfig

rtc_event_log.proto:223

Used in: Event

message BwePacketLossEvent

rtc_event_log.proto:102

Used in: Event

message DecoderConfig

rtc_event_log.proto:149

Maps decoder names to payload types.

Used in: VideoReceiveConfig

message EncoderConfig

rtc_event_log.proto:204

Maps encoder names to payload types.

Used in: VideoSendConfig

message Event

rtc_event_log.proto:20

Used in: EventStream

enum Event.EventType

rtc_event_log.proto:27

The different types of events that can occur, the UNKNOWN_EVENT entry is added in case future EventTypes are added, in that case old code will receive the new events as UNKNOWN_EVENT.

Used in: Event

message EventStream

rtc_event_log.proto:16

This is the main message to dump to a file, it can contain multiple event messages, but it is possible to append multiple EventStreams (each with a single event) to a file. This has the benefit that there's no need to keep all data in memory.

enum MediaType

rtc_event_log.proto:5

Used in: RtcpPacket, RtpPacket

message RtcpPacket

rtc_event_log.proto:86

Used in: Event

message RtpHeaderExtension

rtc_event_log.proto:158

Maps RTP header extension names to numerical IDs.

Used in: AudioReceiveConfig, AudioSendConfig, VideoReceiveConfig, VideoSendConfig

message RtpPacket

rtc_event_log.proto:70

Used in: Event

message RtxConfig

rtc_event_log.proto:168

RTX settings for incoming video payloads that may be received. RTX is disabled if there's no config present.

Used in: RtxMap

message RtxMap

rtc_event_log.proto:176

Used in: VideoReceiveConfig

message VideoReceiveConfig

rtc_event_log.proto:120

TODO(terelius): Video and audio streams could in principle share SSRC, so identifying a stream based only on SSRC might not work. It might be better to use a combination of SSRC and media type or SSRC and port number, but for now we will rely on SSRC only.

Used in: Event

enum VideoReceiveConfig.RtcpMode

rtc_event_log.proto:128

Compound mode is described by RFC 4585 and reduced-size RTCP mode is described by RFC 5506.

Used in: VideoReceiveConfig

message VideoSendConfig

rtc_event_log.proto:184

Used in: Event