BreeeZe / rpos

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

1920x1080 it hangs, how to change resolution? #42

Open claudioita opened 6 years ago

bendrexl commented 4 years ago

If you haven't already, try using the 'mpromonet' RTSP server, option 2 in the config.

Mine would also hang after just a few frames with the default RTSP option, no matter what else I changed.

psporysz commented 4 years ago

Hi, had the same issue and came up with this (inside rpos directory):

sed -i 's/resolution: .*/resolution: { Width: 640, Height:
480 },/' lib/camera.js