package webrtc.rtclog

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

message AudioPlayoutEvent

rtc_event_log.proto:102

Used in: Event

message AudioReceiveConfig

rtc_event_log.proto:224

Used in: Event

message AudioSendConfig

rtc_event_log.proto:236

Used in: Event

message BwePacketLossEvent

rtc_event_log.proto:107

Used in: Event

message DecoderConfig

rtc_event_log.proto:155

Maps decoder names to payload types.

Used in: VideoReceiveConfig

message EncoderConfig

rtc_event_log.proto:215

Maps encoder names to payload types.

Used in: VideoSendConfig

message Event

rtc_event_log.proto:23

Used in: EventStream

enum Event.EventType

rtc_event_log.proto:30

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:18

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:6

Used in: RtcpPacket, RtpPacket

message RtcpPacket

rtc_event_log.proto:91

Used in: Event

message RtpHeaderExtension

rtc_event_log.proto:165

Maps RTP header extension names to numerical IDs.

Used in: AudioReceiveConfig, AudioSendConfig, VideoReceiveConfig, VideoSendConfig

message RtpPacket

rtc_event_log.proto:74

Used in: Event

message RtxConfig

rtc_event_log.proto:176

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:185

Used in: VideoReceiveConfig

message VideoReceiveConfig

rtc_event_log.proto:125

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:133

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:194

Used in: Event