Get Percentage Process and URL Process Video Encoding

Former Member
Former Member

Hi Everyone. Currently, we want to intergrate our external site to community with media stream function.
We implemented api to
+ upload CFS: Upload Cfs REST Endpoint 
and create media   Create Media REST Endpoint success.
But i cannot find any api to check complete status of video encoding process and get encoding video stream URL.
except api View Ui REST Endpoint 
We want know how we do it as a REST API Endpoint.

Thanks,

Parents
  • The only process you will be able to calculate is via the upload, and thats basically showing a percentage of the chunks to total chunks your process has completed.  Once its gone to create media the file is already uploaded.

    If you want encoding, I assume you are using the Video Transcoder?  If not then there is no encoding process, the file is whatever was uploaded.  If you are, its encoded as a background process on the server, there is API tie in to this process as it is not immediate.

Reply
  • The only process you will be able to calculate is via the upload, and thats basically showing a percentage of the chunks to total chunks your process has completed.  Once its gone to create media the file is already uploaded.

    If you want encoding, I assume you are using the Video Transcoder?  If not then there is no encoding process, the file is whatever was uploaded.  If you are, its encoded as a background process on the server, there is API tie in to this process as it is not immediate.

Children
No Data