QUESTION
How to place VIVOTEK camera streaming on my webpage?
ANSWER
Here provide a sample code which can be compatible with IE, Chrome, and Firefox, as shown in attachment.
After download the sample code, please refer to below steps to modify the code:
1. Modify the camera IP to corresponding one.
2. If you want to play the video on Chrome or Firefox, please modify the CODEC of one stream to MJPEG(JPEG) first.
Then follow below example to modify the sample code.
http://192.168.40.25/video.mjpg =>stream 1
http://192.168.40.25/video.mjpg2 =>stream 2
http://192.168.40.25/video.mjpg3 =>stream 3
http://192.168.40.25/video.mjpg4 =>stream 4
3. You could modify the WIDTH and HEIGHT to adjust the video size.
Comments
0 comments
Article is closed for comments.