set_media_input_cursor
Set a media input's playback cursor to an exact millisecond position. Allows precise seeking in OBS media sources without bounds checking.
Instructions
Seek a media source to an absolute position. No bounds checking.
Args: input_name: Name of the media input. cursor_ms: Position in milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor_ms | Yes | ||
| input_name | Yes |