What is the cause of this error during HLS recording?

Options
jekwempu
jekwempu Member
edited September 2023 in Q&A

VM918:3 Live stream stopped due to error, Cannot read properties of undefined (reading 'startsWith') (actionTraceId: 4eaf0dc9-3fc0-4640-8852-7b868d1c572f)

I have my bucket setup with the appropriate assume_role_arn:

{           

name: "hls_s3",           

type: "hls",           

hls_config: {             

save_hls_recording: true,             

storage: {               

bucket_name: "bbbbbb",               

bucket_region: "us-east-2",               

assume_role_arn:                  "arn:aws:iam::xxxxxxxxxxxx:role/yyyy_daily_assume_role",             

  path: "the-path",             

},           

}

Thanks,

Jonathan

Tagged:

Answers