verint Nextiva S1712e 12 port network video encoder

Post here to indicate any hardware you have used and which is known to work with ZoneMinder. Not for questions.
Post Reply
gopher
Posts: 16
Joined: Wed Feb 28, 2007 3:26 am

verint Nextiva S1712e 12 port network video encoder

Post by gopher »

Picked up a 12 port verint nextiva unit from ebay. heres are the specs from the manufactures website

Code: Select all

Protocols Transport: RTP/IP, UDP/IP, TCP/IP, or multicast IP
Dual Stream 4CIF/7.5fps and CIF/30fps programmable 
Compression MPEG-4 SP, SM4 
Resolution Scalable from 352x240 to 704x480 pixels NTSC and 352x288 to 704x576 pixels PAL 
Frame Rate 12 x 1-30fps NTSC, 1-25fps PAL programmable (full motion) 
Bandwidth Each stream configurable from 30Kbps to 6Mbps 
here are the default settings for each port

Code: Select all

Parameters:
 1) Target Bit Rate                        : 800 kbits/second
 2) Target Frame Rate                      : 30 frames/second
 3) Minimum Quantizer                      : 2
 4) Maximum Quantizer                      : 24
 5) Initial Streaming                      : Disabled
 6) Current Streaming State                : Disabled
 7) Transport Protocol                     : RTP/UDP
 8) Input Filter Mode                      : Low
 9) Noise Reduction Filter Mode            : Low
10) Resolution                             : CIF (352x240)
11) Remote IP Address                      : 0.0.0.0
12) UDP Data Port                          : 2543
13) Rate Control Mode                      : CBR (Constant Bitrate)
14) Multiplying factor for Nextiva RC (X100: 150
15) Target VSIP GUID                       : 00000000-0000-0000-0000-00000000000                                        0
16) Intra Interval                         : 120
17) Energy Vector (EV) transmission rate   : 0
18) Compression Mode                       :  MPEG4 Compliant Simple Profile
19) Frame Format                           : Field over Field
20) Sabotage Detection Filter Mode         : None
transport options are

Code: Select all

Set Transport Protocol
Current Value: RTP/UDP
[1]=VSIP/UDP [2]=RTP/TCP [3]=RTP/UDP [4]=VSIP/TCP
Im setup using rtp/udp. What i have been able to figure out so far is that i can set a ip address, and it will stream the video to that address. I am not sure how to setup ffmpeg or anyother program to 'listen' on a socket, so i setup the stream as a multicast. In wireshark i can see UDP data pacakets from the encoder.

Now i understand to open a RTP stream i must have access to a URL that contains a SDP file, which describes the datastream. Apparently the the manufacter (verint) will not release the SDP.

Any ideas anyone on how i can get video out of this unit?! As far as i can tell the video is in a standard format, I just dont know how to tell ffmpeg how to decode it without the SDP.

Perhaps this would be better for a ffmpeg list, but i though i would post here first as this device is specificialy manufactured to be a survaillence video encoder.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

OK for a new device you bets bet is to make it public and alow us to look for a path iwith wireshark (or you can).
gopher
Posts: 16
Joined: Wed Feb 28, 2007 3:26 am

Post by gopher »

what do you need to be put online? the encoder? or the zone minder? there is no web interface on the controller only telnet. either way will not help you unless you come to my house.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

We I assumed the encoder unit had a web interface which every unit i have used so far has. But from what you said it dosent
Post Reply