Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to check if rtsp streaming stops in qt code? I am using qml to display streaming. Is there a way to know if streaming stops since no more frames come for display?
it can be done in gstreamer level with pad probe. Not sure it is a good solution. But it works.