I'm building an app with Xamarin Forms that incorporates a live stream. I'm using the FormsVideoLibrary specified here:
When the live stream is active, the stream plays fine and I have no issues. However, when the live stream isn't active, I get an annoying "Can't play this video" display alert only on android devices. Is there a way I can hide this alert or catch the error that's thrown when the live stream isn't active?