IP Camera, MJPEG, streaming URL - 20220209


Question:
How to get MJPEG streaming from the camera?

Answer:
- For A/T/EBD series:

URL:
http://[ IPAddress ]/video/mjpeg/stream1 (main stream, need to set the video compression to mjpeg)
http://[ IPAddress ]/video/mjpeg/stream2 (sub stream, need to set the video compression to mjpeg)
http://[ IPAddress ]/video/mjpeg/stream3 (third stream, need to set the video compression to mjpeg)

Note:
Only support to use Chrome or Firefox to get the MJPEG stream, cause IE doesn’t support to decode this stream.

- For other model:

URL:
http://[ IPAddress ]/JpegStream.cgi?username=[ admin ]&password=[ admin ]&channel=1(main stream, need to set the video compression to mjpeg)
http://[ IPAddress ]/JpegStream.cgi?username=[ admin ]&password=[ admin ]&channel=2(sub stream, need to set the video compression to mjpeg)

Note:
Only support to use Chrome or Firefox to get the MJPEG stream, cause IE doesn’t support to decode this stream.

Reference:
[ UVS - 202201275003 ] TVD8810, streaming URL

Footer navigation