I have my app playing a video from my server. Each video has various resolution qualities with links to each resolution. But sometimes there are some wrong links in my server.
How can I know when my VideoView has gotten the wrong link so that I can switch to another link with another resolution quality of the same video. Which event, or exception can I catch?