Documentation ¶
Overview ¶
This example demonstrates a src element that reads from objects in a minio bucket. Since minio implements the S3 API this plugin could also be used for S3 buckets by setting the correct endpoints and credentials.
By default this plugin will use the credentials set in the environment at MINIO_ACCESS_KEY_ID and MINIO_SECRET_ACCESS_KEY however these can also be set on the element directly.
In order to build the plugin for use by GStreamer, you can do the following:
$ go build -o libgstminio.so -buildmode c-shared .
Click to show internal directories.
Click to hide internal directories.