bdtinc / maskcam

Jetson Nano-based smart camera system that measures crowd face mask usage in real-time.
MIT License
243 stars 83 forks source link

RTMP Input Video Source #18

Open davidfungf opened 3 years ago

davidfungf commented 3 years ago

Hi, Instead of using usb web cam or mp4 file, I am wondering whether a RTMP or HLS video feed can be used as an input source. Any hint is given to modify the python script? Thanks.

DonBraulio commented 2 years ago

Hi @davidfungf , unfortunately I have never used those. You should check if GStreamer has those elements available and then hack the code around these lines to create such a server.

Let me know if you get it running, and if it's done through a config parameter and backwards compatible, maybe we can merge your PR!