My App has a WebView which loads a simple html. However, this html links to a rtsp live video stream and the WebView isn't able to load it, instead it returns a "Web Page Not Available" message. When I open the rtsp link in the native Android browser, it loads and works fine so I know it's not the video stream being incompatible. Is there something within WebView which can be enabled to allow the rtsp video stream to be played?
Thanks!