From 67a3b0a2a61dc7a5dabc55ace2b30fa387f2dd8c Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:31:23 +0100 Subject: [PATCH] Update README.md see #147 --- daemon/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daemon/README.md b/daemon/README.md index 53359f5..2317182 100644 --- a/daemon/README.md +++ b/daemon/README.md @@ -442,10 +442,11 @@ where: > **source** > JSON string specifying the URL of the source SDP file. At present HTTP and RTSP protocols are supported. -> This parameter is mandatory if **use\_sdp** is false. +> This parameter is only used if **use\_sdp** is false. Even when not used it must be specified and an empty string can be provided. > **sdp** -> JSON string specifying the SDP of the source. This parameter is mandatory if **use\_sdp** is true. +> JSON string specifying the SDP of the source. +> This parameter is only used if **use\_sdp** is true. Even when not used it must be specified and an empty string can be provided. > See [example SDP file for a source](#rtp-source-sdp) > **ignore\_refclk\_gmid**