I would like to be able to pause a video while it is buffering but this does not seem to work.
I decided that I will check to see if the video is buffering, if it is I then stop the buffering and pause the video which worked fine. The issue I have now is restarting the video. When I press play again, I also restart the buffering using startBuffering() but this does not seem to start the video playing even though the getState() tells me that the video state is playing
i have read that the stop buffering clears the whole buffer but I can not see why this would not allow the video to play back when you restart it.
Can anyone help
I decided that I will check to see if the video is buffering, if it is I then stop the buffering and pause the video which worked fine. The issue I have now is restarting the video. When I press play again, I also restart the buffering using startBuffering() but this does not seem to start the video playing even though the getState() tells me that the video state is playing
i have read that the stop buffering clears the whole buffer but I can not see why this would not allow the video to play back when you restart it.
Can anyone help