Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Multimedia support in QtWebKit

Multimedia support in QtWebKit

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 3 Posters 3.5k 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.
  • I Offline
    I Offline
    ificanfly
    wrote on last edited by
    #1

    Hello,

    As you know qt multimedia framework PHONON can not support seek which leads to QtWebKit can not support seek for stream defined in html 5 "video" tag. I heared that Qt plans to replace PHONON with QtMutlimeida. However after checking source code of Qt 4.7.3 i find PHONON is still used as multimeida engine. So does that means Qt 4.7.3 still not support seek?

    And another issue is qt-mobility module. From its name this module is used for mobile development and in its source code it also includes muttimedia related code. Is it possible to use qt-mobility in desk environment?

    Thanks if someone can answer thes qustions. I found many discussion about multiemedia support in qt but still not clear.
    Jianhua

    1 Reply Last reply
    0
    • A Offline
      A Offline
      apap_
      wrote on last edited by
      #2

      Qt-Mobility is a Qt API that you can also use in desk platforms.
      Take a look at :

      • "http://qt.nokia.com/products/qt-addons/mobility/":http://qt.nokia.com/products/qt-addons/mobility/
      • "http://doc.qt.nokia.com/qtmobility-1.1.0-beta/installation.html":http://doc.qt.nokia.com/qtmobility-1.1.0-beta/installation.html
      • "http://doc.qt.nokia.com/qtmobility-1.1.3/all-examples.html":http://doc.qt.nokia.com/qtmobility-1.1.3/all-examples.html
      1 Reply Last reply
      0
      • I Offline
        I Offline
        ificanfly
        wrote on last edited by
        #3

        Thanks for your reply.

        In fact I know Qt-Mobility but I am not sure if Qt-Mobility is able to integrate with QtWebKit. What I want to do is to use QtWebkit and replace its defulat playback engine with my customized enginee. This has been done with Phonon in Qt 4.6 but it has some limitations. In Qt 4.7.3 source code it seems QtMultimeida is planed to be integrated and replace Phonon in future but still not available so far.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Smar
          wrote on last edited by
          #4

          They can’t even if they wanted to do such change at this point; maybe in Qt 5, and I wouldn’t even see total strange thing, but now changing it would mean breaking ABI, and that’s not the way to go.

          So qt-webkit relies on phonon and qt-multimedia will arrive in 4.8 AFAIK which can be used for about everything else. qt-multimedia is also inside above mentioned qt-mobility package. For Qt 5, who knows what will future bring to us :)

          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