set_stream_service_settings
Set OBS stream destination by specifying a service type (like rtmp_custom or rtmp_common) and providing the relevant settings, such as server and key.
Instructions
Set the stream destination. For a plain custom RTMP target, use service_type="rtmp_custom" and settings={"server": "...", "key": "..."}.
Args: service_type: e.g. "rtmp_custom" or "rtmp_common". settings: Service-specific settings object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes | ||
| service_type | Yes |