Good day.
I am programming a video analytics application. Currently, I can display the process streams on the screen, I can use the fakesink plugin to not display anything and I can save the output video in the file system. The final option that I want to implement is the ability of the pipeline to pass the processed stream through to another server. An example of this is if I -for example - receive 5 real-time streams, process the streams, and then pass the streams through to a DVR that will then further process the streams and maybe display the streams on a screen. So is it possible for me to adjust my pipeline so that the output is in the same form as the input (real-time stream)?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.