FullscreenVideoView icon indicating copy to clipboard operation
FullscreenVideoView copied to clipboard

FullScreenVideoView Invalid State: PREPARING

Open skhizerabass opened this issue 7 years ago • 1 comments

image

I have been trying to use this VideoView but it keeps on crashing with this exception Invalid State. I don't know what's wrong with the code . I tried to check the OnPrepared Listener . But it never prepares. It is in the Preparing State. Please help me out

skhizerabass avatar Jun 17 '17 10:06 skhizerabass

Hi @skhizerabass So, usually, like VideoView, the preparing stage is called after setting url or calling prepare manually. Did you call setVideoURL or prepare in any other stage? Or, do you know if your method can be called multiple times for the same video instance?

rtoshiro avatar Sep 03 '17 18:09 rtoshiro