mysticav 0 Posted November 9, 2005 Does anybody knows for what purpose is the contdown function in the guest account ? After the time is over, yo can connect again ! so, what's the benefit ? Also, when the guest connects, I would like to disable the snapshot function. is it possible ? Share this post Link to post Share on other sites
scottj 0 Posted November 10, 2005 The purpose is to keep "guest" users for demo purposes from staying logged into the system sucking up your systems available bandwidth. You can disable the feature if you don't think you need it, or just completely disable the Guest remote permissions, or the account in general. As for disabling the snaphot function, I don't think you can but I would have to verify this. Scottj Share this post Link to post Share on other sites
Jasper 0 Posted November 10, 2005 I have a Geo running here right in front of me, but I don't see an option to disable the snapshot function. Scott knows this stuff a lot better than I do so maybe he can find where it can be turned off. Share this post Link to post Share on other sites
camelwalk 0 Posted November 10, 2005 Also, when the guest connects, I would like to disable the snapshot function. is it possible ? There is no permissions-based way to do it, but if you just want to disable the feature all together (if you are recording, you probably don't need it anyway) just remove this line from your LanMpegView0.htm file: <TD> <a href="javascript:SnapShot()"><IMG SRC="images/singel_22.jpg" width="40" height="40" ALT="NoSnapShot" name="Image5" border="0"></a></TD> and replace it with this: <TD><IMG SRC="images/singel_22.jpg" width=40 height=40 name="Image5" border="0"></TD> This will leave the button, but it won't be clickable. Share this post Link to post Share on other sites
mysticav 0 Posted November 10, 2005 nice idea. But Will have to this with the multiview page. Share this post Link to post Share on other sites
mysticav 0 Posted November 10, 2005 nice idea. But I 'll have to this also with the multiview page. Geovision should add an option to let the guest connect only single view. This way the demostration can be with less options and less confusion for the dummies. Share this post Link to post Share on other sites