问题
I am making phonegap app in which i am using trendnet ip camera to show live streaming. To watch live streaming i have this url http://xx.xx.xx.xx:100/video/mjpg.cgi. I am using this as
<img src="http://xx.xx.xx.xx:100/video/mjpg.cgi" />.
On web browser it is working fine and in android app it is not working.
How do I accomplish this?
I appreciate any guidance.
来源:https://stackoverflow.com/questions/27718171/how-to-use-trendnet-ip-camera-live-streaming-url-in-phonegap-app