Provide view live for guests
I am trying to provide live stream for potential guests to view our property. I am currently using this link http://mysticrentalview.com:8000/++video?camera.Num=0 . The guest enters user=ocean pw=ocean123.
It seems to work, although I suspect that I might be able to supply a smaller size video at higher frame rate for best effect; The selection for video size in SS does not allow me to edit. Is there a better way to achieve what I am trying to do?
It seems to work, although I suspect that I might be able to supply a smaller size video at higher frame rate for best effect; The selection for video size in SS does not allow me to edit. Is there a better way to achieve what I am trying to do?
Comments
-
There are a few ways to do what you want, including what you have implemented currently. One other way would be to use the "live" request, which returns an HTML page containing the video stream, for example:
http://mysticrentalview.com:8000/live?cameraNum=0&viewMethod=0&imageSize=0
For imageSize you can specify the following:
0 - full size
scale0.25 - Quarter actual size
scale0.5 - Half actual size
320x240 - 320x240 pixels width/height
640x480 - 640x480 pixels width/height
For the viewMethod, 0 is generally the best option, as SecuritySpy will choose the method of delivering video that works on the particular web browser in use.
