bosch_camera_stream_url
Retrieve the local RTSPS stream URL of a Bosch camera for direct LAN access, bypassing cloud relay. The URL works with media players like 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/...) |