Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Problem with using Video (MediaPlayer+VideoOutput) on iOS
Forum Update on Monday, May 27th 2025

Problem with using Video (MediaPlayer+VideoOutput) on iOS

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 578 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • GianlucaG Offline
    GianlucaG Offline
    Gianluca
    wrote on last edited by
    #1

    In the app I need to do the following:

    • display a video fullscreen
    • at the end of the video, show some icons on top of it
      I cannot do this directly because qml Video on iOS has some limitations, one of them is that I cannot put any QML item on top of it.

    So, I tried another solution:

    • display a video fullscreen
    • at the end of the video, hide the video and show an Image representing the last frame
    • add the icons on top of the image
      It almost works, but I did not find any way to hide a video without any flickering.
      In fact, when I set visible property to false on the Video, it seems that a strange rapid animation starts that create an annoying flickering.

    So, what other solution I have to remove and/or hide the Video element at the end of the media without adding any flickering ??

    Thanks,
    Gianluca.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved