GET api/swc/startEnhancedLiveStreaming?assetId={assetId}&channel={channel}&interval={interval}&duration={duration}
Returns information to facilitate rendering a real-time stream for a vehicle.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetId |
AssetId to retrieve real-time stream for. |
integer |
Required |
channel |
Specifies which camera channel to stream. |
integer |
Default value is 1 |
interval |
Specifies the FPS (frames per second) of the stream (maximum value of 10). |
integer |
Default value is 10 |
duration |
Specifies the duration of the stream in seconds (maximum value of 60) |
integer |
Default value is 60 |
Body Parameters
None.
Response Information
Resource Description
StartEnhancedLiveStreamingRespName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
MoreInfo | MoreInfo |
None. |
|
Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "MoreInfo": { "RequestDate": "2025-05-09T12:40:50.9880504+01:00", "Duration": "sample string 2", "WidgetUrl": "sample string 3", "Username": "sample string 4" }, "Exception": "sample string 3" }
application/xml, text/xml
Sample:
<StartEnhancedLiveStreamingResp xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>1</Code> <Message>sample string 2</Message> <MoreInfo> <RequestDate>2025-05-09T12:40:50.9880504+01:00</RequestDate> <Duration>sample string 2</Duration> <WidgetUrl>sample string 3</WidgetUrl> <Username>sample string 4</Username> </MoreInfo> <Exception>sample string 3</Exception> </StartEnhancedLiveStreamingResp>