- Messages
- 5,156
- Points
- 113
Our latest Firmware V3.11.13 supports a new function "Streaming Over HTTP".
With only one URL command, the camera will transmit video stream through the HTTP port to the client.
Please Follow these instructions to finish the settings:
1.Download and upgrade the latest Firmware: public/userfiles/file//220-V3_11_13-AC(1).rar [NB Download will start immediately.]
2.Change the firmware setting: public/userfiles/file//httpstreaming_camera setting(3).png
3.Set the URL command on your Firefox Browser:
Replace IPaddress with the IP address of your IP camera.
Replace port with the port number configured for your IP camera.
Replace Admin with the user name which you have set for your camera.
Replace 123456 with the password which you have set for your camera.
Firefox has embedded MJPEG decoder to decode the video stream from ACTi Cameras, you can also program your own software to decode the stream.
With thanks to ACTi Tech Support
With only one URL command, the camera will transmit video stream through the HTTP port to the client.
Please Follow these instructions to finish the settings:
1.Download and upgrade the latest Firmware: public/userfiles/file//220-V3_11_13-AC(1).rar [NB Download will start immediately.]
2.Change the firmware setting: public/userfiles/file//httpstreaming_camera setting(3).png
3.Set the URL command on your Firefox Browser:
Code:
http://IPaddress:port/cgi-bin/system?USER=Admin&PWD=123456&GET_STREAM
Replace port with the port number configured for your IP camera.
Replace Admin with the user name which you have set for your camera.
Replace 123456 with the password which you have set for your camera.
Firefox has embedded MJPEG decoder to decode the video stream from ACTi Cameras, you can also program your own software to decode the stream.
With thanks to ACTi Tech Support