<?php
set_time_limit(0);
header("Cache-Control: no-cache");
header("Cache-Control: private");
header("Pragma: no-cache");
header('Content-Type: multipart/x-mixed-replace;boundary=ipcamera');
readfile('http://63.135.53.212:8080/videostream.cgi?user=natapoc&pwd=natapoc');
?>
