Recording Converter is a docker image that allows to convert recording created with the use of RecordingComponent in Fishjam to HLS.
The environment variables possible to pass are:
AWS_S3_ACCESS_KEY_ID
- access key ID to S3 bucketAWS_S3_SECRET_ACCESS_KEY
- secret access key to S3 bucketAWS_S3_REGION
- a region on which the bucket is storedBUCKET_NAME
- name of the bucketREPORT_PATH
- path toreport.json
on the S3 bucketOUTPUT_DIRECTORY_PATH
- output path in S3 bucket, it can be absolute or relative to the path of the report
In the example directory there is script.sh
that allows to build a docker image from sources and run it with envs provided in .env
file.
The upload_directory.exs
file provides a bunch of functions that allow to upload, list and delete files on S3 bucket.
Copyright 2024, Software Mansion
Licensed under the Apache License, Version 2.0