//SET THE RTSP STREAM ADDRESS HERE
var address = „rtsp://admin:dvr731031@195.234.86.161“;

var output = ‘‘;
output += ‘‘;
output += ‘‘;
output += ‘‘;
output += ‘‘;
output += ‘
‘;

//SET THE DIV’S ID HERE
document.getElementById(„the_div_that_will_hold_the_player_object“).innerHTML = output;