Videos REST CURL

I try to upload a video and send it via REST but i get this error “CURL error: Operation timed out after 60013 milliseconds with 0 bytes received” i have chage timeut im php.ini but dosen´t work

The server expects files to be uploaded in small chunks via the rest api. Please see the example code. If you want to upload larger chunks then you’d need to configure PHP appropriately.

I’m confuse because if i user a xibo web interface i can upload 130m because i do the configuration for this. There are a separete configuration fo rest API for file upload?

The REST API expects you to upload the file in small chunks. Please do that and it will upload correctly.

can you tel me the limit?

The code we provide does 512k chunks from memory

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.