How to define that video from Web is loading and how can i display it to user?
Hi, your library is cool. However, i would like to know how to track that video from Web is loading? I want to show to user something like loading spinner during the video loading.
Hello, we do not currently support this functionality, but it is possible. You can observe the timeControlStatus notification on the AVPlayer and show/hide the loading spinner when the player is not playing.
If this is something you're interested in, you can definitely open a PR to support this!
I have the same issue, can you add supporting this function in your library? or can you help us to add this function?
I fixed the issue with this link: https://www.ungapps.com/2019/11/add-loading-activityindicator-in.html
Hey @sepehr-keyhani! We welcome contributions to the codebase! You should commit your change to the repo so others can benefit from your findings. :)