Skip to content

Commit

Permalink
upload: static mp4 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati authored Jul 23, 2024
1 parent e3c1aba commit 0d35cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ func uploadTaskOutputLocations(tctx *TaskContext) ([]OutputName, []clients.Outpu
playbackId := tctx.OutputAsset.PlaybackID
outURL := tctx.OutputOSObj.URL
var mp4, thumbsEnabled string
if isRecording(tctx) {
if isRecording(tctx) || tctx.OutputAsset.StaticMp4 {
mp4 = OUTPUT_ENABLED
} else {
mp4 = OUTPUT_ONLY_SHORT
Expand Down

0 comments on commit 0d35cba

Please sign in to comment.