From dc7bd9a096c5e9dc6896f84b41ceaae3ebdeb789 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 5 Apr 2026 11:36:51 +0200 Subject: [PATCH] docs: update (#5645) --- docs/2-features/24-srt-specific-features.md | 2 +- docs/2-features/25-webrtc-specific-features.md | 2 +- docs/2-features/26-rtsp-specific-features.md | 2 +- docs/2-features/27-rtmp-specific-features.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2-features/24-srt-specific-features.md b/docs/2-features/24-srt-specific-features.md index ad94ddec..eb035292 100644 --- a/docs/2-features/24-srt-specific-features.md +++ b/docs/2-features/24-srt-specific-features.md @@ -1,6 +1,6 @@ # SRT-specific features -SRT is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish from SRT clients](../3-publish/01-srt-clients.md) and [Read from SRT clients](../4-read/01-srt.md). Features in this page are shared among both tasks. +SRT is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish with SRT clients](../3-publish/01-srt-clients.md) and [Read with SRT clients](../4-read/01-srt.md). Features in this page are shared among both tasks. ## Standard stream ID syntax diff --git a/docs/2-features/25-webrtc-specific-features.md b/docs/2-features/25-webrtc-specific-features.md index 25d28aae..7685116f 100644 --- a/docs/2-features/25-webrtc-specific-features.md +++ b/docs/2-features/25-webrtc-specific-features.md @@ -1,6 +1,6 @@ # WebRTC-specific features -WebRTC is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish from WebRTC clients](../3-publish/03-webrtc-clients.md) and [Read from WebRTC clients](../4-read/02-webrtc.md). Features in this page are shared among both tasks. +WebRTC is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish with WebRTC clients](../3-publish/03-webrtc-clients.md) and [Read with WebRTC clients](../4-read/02-webrtc.md). Features in this page are shared among both tasks. ## Codec support in browsers diff --git a/docs/2-features/26-rtsp-specific-features.md b/docs/2-features/26-rtsp-specific-features.md index 244f6829..a2fd5dae 100644 --- a/docs/2-features/26-rtsp-specific-features.md +++ b/docs/2-features/26-rtsp-specific-features.md @@ -1,6 +1,6 @@ # RTSP-specific features -RTSP is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish from RTSP clients](../3-publish/05-rtsp-clients.md) and [Read from RTSP clients](../4-read/03-rtsp.md). Features in this page are shared among both tasks. +RTSP is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish with RTSP clients](../3-publish/05-rtsp-clients.md) and [Read with RTSP clients](../4-read/03-rtsp.md). Features in this page are shared among both tasks. ## Transport protocols diff --git a/docs/2-features/27-rtmp-specific-features.md b/docs/2-features/27-rtmp-specific-features.md index 5a72a946..c5ea66d0 100644 --- a/docs/2-features/27-rtmp-specific-features.md +++ b/docs/2-features/27-rtmp-specific-features.md @@ -1,6 +1,6 @@ # RTMP-specific features -RTMP is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish from RTMP clients](../3-publish/07-rtmp-clients.md) and [Read from RTMP clients](../4-read/04-rtmp.md). Features in this page are shared among both tasks. +RTMP is a protocol that can be used for publishing and reading streams. Regarding specific tasks, check out [Publish with RTMP clients](../3-publish/07-rtmp-clients.md) and [Read with RTMP clients](../4-read/04-rtmp.md). Features in this page are shared among both tasks. ## Encryption