BreeeZe / rpos

Raspberry Pi Onvif Server
http://breeeze.github.io/rpos
MIT License
647 stars 147 forks source link

Access to Service #29

Closed IljaGrebel closed 7 years ago

IljaGrebel commented 7 years ago

Hi,

I started your application with sudo node rpos.js and its started well and without error. When Im trying to access the DeviceService and MediaServer, which are avaible on x.x.x.x:8081/onvif/device_service x.x.x.:8081/onvif/media_service I just become a empty page.

RogerHardiman commented 7 years ago

Are you trying to access x.x.x.x:8081 from a web browser?

If you are then an empty page is correct. RPOS uses ONVIF so you need to send XML formatted SOAP commands from CCTV camera viewing software to RPOS and it will send SOAP replies.

RogerHardiman commented 7 years ago

closing this one down. We did not get any more information from @IljaGrebel