aws: Document the s3hlssink element in README

This commit is contained in:
Arun Raghavan 2022-08-23 06:19:39 -04:00
parent b5d5cf25fe
commit 56e7a2f6ab

View file

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