From 12a73b00cbd9880a53533c303e700c08731839e4 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sat, 17 Sep 2022 20:32:17 +0300 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f052fcf0..40231b55 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ If you see a device but it does not have a pair button - it is paired to some ec Support public cameras from service [Ivideon](https://tv.ivideon.com/). ```yaml -sources: +streams: quailcam: ivideon:100-tu5dkUPct39cTp9oNEN2B6/0 ``` @@ -479,7 +479,7 @@ When the stream starts - the camera `entity_id` will be added to go2rtc "on the You can add camera `entity_id` to [go2rtc config](#configuration) if you need transcoding: ```yaml -sources: +streams: "camera.hall": ffmpeg:{input}#video=copy#audio=opus ```