Cannot get processing Progress percentage for uploading video.
I am using PostAsync. The upload works fine but I want to get the Progress percentage while uploading
Comments
-
Hi, You can obtain the progress percentage of a video by searching for its id in with the Search Videos method. https://api-portal.videoindexer.ai/docs/services/Operations/operations/Search-Videos The progress will be represented by the string value of the "processingProgress" field in the response JSON.Posted by Hidden Tue, 24 Sep 2019 13:22:16 GMT
-
You can also use the callback mechanism when uploading a video with the "callbackUrl" parameter. This creates a web hook that will activate with that URL when the indexing process finishes.Posted by Hidden Tue, 24 Sep 2019 13:29:00 GMT
-
I succeded get processing progress percentage for video indexing process, but not for upload file progress itself. I know that I get a video ID only after the video wad uploded successfully but not while uploding, am I wrong? In addtion I prefer not to work with callbackUrl, so there is another way to get processing Progress percentage for uploading video ? thanks.Posted by Hidden Tue, 24 Sep 2019 13:36:54 GMT
-
There is no percentage progress indication while the file is uploading. You can try tracking the upload progress from client-side, in case you are uploading a local file using multipart/form-data. For more information, see: https://docs.microsoft.com/en-us/azure/media-services/video-indexer/upload-index-videosPosted by Hidden Tue, 24 Sep 2019 13:48:36 GMT
You're not signed in. Please sign-in to report an issue or post a comment.