get https://services.azuga.com/azuga-ws-oauth/v3/liveStream
This API helps you to request for live streaming from the camera. This feature is available only for Azuga AI cameras with vendorId=15.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/liveStream?cameraSerialNum=307060102430220
Did you know?
To incorporate the application into a webpage, an iframe can be used. To know more, please refer to Live Streaming - Overview documentation
API Response Explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | Time in UTC milliseconds when the API request is made | Long |
data | The object consists of metadata of the live stream request. | Object |
requestId | Unique identifier representing the live stream request. | String |
cameraType | Type of camera 1 = Front facing 2 = Driver Facing 51,52,53,54 = Auxiliary cameras | Array of integers |
serialNumber | Serial Number of the Azuga AI camera | String |
token | Token generated for accessing the live stream video from the vendor | String |
streamedDuration | Streamed duration in seconds(monthly). If the time exceeds 600s in a month, you may charged at $1/Min | Int |
deviceStatus | Current active status of the camera. Refer to Wakeup API endpoint to manually turn on the Azuga AI camera. | String |
error | Error description - if any | String |