Given pipeline like rtspsrc ! rtph264depay ! h264parse ...
is there any way to know if connection is established? Any signal? Should I add some other elements for this, what signals to use then?
Also, I have bus message handler, is there any message which can help me to understand if data flow is successful?
I need to understand that I’ve successfully connected to source. For example, I’m using on-sdp event, but there is problem that even it is raised (I assume that connection established in that case) it not gurunteed that connection is actually established. For, example log below, where Connected event is printed in “on-sdp” handler, but connection is not actually established: