1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:58:51 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-11 18:37:48 +02:00
parent 0431bafd74
commit 9d9a6d66d9
87 changed files with 4443 additions and 1190 deletions

View File

@@ -4,6 +4,10 @@ E2E validation guide for **audio codecs** and **UDP stream protection** (FEC, NA
**See also:** [ndk/README.md](../ndk/README.md), [ROADMAP.md](ROADMAP.md), [AV_QUALITY_QA_SESSION.md](AV_QUALITY_QA_SESSION.md).
---
---
## Table of contents
<!-- toc -->
@@ -12,11 +16,17 @@ E2E validation guide for **audio codecs** and **UDP stream protection** (FEC, NA
- [User settings (both peers)](#user-settings-both-peers)
- [Developer settings](#developer-settings)
- [E2E matrix — run on two devices](#e2e-matrix-run-on-two-devices)
- [A. Handshake and negotiation](#a-handshake-and-negotiation)
- [B. Audio codec](#b-audio-codec)
- [C. Controls (user vs developer)](#c-controls-user-vs-developer)
- [D. Stress (optional)](#d-stress-optional)
- [What to capture per run](#what-to-capture-per-run)
- [Pass criteria](#pass-criteria)
- [Known limits (next)](#known-limits-next)
<!-- /toc -->
**Documentation index:** [README.md](README.md)
---
## Prerequisites