Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.7.0
Description
Upon enabling looping functionality in Qt, the seekbar becomes dysfunctional beyond the initial iteration. Initially, when media playback begins, the seekbar accurately reflects the progress of the media content, allowing users to seek through the content as expected. However, once the media reaches the end and loops back to the beginning for subsequent iterations, the seekbar freezes or remains stuck at its initial position. Consequently, users are unable to utilize the seekbar to navigate through the media during subsequent loops.
Steps to Reproduce:
- Open the "mediaplayer" example project in Qt.
- Specify looping functionality in the videoOutput component.
- Compile and run the code for the desktop environment.
- Open a media file using the player.
- Play the media file.
Expected Result:
- The media file plays continuously in a loop.
- The seekbar should accurately reflect the progress of the media content and allow users to navigate through it even during subsequent iterations.
Actual Result:
- After the first iteration, the seekbar becomes unresponsive.
- Although the video continues to play in a loop, the seekbar remains stuck at the end of the media content.
- Users are unable to utilize the seekbar to navigate through the media content during subsequent iterations, significantly impairing the user experience.
Attachments
Issue Links
- is duplicated by
-
QTBUG-122297 Media Player bug on FFMPEG backend, position changes freeze the video after first loop
- Closed