Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.0, 6.8.1
-
None
-
Qt 6.8.0 and 6.8.1
Android Architecture v8a and v7
Qt Creator 15.0 and 14.0
NDK version 26.1.10909125
JDK Version 17.0.13
adb Devices :- Samsung android 13 and Samsung android 12
Description
I am using RTSP protocol for the live streaming of the camera. During the live streaming, there is an artifact in the video frames. There is a thin line in the bottom of the video frame. It is already verified in the Qt 6.7.2, there is no such artifact while live streaming.
Now I am using both Qt 6.8.0 and 6.8.1 LTS version, still getting the bug. For the better understanding of the live streaming, I am using QMediaPlayer (which is QML inbuilt property) and I used external module also which is QtAVPlayer for the streaming.
In both cases, I am still facing the issue in latest version of Qt.