{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin Proxy API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "Proxy", "type": "folder" }, "items": [ { "info": { "name": "Whip Publish Endpoint", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/proxy/whip/:nodeGroupName/:streamGuid", "params": [ { "name": "nodeGroupName", "value": "", "type": "path", "description": "Name of the node group (cluster) to target" }, { "name": "streamGuid", "value": "", "type": "path", "description": "Unique identifier (GUID) for the stream" } ] }, "docs": "WebRTC-HTTP Ingestion Protocol (WHIP) endpoint for publishing a WebRTC stream through the Stream Manager proxy. Accepts an SDP offer and returns an SDP answer along with routing information to the selected streaming node." }, { "info": { "name": "Whep Subscribe Endpoint", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/proxy/whep/:nodeGroupName/:streamGuid", "params": [ { "name": "nodeGroupName", "value": "", "type": "path", "description": "Name of the node group (cluster) to target" }, { "name": "streamGuid", "value": "", "type": "path", "description": "Unique identifier (GUID) for the stream" } ] }, "docs": "WebRTC-HTTP Egress Protocol (WHEP) endpoint for subscribing to a live stream through the Stream Manager proxy. Accepts an SDP offer and returns an SDP answer routing the subscriber to the node carrying the requested stream." } ] } ], "bundled": true }