From 07bf00f9f6d3fe9f3ccddb0ec02a49acba4030b8 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Mon, 22 Aug 2022 13:38:37 +0300 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 112d3ef5..c7d60d4c 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ Available source types: - [exec](#source-exec) - advanced FFmpeg and GStreamer integration - [hass](#source-hass) - Home Assistant integration +**PS.** You can use sources like `MJPEG`, `HLS` and others via FFmpeg integration. + #### Source: RTSP - Support **RTSP and RTSPS** links with multiple video and audio tracks @@ -274,9 +276,9 @@ rtsp: ### Module: WebRTC -WebRTC usually works without problems in the local network. But external access may require additional settings. It depends on what type of internet do you have. +WebRTC usually works without problems in the local network. But external access may require additional settings. It depends on what type of Internet do you have. -- by default, WebRTC use two random UDP ports for each connection (for video and audio) +- by default, WebRTC use two random UDP ports for each connection (video and audio) - you can enable one additional TCP port for all connections and use it for external access **Static public IP**