The LinkVisual SDK provides the live streaming and video storage in the cloud features. This topic describes the functions that are used to implement the live streaming and video storage features and the data forwarding process.
The functions that are used to implement the video storage in the cloud feature and the data forwarding process are the same as the functions that are used to implement the live streaming feature and the data forwarding process. In this topic, the live streaming feature is used as an example.
Data forwarding process

Functions
Phase | Description | Function |
|---|---|---|
Create live streaming tasks. | Forwards commands. | |
Notifies a device to start pushing streams. | ||
Sends encoding information about audio and video streams. | ||
Sends audio and video data. | ||
Request to send I frames. | Requests to send I frames. | Note You must use the LV_LIVE_REQUEST_I_FRAME method in the function. |
Sends encoding information about audio and video streams. | ||
Sends audio and video data. | ||
Terminates live streaming. | Notifies a device to stop pushing streams. |