Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 at a through the known HTTP address. You can get a video from both a single-thread and multi-thread cameras camera (up to four threads)both methods are described below. MJPEG and MPEG2 codecs are supported.

Info
titleNote

You can use VLC Media Player to check if To check the ability of getting a video from these cameras can be received in in Axxon PSIM, you can use VLC Media Player.  If you can get a video in VLC, it is also available in Axxon PSIM.

To add a the device streaming that transmits a video via the HTTP protocol, do the following:

  1. Create the Video capture device object on the basis of the Computer object on the Hardware tab of the System settings dialog window
  2. (1)
  3. .
    Image Modified
  4. From the Type drop-down list
  5. (2)
  6. , select WebPlayer.
  7. From the Model drop-down list
  8. (3)
  9. , select Generic camera.
  10. From the Firmware drop-down list
  11. (4)
  12. , select auto.
  13. In the IP address field
  14. (5)
  15. , specify the address to get a video from a web camera. Any format of IP address is possible.
  16. Do not
  17. Don't use the URL
  18. at
  19. through which video viewing
  20. a video
  21. in the browser is available as the address
  22. ,
  23. ; use the address of the video stream that is
  24. streamed
  25. displayed on
  26. a
  27. such page. Sometimes you can find it
  28. can be found
  29. 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.mjpgthe address to get a video from
  30. an
  31. the Axis camera that supports video
  32. streaming
  33. transmitting in the corresponding format.
  34. Click the Apply
  35. button (6)
  36. button.
  37. Create the Camera object on the basis of the created Video capture device object.
    Image Modified
  38. Click the Apply button.

The Adding the device streaming that transmits a video via the HTTP protocol is now addedcomplete.


To add a device with multiple channels, do the following:

  1. Create the Video capture device object on the basis of the Computer object on the Hardware tab of the System settings dialog window
  2. (1)
  3. .
    Image Modified
  4. From the Type drop-down list
  5. (2)
  6. , select WebPlayer.
  7. From the Model drop-down list
  8. (3)
  9. , select 4 channel IP server.
  10. From the Firmware drop-down list
  11. (4)
  12. , select auto.
  13. In the IP address field
  14. (5)
  15. , specify the address to get a video from a multichannel camera. Note the following:
      you
      1. You must list addresses
    1. with
      1. using the “|” character for different channels;
    2. there
      1. There can be four channels maximum;
    3. you
      1. You can list addresses of different threads for one channel
    4. with
      1. using a semicolon;
    5. do not
      1. Don't use the URL
    6. at
      1. through which video viewing
    7. a video
      1. in the browser is available as the address
    8. ,
      1. ; use the address of
    9. the
      1. video streams that
    10. is streamed
      1. are displayed on
    11. a
      1. such page. 
        Info
        titleNote

        Example of an IP address for

    12. an
      1. the Axis 2400 camera with two channels:

        http://192.168.3.157/axis-cgi/mjpg/video.cgi?camera=1|http://192.168.3.157/axis-cgi/mjpg/video.cgi?camera=2

    13. The
      1. Here, the URL format

    14. used here—http
      1. is used—http://<ip>/axis-cgi/mjpg/video.cgi?camera=<channel>, where <channel> is the number of a channel starting from 1.

    15. Click the Apply button
    16. (6)
    17. .
    18. Create the Camera object on the basis of the created Video capture device object.
    19. Click the Apply button.

    Adding a the multichannel device using the WebPlayer driver is complete.