Presentation Buddy MCP Server

by yshk-mrt
MIT License

SetMediaTime

Set the playback time of a media source in milliseconds to jump to specific scenes or define replay start points using OBS WebSocket commands.

Instructions

Sets the current playback time of a media source. 用途: 特定シーンへのジャンプ、リプレイの開始位置設定

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "additionalProperties": false, "properties": { "mediaTime": { "description": "Playback time in milliseconds.", "type": "number" }, "sourceName": { "description": "Name of the media source.", "type": "string" } }, "required": [ "sourceName", "mediaTime" ], "type": "object" } }, "required": [ "params" ], "type": "object" }
ID: 4zxxemzoi5