Skip to content

aliyun/aliyun-media-c-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alibaba Cloud OSS Media C SDK

Software License GitHub Version

About

In many cases, we need to store the video captured by the camera to the OSS. But we also have some considerations:

  • The AccessKeyID and AccessKeySecret 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.

Version

  • Current version: V2.1.0.

Compatibility

  • 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.

Dependency

Usage

License

  • MIT

Contact us