diff --git a/README.md b/README.md index 08b28a43..ea08186f 100644 --- a/README.md +++ b/README.md @@ -1224,7 +1224,7 @@ Where [mypath] is the name of a path. The server will return a list of timespans The server provides an endpoint for downloading recordings: ``` -http://localhost:9996/get?path=[mypath]&start=[start_date]&duration=[duration]&format=[format] +http://localhost:9996/get?path=[mypath]&start=[start_date]&duration=[duration] ``` Where: @@ -1232,19 +1232,18 @@ Where: * [mypath] is the path name * [start_date] is the start date in RFC3339 format * [duration] is the maximum duration of the recording in seconds -* [format] must be fmp4 All parameters must be [url-encoded](https://www.urlencoder.org/). For instance: ``` -http://localhost:9996/get?path=stream2&start=2024-01-14T16%3A33%3A17%2B00%3A00&duration=200.5&format=fmp4 +http://localhost:9996/get?path=stream2&start=2024-01-14T16%3A33%3A17%2B00%3A00&duration=200.5 ``` -The resulting stream is natively compatible with any browser, therefore its URL can be directly inserted into a \