Products >> ONVIF Server (Current version 10.8, updated September 18, 2024)
ONVIF Server
Full support for the ONVIF specification
Support cross-platform compilation
Does not use the gsoap generate code
Does not depend on any third-party libraries
The compiled object file is small in size and suitable for embedded development.
ONVIF interface compatibility is tested by the 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 ONVIF server covers 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
Support ONVIF Provisioning 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 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 ONVIF server configuration file is not modified, the RTSP stream address provided by the 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 ONVIF server. such as:
<profile>
...
<stream_uri>rtsp://192.168.3.27/live</stream_uri>
</profile>
Support for multiple platforms
Happytime ONVIF server source code is written in C language
Support Windows platform
Support Linux / UNIX platform
Support Android platform
Support for iOS / MAC platform
Support for embedded Linux platforms
Does not depend on any third-party libraries
Happytime 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
Compile target file 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.