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
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