{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin RTMP Restreamer API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "RTMP Restreamer", "type": "folder" }, "items": [ { "info": { "name": "Create Rtmp Restream Provision", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/restreamer/provision.create", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a provision that configures the Red5 Pro server to push a live ingest stream to one or more external RTMP or RTMPS destinations such as Facebook Live, YouTube Live, or any RTMP-compatible CDN endpoint. Each destination is specified with a stream URL and stream key." }, { "info": { "name": "Delete Rtmp Restream Provision", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/restreamer/provision.delete", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes an active RTMP restreaming provision, stopping retransmission to the configured external destinations for the specified source stream." }, { "info": { "name": "Create Rtmp Pull Restream Provision", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/restreamer/provision.pull.create", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a provision that configures the Red5 Pro server to pull a live stream from an external RTMP source and make it available as a local stream for subscribers. Useful for ingesting streams from external encoders or sources." } ] } ], "bundled": true }