This commit is contained in:
holzi1005 2025-01-07 18:11:57 +01:00
parent 17370b2d50
commit 216198ea8a

View file

@ -39,7 +39,7 @@ inotifywait -m /out -e close_write |
curl --location "$UPLOAD_URL" \
--header "Authorization: Bearer $AUTH_TOKEN" \
--form "recording_id=${file%.mp4}" \
--form "chunk_index=${i} \
--form "chunk_index=${i}" \
--form "total_chunks=${num_chunks}" \
--form "file=@$temp_chunk_file"