In many cases, we need to store the video captured by the camera to the OSS. But we also have some considerations:
- The
AccessKeyID
andAccessKeySecret
cannot be stored permanently on the device because it may be leaked. - The device only allows file uploads and downloads and does not allow administrative permissions such as deletion and configuration modification.
- Webpages can be provided for you to manage your own videos.
- Precise control over the device permission is provided.
- The permission for the device has a validity period. A permission for a device cannot be held permanently.
- The audio and video files output by the camera are expected to be directly watched through the HLS protocol.
Out of the above considerations, we launched the OSS MEDIA C SDK built based on the OSS C SDK, which can conveniently solve the above mentioned issues and provide more improved and easy-to-use solutions for the audio and video industry.
- Current version: V2.1.0.
- Because the underlying C SDK is not compatible with previous versions, the Media C SDK is not compatible with 1.x.x. Incompatible interfaces mainly involve those related with list operations.
- Example project: Refer to sample section.
- Documentation: OSS C MEDIA SDK Documentation.
- MIT
- Alibaba Cloud OSS official website.
- Alibaba Cloud OSS official forum.
- Alibaba Cloud OSS official documentation center.
- Alibaba Cloud official technical support: Submit a ticket.