KoynovStas / onvif_srvd

ONVIF Device(IP camera) Service server (Linux daemon)
GNU General Public License v2.0
279 stars 115 forks source link

Onvif Device Manager can't 'discover' this device? #12

Closed mxyIteris closed 3 years ago

mxyIteris commented 5 years ago

GREAT template! I just have a simple question. I have the sample server (onvif_srvd) running on my linux device address 192.168.200.2 by running the provided script 'S90onvif_srvd start'

I can talk to the onvif_srvd using the other linux client sample by running the command ./ipconvif 192.168.200.2:1000

But when I run the suggested Onvif Device Manager on windows, I cannot 'discover' the device that's running onvif_srvd. What should I do to make the device discoverable?

KoynovStas commented 5 years ago

This template does not include ONVIF WS-Discovery service. I extracted it to a separate daemon (see wsdd). You can bind one ONVIF server to several Ethernet ports !. To do this, run wsdd with different ports eth0, eth1 etc. Or use my wsdd daemon with different ONVIF daemons.