Starts streaming the computer display via RTMP to a configured connection.
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/stream/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "connection_name": "twitch" } '
{ "success": true, "status": "<string>", "pid": 123 }
true
streaming
curl -X POST https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/stream/start \ -H "Authorization: Bearer $ORGO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"connection_name": "twitch"}'
{ "success": true, "status": "streaming", "pid": 12345 }
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Name of the configured RTMP connection
Stream started
Stream process ID