Hello StackOverflow proffesionals!
At first - I'm not a programmer, so please be kind to me :-)
I have an application written in Angular - JavaScript. I have webserver(Nginx) which is streaming webcam video as MJPEG stream at address ../webcam . What I need is embed somelike the MJPEG stream into a page in my application, for viewing to users. When I add a simple ../webcam clickable link, video is playing only in some of the browsers, but for example Edge asks for saving the file, it do not not playback the video. I've even tried to do an iframe (actual code), but still the same - mobile Edge asks where to save the file :-(
Is there any option how to embed the MJPEG stream into a page, so Edge will not ask for download/save, but will play the video stream?
The page is now this code: https://vicon-security.zendesk.com/hc/en-us/articles/210734683-How-can-I-re-stream-MJPEG-from-my-camera-to-my-website-
Code of the whole application on GitHub: https://github.com/romanicak/growduino-client