From b133a18c427763f40b4c66a8bbbb3b01bd89633a Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 5 Apr 2026 11:33:17 +0200 Subject: [PATCH] docs: update (#5644) --- docs/2-features/02-architecture.md | 4 ++-- docs/3-publish/index.md | 2 +- docs/4-read/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2-features/02-architecture.md b/docs/2-features/02-architecture.md index a86ca5dd..ee54826b 100644 --- a/docs/2-features/02-architecture.md +++ b/docs/2-features/02-architecture.md @@ -5,9 +5,9 @@ In order to provide its features, _MediaMTX_ performs the following network interactions: - It interacts with any external source defined in the configuration, as a client, pulling streams. -- It exposes a series of servers that allow clients to publish and read streams with several protocols. +- It exposes a series of servers that allow clients to publish and read streams with several protocols (RTSP, RTMP, WebRTC, SRT, HLS). - It exposes a playback server that allows to read streams stored on disk. -- It exposes a series of administrative services. +- It exposes a series of administrative services (metrics, pprof, Control API). Internally, the service revolves around these components: diff --git a/docs/3-publish/index.md b/docs/3-publish/index.md index 91434f76..5a4faa59 100644 --- a/docs/3-publish/index.md +++ b/docs/3-publish/index.md @@ -1 +1 @@ -# Publish from +# Publish with diff --git a/docs/4-read/index.md b/docs/4-read/index.md index 925a3a0f..ce26c698 100644 --- a/docs/4-read/index.md +++ b/docs/4-read/index.md @@ -1 +1 @@ -# Read from +# Read with