start_video_stream
Launch an HTTP MJPEG video stream of the Android device screen and open a viewer window, automatically starting a scrcpy session when needed so you can watch the device in real time.
Instructions
Start an HTTP MJPEG video stream of the device screen and open a viewer window (ffplay). Starts a scrcpy session automatically if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | HTTP port for the MJPEG stream (default 7183) | |
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP URL of the MJPEG stream | |
| status | Yes | Stream status (e.g. 'started') | |
| viewer | Yes | Viewer status message | |
| screenSize | Yes | Native display resolution — tap/swipe use these native coordinates (no scaling) |