<script>
$(document).ready(function () {
setInterval(function refreshDarkSky() {
d = new Date();
$("#as").attr("src","http://192.168.1.85/cgi-bin/FDStream.cgi?timestamp="+d.getTime());
},100);
});
</script>
<html>
<head>
<meta http-equiv="refresh" content="0.5">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<iframe id="as" src="http://192.168.1.85/cgi-bin/FDStream.cgi" height=400 width=400></iframe>
</body>
</html>