Difference between revisions of "Cisco"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 24: Line 24:
**Resolution depending on NTSC or PAL
**Resolution depending on NTSC or PAL


== CIVS-IPC-2630V  ==
*Tested with ffmpeg, firmware V4.4.2-2
*Source Path: rtsp://user:password@x.x.x.x/img/h264media.sav
*Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)
== CIVS-IPC-4500  ==
*Tested with ffmpeg, firmware 2.4.3-293
*Source Path: rtsp://x.x.x.x:554/StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1&userName=user&password=password
*Camera --> Network Setup Basic --> disable session id
*Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)
== CIVS-IPC-3530 ==
*Tested with ffmpeg, firmware 2.0.3-27 (08/23/2014)
*Source Path (primary stream): rtsp://user:password@x.x.x.x:554/StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1
*Camera --> Network Setup Basic --> disable session id
*Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)


== CIVS-IPC-6400 ==
== CIVS-IPC-6400 ==

Revision as of 23:37, 17 January 2016

WVC80N

  • MJPEG
    • Remote Protocol: HTTP
    • Remote Method: Simple
    • Remote Host Name: ip.address (or User:pass@ip.address if you configured the cam to only allow authenticated viewing)
    • Remote Host Port: 80 (or whatever port you are forwarding if remote)
    • Remote Host Path: /img/video.mjpeg OR /img/mjpeg.cgi


CIVS-IPC-2611 / 2621V

  • MPEG-4
    • Source Type: remote
    • Remote Protocol: RTSP
    • Remote Method: RTP/RTSP
    • Remote Host Name: User:pass@ip.address (I used admin acc)
    • Remote Host Port: 554 (defined at cam web interface)
    • Remote Host Path: /img/video.sav (don't forget to choose MPEG-4 Stream at cam web interface)
    • Resolution depending on NTSC or PAL

CIVS-IPC-2630V

  • Tested with ffmpeg, firmware V4.4.2-2
  • Source Path: rtsp://user:password@x.x.x.x/img/h264media.sav
  • Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)

CIVS-IPC-4500

  • Tested with ffmpeg, firmware 2.4.3-293
  • Source Path: rtsp://x.x.x.x:554/StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1&userName=user&password=password
  • Camera --> Network Setup Basic --> disable session id
  • Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)

CIVS-IPC-3530

  • Tested with ffmpeg, firmware 2.0.3-27 (08/23/2014)
  • Source Path (primary stream): rtsp://user:password@x.x.x.x:554/StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1
  • Camera --> Network Setup Basic --> disable session id
  • Camera --> remember to set resolution to camera resolution and I had to play with the framerate (10) and quality (high)

CIVS-IPC-6400

Tested on Firmware 2.5.0-10 with H.264.

  • Setup
    • Setup->Network Setup->Basic
      • Check boxes Disable Session ID and Enable ONVIF
    • Setup->Feature Setup->Streaming
      • If you want to use at two different resolutions be sure to follow the matrix in the Administration Guide [1]
    • You can turn down Password Complexity under Administration->Password Complexity


  • H.264
    • Source Type: Remote
    • Remote Protocol: RTSP
    • Remote Method: RTP/RTSP
    • Remote Host Name: user:pass@ipaddress (I created a viewer-only zoneminder account)
    • Remote Host Port: 554 (defined in Streaming Settings)
    • Remote Host Path:
      • Stream 1: /StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=1&ChannelName=Channel1
      • Stream 2: /StreamingSetting?version=1.0&action=getRTSPStream&ChannelID=3&ChannelName=Channel3
    • Resolution as defined in Streaming Settings

I've had trouble with unexpected exit status 255 for this camera, using FFMPEG seems to be working better.