Get camera media URIs
Get media uris for camera to retrieve footage
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request to get media URIs for a camera device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Response
OK
Response containing media URIs for camera streaming and playback.
List of LAN check URLs to verify device availability
List of LAN check URLs to verify device availability
List of LAN H.264 live streaming URIs
List of LAN H.264 live streaming URIs
List of LAN M3U8 live streaming URIs
List of LAN M3U8 live streaming URIs
List of LAN MPD live streaming URIs
List of LAN MPD live streaming URIs
List of LAN URIs for live Opus audio streams
List of LAN URIs for live Opus audio streams
List of LAN M3U8 VOD URI templates
List of LAN M3U8 VOD URI templates
List of LAN MPD VOD URI templates
List of LAN MPD VOD URI templates
WAN H.264 live streaming URI
"rtsp://camera.example.com/live"
WAN M3U8 live streaming URI
"https://camera.example.com/live.m3u8"
WAN MPD live streaming URI
"https://camera.example.com/live.mpd"
WAN URI for live Opus audio stream
WAN H.264 VOD URI template
"https://camera.example.com/vod/{timestamp}.h264"
WAN M3U8 VOD URI template
"https://camera.example.com/vod/{timestamp}.m3u8"
WAN MPD VOD URI template
"https://camera.example.com/vod/{timestamp}.mpd"