mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
README.md: Add various new plugins
This commit is contained in:
parent
18f85a1543
commit
5ba1c98ae7
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -28,8 +28,11 @@ You will find the following plugins in this repository:
|
|||
|
||||
- `aws`: Various elements for Amazon AWS services using the [AWS SDK](https://awslabs.github.io/aws-sdk-rust/) library
|
||||
- `s3src`/`s3sink`: A source and sink element to talk to the Amazon S3 object storage system.
|
||||
- `s3hlssink`: A sink element to store HLS streams on Amazon S3.
|
||||
- `aws_transcriber`: an element wrapping the AWS Transcriber service.
|
||||
|
||||
- `raptorq`: Encoder/decoder element for RaptorQ RTP FEC mechanism.
|
||||
|
||||
* `audio`
|
||||
- `audiofx`: Elements to apply audio effects to a stream
|
||||
- `rsaudioecho`: a simple echo/reverb filter.
|
||||
|
@ -109,6 +112,17 @@ You will find the following plugins in this repository:
|
|||
|
||||
- `togglerecord`: Element to enable starting and stopping multiple streams together.
|
||||
|
||||
- `tracers`: Plugin with multiple tracers:
|
||||
- `buffer-lateness`: Records lateness of buffers and the reported
|
||||
latency for each pad in a CSV file. Contains a script for
|
||||
visualization.
|
||||
- `pipeline-snapshot`: Creates a .dot file of all pipelines in the
|
||||
application whenever requested.
|
||||
- `queue-levels`: Records queue levels for each queue in a CSV file.
|
||||
Contains a script for visualization.
|
||||
|
||||
- `uriplaylistbin`: Helper bin to gaplessly play a list of URIs.
|
||||
|
||||
## Building
|
||||
|
||||
gst-plugins-rs relies on [cargo-c](https://github.com/lu-zero/cargo-c/) to
|
||||
|
|
Loading…
Reference in a new issue