How to show loading/progress ring when video is being buffered/downloading from url #429
Unanswered
insomniachi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @insomniachi, Buffering progress and downloading are different things. For player to check when it buffers you can use the events BufferingStarted/BufferingCompleted (percentage wouldn't be accurate here but you could check the demuxer's buffered duration compared to min buffered duration of the config) for downloader the property change for Downloader.DownloadPercentage (you can also check the downloader sample). Let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to show loading/progress ring when video is being buffered/downloading from url
Beta Was this translation helpful? Give feedback.
All reactions