We should be able to customize a default progress bar color inside this composable VideoPlayerSurface. Other workarounds are not that good. Since the video surface background is black, a default color should at least be white and not green.
Also on iOS I've been experiencing lags and UI freezes. This is the console log message btw:
Asset track property "naturalSize" accessed synchronously before being loaded. This blocks all other asset track property loads, including those for other assets on other threads. Use AVAsynchronousKeyValueLoading to load property values asynchronously first.
We should be able to customize a default progress bar color inside this composable
VideoPlayerSurface. Other workarounds are not that good. Since the video surface background is black, a default color should at least be white and not green.Also on iOS I've been experiencing lags and UI freezes. This is the console log message btw: