Control playback on your Android TV remotely.
The server runs locally on the Android TV device.
/v1http://<TV_IP>:8085/v1Starts video playback. If something is playing, it interrupts it immediately.
Sends transport and configuration commands to the active player.
| Command | Value (value) | Description |
|---|---|---|
| PLAY | - | Resumes playback. |
| PAUSE | - | Pauses playback. |
| STOP | - | Stops and returns to start. |
| SEEK | Long (ms) | Jumps to position (e.g., "15000"). |
| FORWARD | - | Forward 10 seconds. |
| REWIND | - | Rewind 10 seconds. |
| METADATA | String | Change image subtitle. |
| MESSAGE | String | Send message to screen. |
| VOLUME | Float (0.0 - 1.0) | Set volume (e.g., "0.5"). |
| SPEED | Float | Set speed (e.g., "1.5"). |
| POSTER | String | Change main image URL. |
| VIDEO | String (iso) | Change video track (e.g., "es", "en"). |
| AUDIO | String (iso) | Change audio track (e.g., "es", "en"). |
| SUBTITLE | String (iso) | Change subtitle (e.g., "en", "off"). |
Polling to synchronize your remote control interface.
Error 503: If the player is not initialized.