get-buffer-limit

Use the interface to parse configured buffer duration of each source according to its protocol type, including the default value and the value rang in ms.

HTTP Request

GET http://ip/mwapi?method=get-buffer-limit&proto=ntkndi
Parameter Description
method get-buffer-limit
proto Indicates the protocol type, options are ntkndi, rtsp, http, rtmp, udp, srt and rtp.

Response Body

{
  "status": 0,
  "buffer-duration-def": 60,
  "buffer-duration-min": 20,
  "buffer-duration-max": 120
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values.
buffer-duration-def Shows the default buffer time in ms.
buffer-duration-min Shows the minimum value in ms.
buffer-duration-max Shows the maximum value in ms.

results matching ""

    No results matching ""