Does anyone know what the VLC param is for timeout?

Hey gang, I’m using this VLC plugin to display my IP cameras and it works in IE, but what I would like to know is if there is a param name that will time-out the camera at a specified time. For example, right now anyone who views my camera using this plugin can watch it continuously for 24 hours. If there is some way I can set the timeout to 60 minutes (or less), what is the param name and value for this?

<p style="text-align: center;">Weather Cam 2</p>
<p><object id="vlc" style="margin-right: auto; margin-left: auto; display: block;" width="620" height="350" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab">
   <param name="Src" value="rtsp://uid:pwd@domain:port/cam/realmonitor?channel=1&amp;subtype=0" />
   <param name="ShowDisplay" value="True" />
   <param name="AutoLoop" value="False" />
   <param name="AutoPlay" value="True" />
   <embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="autoplay" loop="loop" width="620" height="350" target="uid:pwd@domain:port/cam/realmonitor?channel=1&amp;subtype=0" /></object></p>

Thank you!