bosch_camera_stream_url
Retrieve the RTSPS stream URL for a camera directly on your local network, bypassing cloud relay. Works with ffmpeg, VLC, or go2rtc when run on the same network.
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/...) |