Add an AutoPlay option for web sites that have a video.
Some web sites require pressing the triangle arrow of a video, in order to start it playing.
I have had limited success using the generic script that is on the playsignage site. (it won't work on most sites).
setTimeout(function(){document.getElementsByTagName('video')[0].play()}, 1000);
In particular, the SkyLineWebCams.com sites.
Best regards, Rob