Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
565 stars 112 forks source link

Portable version #94

Closed dapuzz closed 3 years ago

dapuzz commented 3 years ago

I just tried to get it working and it does very well at very first time.

I was just thinking why we are installing executables to /usr/bin instead of using local path. It should be easy to rewrtite displaycamera using a $WORKINGDIR instead /usr/bin and $CONFDIR instead of /etc

I think this would be great while looking for a docker image is just overkilling in my opinion.

Thank you Dario