Webserver link in iFrame kills rest of webpage

Marty McFly

Getting the hang of it
Nov 23, 2018
53
37
Canada
Hi there. I use the TinyCam Pro webserver to convert my RTSP Doorbell feed into an HTTP link that I can display on an internal webpage. Why is it that this link works fine, but kills everything else on the page....

Code:
<iframe id="camera" src="http://192.168.2.252:8083/axis-cgi/mjpg/video.cgi?user=admin&pwd=*******&resolution=341x300"></iframe>

Any help would be greatly appreciated! Thanks so much!
 
Hi there. I use the TinyCam Pro webserver to convert my RTSP Doorbell feed into an HTTP link that I can display on an internal webpage. Why is it that this link works fine, but kills everything else on the page....

Code:
<iframe id="camera" src="http://192.168.2.252:8083/axis-cgi/mjpg/video.cgi?user=admin&pwd=*******&resolution=341x300"></iframe>

Any help would be greatly appreciated! Thanks so much!
That would depend on the rest of the webpage. No reason it has to be in an iframe. You might try experimenting with the video tag.
 
  • Like
Reactions: Marty McFly