-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
Description
Describe the bug
fileResults.location (and file.location) for Azure MP4 output is missing the container segment.
Expected: https://<account>.blob.core.windows.net/<container>/<path>
Actual: https://<account>.blob.core.windows.net/<path>
Egress Version
livekit cloud egress
Egress Request (sanitised)
{
"roomName": "49b68608-a21b-4948-ac20-a2e2a749dff9",
"layout": "single-speaker",
"fileOutputs": [
{
"fileType": "MP4",
"filepath": "<redacted>/2025-08-08/20-22-05_49b68608-a21b-4948-ac20-a2e2a749dff9.mp4",
"azure": {
"accountName": "<redacted>",
"accountKey": "<redacted>",
"containerName": "recordings"
}
}
]
}Additional Context
Provider: Azure Blob
Container name ("recordings") is present in the request but missing from the returned URLs.
manifestLocation shows the same omission.
###logs
file.location : https://.blob.core.windows.net//2025-08-08/20-22-05_49b6…df9.mp4
manifestLocation : https://.blob.core.windows.net//2025-08-08/EG_wHrAGwJCEhNr.json
masonthemaker