
Get stream from ACTi camera using URL commands
In order to get stream through an URL command from the camera you must first do the following (Can be configured in WebConfigurator or through URL commands):
1. Change encoding to MJPEG (
http://ip:port/cgi-bin/encoder?USER=Adm ... ODER=MJPEG)
2. Disable B2 Header (
http://ip:port/cgi-bin/system?USER=Admi ... 6&RTP_B2=1)
3. Disable Audio (
http://ip:port/cgi-bin/encoder?USER=Adm ... _ENABLED=0)
Then you may use the following URL command in any browser that supports MJPEG encoding (such as Chrome, Safari, Firefox, etc.; Note IE doesn’t support it):
http://ip:port/cgi-bin/encoder?USER=Adm ... GET_STREAMWhere:
ip represents the IP address,
port represents the HTTP port configured in the camera (if used default 80 it can be omitted),
channel represents the stream (1st or 2nd stream that wants to be streamed)
Example:
http://172.16.26.174/cgi-bin/encoder?US ... GET_STREAM