How to use Trendnet Ip camera live streaming url in Phonegap app?

北战南征 提交于 2019-11-28 06:33:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!