1 This directory contains a RTP/RTCP library used for the Cast mirroring
2 protocol. This library is specifically built for low latency purposes and
3 enables Chrome to send real-time video and audio streams.
8 Build rules and top level source files and headers.
11 Module for receiving and decodes audio RTP stream.
14 Module for encoding and sending audio RTP stream.
16 cast/congestion_control/
17 Bandwidth estimation and network congestion handling.
20 Module for rate limiting data outflow.
23 Module for handling RTCP messages.
26 Module for common code used for RTP messages.
29 Module for reciving RTP messages.
32 Module for sending RTP messages.
35 Module for test applications.
38 Module for receiving and decodes video RTP stream.
41 Module for encoding and sending video RTP stream.
45 Content of this directory should only depend on:
48 Provides base libraries and platform independent layer.
51 Provides network capabilities.
54 Provides video encoder.
57 Provides audio encoder.
60 Provides audio signal processing.
64 See OWNERS for ownership.