Products >> Multi ONVIF Server

Multi ONVIF Server

Happytime multi ONVIF server simulates multiple ONVIF servers on a single device, solving the port conflict problem of running multiple ONVIF servers on a single device. Full support for ONVIF specification, compatible with ONVIF Profile S,T,G,C,M,A,Q. Support IP configuration, device discovery, device management, media management, OSD settings, image settings, PTZ management, PTZ motion control, recording control, recording search, recording replay, video analysis, event polling, event notification, access control, door Control, device IO, credential, access rules, thermal, schedule and receiver services. Happytime multi ONVIF server supports multiple platforms, including Windows, Linux, MAC, iOS, Android and embedded Linux platforms, etc., supporting cross-compilation. Happytime multi ONVIF server target file size is small, the core target file is only about 300K, which is very suitable for embedded development. Happytime multi ONVIF server can be used to develop network video transmitter (NVT) devices or network video recording (NVR) devices, making it easier for embedded developers to debug on a PC and improve development efficiency.

Full support for the ONVIF specification
Support cross-platform compilation
Does not depend on any third-party libraries
Compiled target file is small, suitable for embedded development
ONVIF interface compatibility is tested by ONVIF official test tool

Full support ONVIF specification

The Open Network Video Interface Forum (ONVIF) is a global and open industry forum with the goal to facilitate the development and use of a global open standard for the interface of physical IP-based security products.
Happytime multi ONVIF server covered the following ONVIF services:
Device discovery
Device management
Media service
Media 2 service
OSD configuration
PTZ management
PTZ Motion Control
Image Setting
Recording Control
Recording search
Recording replay
Video Analytics
Event Polling
Event Notification
Support HTTPS
Support SHA-256 digest authentication
Support ONVIF Access Control service
Support ONVIF Door Control service
Support ONVIF Device IO service
Support ONVIF thermal service
Support ONVIF Credential service
Support ONVIF Access Rules service
Support ONVIF Schedule service
Support ONVIF Receiver service

Compatible with all ONVIF PROFILE

Compatible with ONVIF Profile S
Compatible with ONVIF Profile T
Compatible with ONVIF Profile G
Compatible with ONVIF Profile C
Compatible with ONVIF Profile Q
Compatible with ONVIF Profile A
Compatible with ONVIF Profile M

ONVIF Service version

The multi onvif server implements the following ONVIF service:

ONVIF Service Prefix Url version
device tds http://www.onvif.org/ver10/device/wsdl 23.12
event tev http://www.onvif.org/ver10/events/wsdl 22.06
media trt http://www.onvif.org/ver10/media/wsdl 21.12
media 2 tr2 http://www.onvif.org/ver20/media/wsdl 23.06
ptz tptz http://www.onvif.org/ver20/ptz/wsdl 23.06
image timg http://www.onvif.org/ver20/imaging/wsdl 22.06
analytics tan http://www.onvif.org/ver20/analytics/wsdl 23.12
recording control trc http://www.onvif.org/ver10/recording/wsdl 23.06
search tse http://www.onvif.org/ver10/search/wsdl 22.06
replay trp http://www.onvif.org/ver10/replay/wsdl 21.12
access control tac http://www.onvif.org/ver10/accesscontrol/wsdl 21.06
door control tdc http://www.onvif.org/ver10/doorcontrol/wsdl 21.06
device IO tmd http://www.onvif.org/ver10/deviceIO/wsdl 22.06
thermal tth http://www.onvif.org/ver10/thermal/wsdl 22.06
credential tcr http://www.onvif.org/ver10/credential/wsdl 21.06
access rules tar http://www.onvif.org/ver10/accessrules/wsdl 19.06
schedule tsc http://www.onvif.org/ver10/schedule/wsdl 18.12
receiver trv http://www.onvif.org/ver10/receiver/wsdl 21.12
provisioning tpv http://www.onvif.org/ver10/provisioning/wsdl 18.12

Modify RTSP stream address

If the value of <stream_uri> in the <profile> tag in the multi ONVIF server configuration file is not modified, the RTSP stream address provided by the multi ONVIF server by default is rtsp://ip/test.mp4, and the user can modify the <stream_uri> in <profile> tag to specify the RTSP stream address provided by the multi ONVIF server. such as:

<profile>
    ...
    <stream_uri>rtsp://192.168.3.27/live</stream_uri>
</profile>

Support for multiple platforms

Happytime multi ONVIF server source code is written by C language
Support Windows platform
Support Linux / UNIX platform
Support Android platform
Support iOS / MAC platform
Support embedded Linux platforms

Does not depend on any third-party libraries

Happytime multi ONVIF server source code does not depend on any third party libraries
Built-in xml parser source code
Built-in http server source code
Built-in http client source code
Built-in soap parser source code
Clear and concise code framework

Compiled object files is small

The core target file size is about 300K
It can disable not support function modules by compiler macros to crop the target file size
Small memory usage
Ideal for embedded development

What is the difference between the ONVIF server and the multi ONVIF server?

The multi ONVIF server can simulate many ONVIF devices, the ONVIF server only simulate one ONVIF device. The multi ONVIF server also can simulate one ONVIF device. If you are running multiple instances of ONVIF server on one device, this will result in port conflicts, the multi ONVIF server is to solve this problem.

Version limitation

The demo version maximum support two devices.
The release version maximum support 400 devices.