In my project, I am incorporating ImageKit into the workflow. Currently, I have set up a basic process that only includes the video upload feature. On the backend, I have a lone file named index.js. I haven't developed a frontend yet, so I have been experimenting with Postman, as shown in the attached screenshot.
The problem arises when I upload a video, and the backend sends a URL response. When I attempt to access this URL, the video does not play; instead, it displays a blank screen, depicted in the screenshot.
https://i.sstatic.net/517s7B2H.png
Upon logging into ImageKit and accessing the path, I encounter an error as shown in the subsequent screenshot.
Interestingly, the uploaded image suggests that the video format is unsupported. However, I uploaded an mp4 file that plays perfectly fine on my local system.
https://i.sstatic.net/JprFqd52.png
The Postman screenshot illustrates the process of sending a post request to upload the video to ImageKit.
https://i.sstatic.net/DdQzJNG4.png
Within my index.js file, I have established a simple route to facilitate video uploads to ImageKit.
https://i.sstatic.net/3KOntChl.png
My suspicion is that there might be an issue with ImageKit itself.