orgo_start_stream
Start RTMP streaming from a computer to platforms like Twitch or YouTube by configuring resolution, FPS, and bitrate settings for live video output.
Instructions
Start RTMP streaming from a computer.
Stream the computer's display to Twitch, YouTube, or any RTMP endpoint.
Computer must be running. Only one stream per computer at a time.
Args:
params (StartStreamInput): Input containing:
- computer_id (str): Computer ID
- rtmp_url (str): Full RTMP URL with stream key
- resolution (Literal): '1920x1080', '1280x720', '854x480' (default: 720p)
- fps (Literal): 15, 30, or 60 (default: 30)
- bitrate (str): Video bitrate (default: '2500k')
Returns:
str: JSON with stream status
Examples:
- "Stream to Twitch" -> params with rtmp_url="rtmp://live.twitch.tv/app/key"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |