RTSP stream delay in iOS 16
Unsolved
Mobile and Embedded
-
We are experiencing the delay on start as well as while video streaming in iOS 16 whereas it's working fine in iOS 15, below versions.
We are using QT version 5.15.15
-
@iSolve_Tech In Qt5, you may still be able to apply your own pipeline. You may need to take a look at the source code of Qt. if for example, gstreamer playbin is used in Qt, the default delay time is 2s. It is better to use your own gstreamer or FFmpeg pipeline.