поделиться

Видеотрансляция со строительной площадки жилого комплекса «Доминант»

function RunMultiple(){ var url = 'http://cctv.perm.ertelecom.ru:8080/site?login=public&password=4c9184f37cff01bcdc32dc486ec36961&channelid=d982a80c-80bb-4e51-94e5-4203e0527356&withContentType=true&resolutionX=600&resolutionY=800'+'&rand='+Math.floor(Math.random()*1000000);document.getElementById('videostreamie').setAttribute('src', url);document.getElementById('videostream').style.display = 'none';document.getElementById('videostreamie').style.display = ''; } function init() { var useragent = navigator.userAgent; if(useragent.match(/Mac|MSIE|Opera|iPad|iPhone|iPod|IEMobile|Android/i)){window.setInterval('RunMultiple()', 2000); } }window.onload = function(){init();}

if (document.addEventListener) {init();}