For an RTSP stream, I want to process it using a python based model, the problem is the latency, for a real time processing there aren’t many economically viable options, those are restricts because of latency issue.
Unique and Interesting way is Browser inferencing using roboflow.js but the conversion of RTSP to another format, so that stream can be taken in use, creates another problem for me.
Entire Streaming of processed result needs to be showed on UI
Given that RTSP stream needs to be processed in real time using python utilities, what are the best options?
I have taken RTSP stream then converting to HLS format, via command line tool, but stream is created in 10s segments and in addition to processing(given i already have a model), it might take much longer, so simply is there a better way that can deal with RTSP and processing in real time?
ARYAN ANAND SINGH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.