Webcam Server Timeout Control

Need some suggestions on how to limit access time to my video stream. Right now I’m using webcamxp and I notice I have people just camp on for hours. I’d like to be able to limit the time someone can watch.

My audio stream server “Icecast” can control the time…anyone know how I can control the video stream?

Thanks

Place the following HTML redirect code between the and tags of your HTML code.

The above HTML redirect code will redirect your visitors to another web page instantly. The content="0; may be changed to the number of seconds you want the browser to wait before redirecting.

Good idea Darrell, it works just fine!

Thanks