bosch_camera_stream_url
Retrieve a local RTSPS stream URL for a Bosch camera, avoiding cloud relay, for use with ffmpeg, VLC, or go2rtc.
Instructions
Get the LAN RTSPS stream URL for one camera. No Bosch cloud relay.
The returned URL is consumable by ffmpeg/VLC/go2rtc. Requires that the MCP host runs on the same network as the camera and has local credentials configured for the camera (bosch_config.json → cameras[name].local_*).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | LAN-only — MCP host must be on the same network as the camera. | |
| camera | Yes | Canonical camera name from config | |
| rtsps_url | Yes | LAN RTSPS URL via TLS proxy (rtsps://<user>:<pass>@<ip>:443/...) |