Update README.md see #147

This commit is contained in:
Andrea Bondavalli 2023-12-08 12:31:23 +01:00 committed by GitHub
parent 98439a23cb
commit 67a3b0a2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,10 +442,11 @@ where:
> **source** > **source**
> JSON string specifying the URL of the source SDP file. At present HTTP and RTSP protocols are supported. > 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** > **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) > See [example SDP file for a source](#rtp-source-sdp)
> **ignore\_refclk\_gmid** > **ignore\_refclk\_gmid**