• Hardware Platform (Jetson / GPU): dPU A40. • DeepStream Version: 6.4-triton-multiarch. • TensorRT Version: 8.6.1.6. • NVIDIA GPU Driver Version (valid for GPU only): 535.146.02. • Issue Type( questions, new requirements, bugs): questions. • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
Live sources in GStreamer are sources that cannot be paused without losing buffers (such as cameras and streams). The opposite would be video files or video test sources. Additionally, in live sources, the framerate is limited by the source. In non-live sources, you need to set the framerate; otherwise, the pipeline will run as fast as the hardware allows. The is-live=true property allows certain non-live sources to simulate a live source for testing. I hope this answers your question.
Thank you for your answer, When try to launch the pipeline with two streams, one of them are not streaming and another streaming, Exiting app occur
Another case when the pipeline launch with two live streams for sometime and one of them stopped, then I try to add it after I sure it’s up again but if it stopped between this checking and added it to the pipeline the same Exiting app occur
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks