I have a webview app that display a website that contains rtsp:// links which are live streaming videos.
When I click on one of the links, it asks the users what app they would like to use to open that link.
What is a fessible way to ignore this diag, and send the user straight to an player app called "vplayer" considering the user has already installed it?
I found that this would be the easiest way to play rstp:// streamings "in" my app without having to integrate the vitamio bundle in it and making a player from the scratch.