Hello~
After uploading a video file to the ‘upload url’ received from the “…/stream?direct_user=true” API, is the following procedure correct for playback?
1. Periodically check using ‘/stream?search=${encodeURIComponent(videoKey)}’,
2. Play the video in the player when result[0].status.state === ‘ready’.
Is there a feature where the player displays a loading bar until the transcoding is finished and then automatically loads the video?
Thanks.