Skip to content

Instantly share code, notes, and snippets.

@devzorg
Created March 29, 2018 10:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devzorg/679a6e83253f716ed7496c9a302d5a59 to your computer and use it in GitHub Desktop.
Save devzorg/679a6e83253f716ed7496c9a302d5a59 to your computer and use it in GitHub Desktop.
ONVIF server crossplatform compilation
Профили протокола https://www.onvif.org/profiles/
Спецификация и WSDL https://www.onvif.org/profiles/specifications/
SERVERS::
c#
https://github.com/sarthak-k/Onvif.Open
https://github.com/ticapix/onvifserver
Java
https://github.com/hhbgk/WebService
Maven based
https://github.com/BrandonArp/onvif-java
Go
https://github.com/yakovlevdmv/goonvif
C++
https://github.com/OpenTYeung/onvif_srvd
- https://github.com/KoynovStas/onvif_srvd
- https://github.com/mpromonet/v4l2onvif for Video4Linux2 devices (https://ru.wikipedia.org/wiki/Video4Linux)
- https://github.com/lubing521/onvifxx
Node.js
https://github.com/BreeeZe/rpos
https://github.com/hawkeye64/onvif-nvt
PHP Client
https://nix-tips.ru/php-upravlenie-onvif-sovmestimoj-kupolnoj-ip-kameroj-rvidahua.html
LIBS:
https://github.com/linkingvision/rapidonvif
GUI and clients
win http://lingodigit.com/onvif.html
linux https://sourceforge.net/projects/onvifdm/
Emulator*, image for VirtualBox http://www.lingodigit.com/onvif/ONVIF-Emulator-20160529.tar.xz
ONVIF Raspberry Pi * http://www.lingodigit.com/onvif/onvif-pi_20160610.img.xz
* Default user name and password are “admin” and “admin”;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment