Products >> Multi ONVIF Server
Multi ONVIF Server
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
Passed compatibility test
Compatible with ONVIF Profile S version
Compatible with ONVIF Profile S Windows version
Compatible with ONVIF Profile S Linux version
View feature list
View compatibility test report
Compatible with ONVIF Profile G version
Compatible with ONVIF Profile G Windows version
Compatible with ONVIF Profile G Linux version
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.