문제

Please I am trying to open an RTSP link from Phonegap on Android using

window.open('rtsp://brekete.myurl.org:1935/radio/liveradio', '_system')

but I am getting the error "Application Error : The protocol isn't supported.(rtsp://myurl.com)

How do I get phonegap to open this link with Android throwing this exception.

도움이 되었습니까?

해결책

I finally resolved this issue by adding this tag to my config.xml

<access origin="*://myurl.org"/>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top