frames for RTSP protocol?
I wanted to get each frame and then process it in some ways.
But I didn't find any package or plugin doing that for me.
I'm thinking of dart:ffi and using a C/C++ library in Dart.
What's your opinion guys?
If you just need the frames, why not just use HTTP? essentially every camera that supports RTSP also supports HTTP, or maybe I'm assuming too much about your work
How can I get a stream of frames in HTTP? I know that it's possible. But I'd like to know if there is any package to get the stream of images. In my case, I have to get each frame and send it to an object detection AI system. That's why I need to get frames. Not just showing the live stream to the users.
It depends on the type of stream
Обсуждают сегодня