mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
aws: Document the s3hlssink element in README
This commit is contained in:
parent
b5d5cf25fe
commit
56e7a2f6ab
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ $ gst-launch-1.0 \
|
|||
s3sink uri=s3://us-west-1/example-bucket/my/file.ogv?version=my-optional-version
|
||||
```
|
||||
|
||||
## s3hlssink
|
||||
|
||||
Writes a single variant HLS stream directly to a specified S3 (region, bucket,
|
||||
path prefix) tuple. Takes the encoded audio and video stream as input, and uses
|
||||
`hlssink3` if available, else `hlssink2`. HLS stream parameters such as
|
||||
playlist length, segment duration, etc. can be tweaked by accesing the
|
||||
underlying sink using the `hlssink` property.
|
||||
|
||||
## awstranscriber
|
||||
|
||||
Transcribes audio to text.
|
||||
|
|
Loading…
Reference in a new issue