Difference between revisions of "Synectics E100"

From ZoneMinder Wiki
Jump to navigationJump to search
(Created page with "ZoneMinder seems to work with the [http://www.synx.com/ Synectics] E100 encoder. The encoder supports two streams. The first one is at rtsp://HOST:8554/01 and the second is at...")
 
(Undo revision 6400 by Kristof (talk) - SPAM)
 
(13 intermediate revisions by 4 users not shown)
Line 6: Line 6:
   rtsp://HOST:8555/01-2
   rtsp://HOST:8555/01-2


To put these into ZoneMinder:
To put these into ZoneMinder, add a monitor with:


Source Type: Ffmpeg
  Source Type: Ffmpeg
  Source Path: rtsp://HOST:8554/01 (for the first stream)
  Capture Width: 720 (for D1 resolution)
  Capture Height: 576 (for D1 resolution)


Source Path: rtsp://HOST:8555/01-2
Tip: to find the right width and height, open the stream URI in VLC and go to Tools > Codec Info.
Capture Width: 720 (for D1 resolution)
Capture Height: 576 (for D1 resolution)


Tip: to find resolution, open the stream in VLC and go to Tools > Codec Info.
On Ubuntu 11.10, it was necessary to install x264:
  sudo apt-get install x264
for H.264 support.

Latest revision as of 08:06, 17 September 2014

ZoneMinder seems to work with the Synectics E100 encoder.

The encoder supports two streams. The first one is at

 rtsp://HOST:8554/01

and the second is at

 rtsp://HOST:8555/01-2

To put these into ZoneMinder, add a monitor with:

 Source Type: Ffmpeg
 Source Path: rtsp://HOST:8554/01 (for the first stream)
 Capture Width: 720 (for D1 resolution)
 Capture Height: 576 (for D1 resolution)

Tip: to find the right width and height, open the stream URI in VLC and go to Tools > Codec Info.

On Ubuntu 11.10, it was necessary to install x264:

 sudo apt-get install x264

for H.264 support.