Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 14.0.0, Qt Creator 15.0.0
-
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. 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.
Another bug:-
During the open of the application, when the devices is rotated in the landscape from the portrait or vice versa, there is a glitch observed for the 10 to 15 sec in the UI. User interface is cut down to half to the phone or tab screen. This issue is only observed in the 6.81 Qt version.