I am uploading videos in Azure media services (here the video size may vary) and requires adaptive streaming. So as far my knowledge (if not wrong) for that the below steps need to be done.
1) Upload video to Azure media services.
2) Encode the videos (time taking)
3) Publish URL.
Here when I do the above operations for a video, it is taking more time say above 2 minutes which is causing performance related issues. I need to know is there any way or any optimization for increasing the performance. I am using MVC Web Api which is called by iOS app. Here the web api is taking time for the above processes.