Al-Ameen LR
Al-Ameen LR
**Question** When I Started TUS Server Total CPU usage 4%, after 4,5 Uploads CPU Usage 7%, after many uploads 80%!! Why? I'm using Same `Dockerfile` file from Your Source. **Setup...
**Question** How to sent dynamic basepath? I've seen on this link [https://developers.cloudflare.com/stream/uploading-videos/upload-video-file#nodejs-example](https://developers.cloudflare.com/stream/uploading-videos/upload-video-file#nodejs-example) ```js var options = { endpoint: "https://api.cloudflare.com/client/v4/accounts/{ACCOUNT ID}/stream", headers: { 'Authorization': 'Bearer $TOKEN', } .... } ``` _**They've...
**HEAD Request Handling** Currently majority of CDN services are not responding for HEAD Request properly. Converting HEAD requests to GET and `tus` servers returns 204 and uploads starts from the...