Is it possible to send video chunks to a Kafka broker using MediaMTX? #4203
Unanswered
barzan-hayati
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
First of all, thank you for your amazing repository. I previously worked with rtsp-simple-server, and it was excellent.
I'm not very familiar with MediaMTX, so I wanted to ask here.
I know how to create video chunks using FFmpeg and save them directly to disk, but processing them requires reading from the disk. Instead, I want to achieve this via a message broker.
My goal is to capture video chunks—say, 30-second segments—from RTSP cameras and send them to a message broker like Kafka. Then, I would retrieve those chunks from the broker for further processing.
Can MediaMTX facilitate this workflow?
Beta Was this translation helpful? Give feedback.
All reactions