get https://access.lumana.ai/v1/live-view/cameras//local/start
Start or extend a local live view for a camera. The API response provides a stream URL, but the hostname should be replaced with the host prefix obtained from the Get Camera Network Information endpoint.
Example:
Host prefix: https://<edgeId>-eth0.lumixai.com
Stream URL: /streams/<edgeId>/<cameraId>/video/manifest.m3u8
The full URL would be: https://<edgeId>-eth0.lumixai.com/streams/<edgeId>/<cameraId>/video/manifest.m3u8
[Learn more](https://lumana.readme.io/reference/live-view-local-hls).