i have a url
http://admin:123@192.168.1.100/stw-cgi/video.cgi?msubmenu=stream&action=view&Profile=1
when i put this url in an Img tag in html and open then html in chrome or any other browser i can see the live view of my Samsung Winset IPCamera the only problem is this html file when open from chrome in android phone i cannot see the live camera and i got error "uncaught referenceerror: chrome is not defined, source: js/plugincontrol.js line:361" how can i solve this problem? any idea? i write my project with flutter and Image.network cannot show this live camera i have to use webview_flutter library to load html file to show the live camera, IOS is ok but android i have this error
i try to change the UserAgent and something else but its not work