Webserver link in iFrame kills rest of webpage

Marty McFly

Getting the hang of it
Joined
Nov 23, 2018
Messages
53
Reaction score
37
Location
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!
 

tangent

IPCT Contributor
Joined
May 12, 2016
Messages
4,426
Reaction score
3,666
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.
 
Top