I am unable to set up streaming using s3 content, I get the error:
[2023-04-16 13:46:29 P39475-T39476] [work1] E: url='s3.eu-north-1.amazonaws.com/tstbkt012345/ep_001.mp4' request failed status=400
config looks like this:
{
"SyncResponse": {
"status": "success",
"RoutesHash": "1679771594973",
"Routes": [
{
"host": "",
"path": "\/s3\/",
"origin": "file_http:\/\/s3.eu-north-1.amazonaws.com\/tstbkt012345\/",
"origin_path": "\/",
"use_ssl": "false",
"geo": "",
"range": "",
"aws_access_key_id": "xxxxxxxx",
"aws_secret_access_key": "xxxxxxxxxxxxxx",
"aws_signature_version": "v1"
}
],
"ServerSettings": {
"MaxCacheSize": 64,
"MaxFileCacheSize": 4096,
"LogMode": "info"
}
}
}