In Axxon PSIM, you can get a video via HTTP protocol from specific web cameras, allowing you to view a video in a web browser through the known HTTP address. You can get a video from both a single-thread and multi-thread camera (up to four threads)—both methods are described below. MJPEG and MPEG2 codecs are supported.
To add the device that transmits a video via the HTTP protocol, do the following:
- Create the Video capture device object on the basis of the Computer object on the Hardware tab of the System settings dialog window.

- From the Type drop-down list, select WebPlayer.
- From the Model drop-down list, select Generic camera.
- From the Firmware drop-down list, select auto.
- In the IP address field, specify the address to get a video from a web camera. Any format of IP address is possible. Don't use the URL through which video viewing in the browser is available as the address; use the address of the video stream that is displayed on such page. Sometimes you can find it in the source code of the page.
Examples of addresses:
http://81.25.231.7:28080/stream/live
http://root:1@10.0.40.248:80/mjpg/1/video.mjpg—the address to get a video from the Axis camera that supports video transmitting in the corresponding format. - Click the Apply button.
- Create the Camera object on the basis of the created Video capture device object.

- Click the Apply button.
Adding the device that transmits a video via the HTTP protocol is complete.
To add a device with multiple channels, do the following:
- Create the Video capture device object on the basis of the Computer object on the Hardware tab of the System settings dialog window.

- From the Type drop-down list, select WebPlayer.
- From the Model drop-down list, select 4 channel IP server.
- From the Firmware drop-down list, select auto.
- In the IP address field, specify the address to get a video from a multichannel camera. Note the following:
- You must list addresses using the “|” character for different channels;
- There can be four channels maximum;
- You can list addresses of different threads for one channel using a semicolon;
- Don't use the URL through which video viewing in the browser is available as the address; use the address of video streams that are displayed on such page.
- Click the Apply button.
- Create the Camera object on the basis of the created Video capture device object.
- Click the Apply button.
Adding the multichannel device using the WebPlayer driver is complete.