oats-center / isoblue

ISOBlue Hardware, Avena software, and Deployment Files
MIT License
20 stars 9 forks source link

avena-video service #245

Open facastiblancor opened 1 year ago

facastiblancor commented 1 year ago

This PR adds an RTSP streaming service for streaming video from IP cameras by calling ffmpeg using the python-ffmpeg binding. This service implements a video stream that can be controlled with a NATS request, where the service replies with the status of the request.

TODO:

facastiblancor commented 1 year ago

Rebased from master to upgrade github actions