- Get and Start Kong and Co
git clone [email protected]:Mashape/docker-kong.git
cd docker-kong/compose
docker-compose up
- Create Kong API Route
git clone [email protected]:Mashape/docker-kong.git
cd docker-kong/compose
docker-compose up
You can use ffmpeg to directly pull frames off of a dahua 4300s at full resolution. May be a good alternative to pricey dvrs which likely cannot record at full resolution, may not work with the camera, or are prohibitevly expensive
Simple stream to file. Full resolution
ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp://admin:[email protected]:554/live" \
-c copy -map 0 foo.mp4
| db.session.query(Model).\ | |
| filter(Model.id == id).\ | |
| update({Model.deleted_at:datetime.now()}, synchronize_session = False) |