use id
This commit is contained in:
parent
9b34046aca
commit
6e4a31b26a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ inotifywait -m /out -e close_write |
|
||||||
# Chunk hochladen
|
# Chunk hochladen
|
||||||
curl --location "$UPLOAD_URL" \
|
curl --location "$UPLOAD_URL" \
|
||||||
--header "Authorization: Bearer $AUTH_TOKEN" \
|
--header "Authorization: Bearer $AUTH_TOKEN" \
|
||||||
--form "recording_id=${file%.mp4}" \
|
--form "recording_id=${id}" \
|
||||||
--form "chunk_index=${i}" \
|
--form "chunk_index=${i}" \
|
||||||
--form "total_chunks=${num_chunks}" \
|
--form "total_chunks=${num_chunks}" \
|
||||||
--form "file=@$temp_chunk_file"
|
--form "file=@$temp_chunk_file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue