Skip to main content
Glama

start_streaming

Begin live streaming from OBS Studio to broadcast content to your audience.

Instructions

Start OBS streaming.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'start_streaming' tool, which calls the OBS 'StartStream' method.
    case "start_streaming": {
      await obs.call("StartStream");
      return ok({ streaming: true });
    }
  • The registration of the 'start_streaming' tool with its description and schema.
    {
      name: "start_streaming",
      description: "Start OBS streaming.",
      inputSchema: { type: "object", properties: {} },
    },

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/LarsCanGit/OBS-MCP'

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