I need to build a WebRTC server and stream the video from the camera. Additionally, these cameras will be used to capture images every 1 second together with some other metadata (some machine telemetry data). So, one system will be used for live view in case of need, and the other system will always (default) be used for keeping a record of historical progress of a manufacturing system. Do we need to create two separate pipelines for these two applications to run simultaneously? Is it even possible or does it make sense? Or do we need to create a single pipeline and use this for both applications?
Thanks!