Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-stream-service-settings

Configure streaming service settings in OBS Studio by specifying the service type and corresponding parameters to establish or modify broadcast connections.

Instructions

Sets the current stream service settings

Input Schema

NameRequiredDescriptionDefault
streamServiceSettingsYesSettings to apply to the service
streamServiceTypeYesType of stream service to apply. Example: rtmp_common or rtmp_custom

Input Schema (JSON Schema)

{ "properties": { "streamServiceSettings": { "additionalProperties": {}, "description": "Settings to apply to the service", "type": "object" }, "streamServiceType": { "description": "Type of stream service to apply. Example: rtmp_common or rtmp_custom", "type": "string" } }, "required": [ "streamServiceType", "streamServiceSettings" ], "type": "object" }

Other Tools from OBS MCP Server

Related Tools

    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/royshil/obs-mcp'

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