Skip to content

events: add aws recording start time to dto

Fabio M requested to merge fix/recordings into main

The automation of live-stream recordings uses the AWS Sessions (generated by AWS) to identify the raw video files on AWS S3. However, there are cases where these AWS Sessions do not match those files. This MR adds an optional recordingStartTime parameter to the DTO of POST sessions/:sessionUUID/transcode.

Merge request reports