Hi,
I try to view a mjpg stream in a window like this:
webix.ui({
view:"window",
height:300,
width:330,
left:50, top:50,
move:true,
head:"RoboCam",
body:{
template:"<img class='contact_img' src='http://IP:10000/?action=stream'>"
}
}).show();
The stream shows but it seems to block other functions.
I strarted with this demo: http://docs.webix.com/samples/10_window/01_init.html
When I add the stream to the movable window, the close button on the otehr window doesn’t function anymore.
What woudl be the correct approach to implement this?
Thanks
Robert