Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Video player with qt5
Qt 6.11 is out! See what's new in the release blog

Video player with qt5

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.4k Views 1 Watching
  • 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.
  • K Offline
    K Offline
    karlox
    wrote on last edited by
    #1

    Hi all
    i'm trying to realize a video player for ip cameras with QT5. I have modified the examples in qt5-beta-2 source but i noticed very low perfomance comparated to the same request made with vlc (on my PC Intel(R) Pentium(R) 4 CPU 3.20GHz 94%cpu vs 25%cpu via top). This with videographicsitem and customvideoitem example. better with video example where the cpu il about 50% anyway higher than vlc. There is a way to improve performance or do better this work? I notice the with qt4 and phonon the performance was better.
    Regards

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jalomic
      wrote on last edited by
      #2

      Use opengl !

      1 Reply Last reply
      0
      • K Offline
        K Offline
        karlox
        wrote on last edited by
        #3

        isn't this line sufficient:
        @graphicsView->setViewport(new QGLWidget);@

        In this case can you suggest the way?

        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