/api/rx/live-info

Use the interface to obtain information of all RX streams.

Request Mode

POST /api/rx/live-info

Response Body

{
    "stream-no-max": 2,
    "mw-buffer-duration-min": 1,
    "mw-buffer-duration-max": 3000,
    "mw-buffer-duration-def": 100,
    "gst-count-max": 16,
    "gst-count": 3,
    "gst": [
        {
            "uid": 9,
            "enable": false,
            "name": "TS over SRT",
            "stream-no": "Stream1",
            "url": "srt://10.10.11.54:10000?streamid=11&mode=caller&passphrase=111111111111&latency=100&mw-audio-track=2&mw-buffer-duration=100&mw-headroom-db=0"
        },
        {
            "uid": 11,
            "enable": false,
            "name": "NDI",
            "stream-no": "Stream1",
            "url": "ntkndi://ndi?ndi-name=DESKTOP-KN2V7CQ (Intel UHD Graphics 630 1)&ndi-url=&mw-buffer-duration=100&mw-headroom-db=0&mw-audio-standard=SMPTE"
        }
    ],
    "ndi-options": {
        "enable-discovery": false,
        "discovery-server": "",
        "group-name": "", 
        "extra-ips": ""
    },
    "discovery": [],
    "status": 0
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
stream-no-max Concurrency streams.
mw-buffer-duration-min Minimum cache time, in milliseconds.
mw-buffer-duration-max Maximum cache time, in milliseconds.
mw-buffer-duration-def Default cache time, in milliseconds.
gst-count-max Maximum number of streams.
gst-count Number of streams.
gst[i].uid Unique ID, must be greater than 0.
gst[i].enable True: enable the stream. False: disable the stream.
gst[i].name Stream name, the string length of which should be within [1, 1023].
gst[i].stream-no The chosen stream includes Stream1, Stream2.
gst[i].url Stream URL.
gst[i].report Report information.
ndi-options[i].enable-discovery True: enable discovery service, false: disable discovery service.
ndi-options[i].discovery-server The IP address of discovery server.
ndi-options[i].group-name Group name, default value is public.
ndi-options[i].extra-ips External NDI source.
discovery[i].is-ndi True: enable auto-discovery NDI, false: disable auto-discovery NDI.
discovery[i].ndi-name Auto-discovery NDI name.
discovery[i].ndi-url Auto-discovery NDI address.

results matching ""

    No results matching ""