cyb3rdoc / ez-nvr

Simple, lightweight and easy Network Video Recorder written in Python
MIT License
40 stars 2 forks source link

Camera does not work if it's name has a space in the config. #5

Closed connerhenning closed 11 months ago

connerhenning commented 1 year ago

Recording does not seem to be working if a camera has a space in it's name in the config.yaml. I've tried having just the name and also wrapping it with quotes.

cyb3rdoc commented 1 year ago

Can you please recheck with the latest commit "e788ae1" ? With input sanitization in place, this should be resolved.