Skip to main content
Glama

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
NameRequiredDescriptionDefault
paramsYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickvasilescu/orgo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server