Hello, everyone.
Now I am building a project using Angular 10 and using Kaltura API for uploading a video.
This was my step for the video uploading.
- request UploadTokenAddAction
- request UploadTokenUploadAction
- request MediaAddAction
With 3 steps, I get a success response for uploading.
Of course, I could check the uploaded video on the KMC dashboard.
But the video status is “NO MEDIA”
I`d really appreciate it if anyone has some experience in this field and let me know the solution.
Sincerely.