Please, I'm trying to open the RTSP link from Phonegap on Android using
window.open('rtsp://brekete.myurl.org:1935/radio/liveradio', '_system')
but I get the error "Application error: protocol is not supported. (rtsp: //myurl.com)
How do I get a phone link to open this Android link throwing this exception.
source
share