mainsail-crew / crowsnest

Webcam Service for multiple Cams
GNU General Public License v3.0
324 stars 77 forks source link

rtsp-simple-server config file is in the wrong directory #63

Closed Hexalyse closed 1 year ago

Hexalyse commented 1 year ago

What happened

When activating RTSP mode, crowsnest tries to launch rtsp-simple-server with a config file path value of /home/pi/crowsnest/file_templates/crowsnest-rtsp.yml, but the template config file is located at /home/pi/crowsnest/resources/crowsnest-rtsp.yml

What did you expect to happen

Config file option should point to /home/pi/crowsnest/resources/crowsnest-rtsp.yml

How to reproduce

Enable rtsp mode.

Additional information

I momentarily fixed the issue by moving /home/pi/crowsnest/file_templates/crowsnest-rtsp.yml to /home/pi/crowsnest/resources/crowsnest-rtsp.yml