vidgear containerized demo project
A template / minimal working example that can be used as a starting point for creating a production-ready application.
This repository is intended to provide a minimal working example of code for your future production-ready application, not to be used on its own, as all the code does is write a stream to a file.
However, if you want to run the current code for learning purposes:
-
Define
.env
file:RTSP_URL= SAVE_LOCATION=/opt/records
-
docker compose up