{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin File Restreamer API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "File Restreamer", "type": "folder" }, "items": [ { "info": { "name": "Create File Restream Provision", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/filerestreamer/provision.create", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a provision that restreams a recorded FLV or MP4 file as a pseudo-live stream. The file is played back continuously or on loop, allowing pre-recorded content to be distributed as a live stream." }, { "info": { "name": "Delete File Restream Provision", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:5080/filerestreamer/provision.delete", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stops and removes an active file restreaming provision, halting playback and live distribution of the specified pre-recorded file." } ] } ], "bundled": true }