BreeeZe / rpos

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

How Build for windows ? #174

Open masgh021 opened 3 weeks ago

masgh021 commented 3 weeks ago

Hello @BreeeZe How run onvif server in windows ?

RogerHardiman commented 3 weeks ago

most of this project will run fine with NodeJS on Windows. git clone the source code then run "npm install" and "npx gulp" and you should have a rpos.js file you can run.

The built in RTSP servers are Linux specific so you will need to use your own RTSP server on Windows like MediaMTX

I used to develop RPOS on Windows most of the time. Now I use WSL on Windows

masgh021 commented 1 week ago

Hello @RogerHardiman i test this command npm install and got this error , can you help me ? image