Results 1 to 2 of 2

Thread: QT-QML viewer in FB

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default QT-QML viewer in FB

    I'm trying to display my QML page (that's fully functional) in my framebuffer. I added a (local) video element to it, but the video element isn't showed. The other functionality of the page works correctly.

    The warning i got is:
    Warning: defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.mediaplayer"
    I've compiled it with the latest 4.7.0 source of QT, and it's working under my X installation.
    Is this a shortcoming of QT or am i missing something?

  2. #2
    Join Date
    Sep 2008
    Location
    Munich
    Posts
    32
    Thanked 8 Times in 6 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT-QML viewer in FB

    The video element relies on a back end implementing the video service. It looks your system does not have provided such a back end. This is a deeper integration question of qtquick with your embedded system. Not sure what QML expects here. Here are some further info: http://labs.trolltech.com/blogs/2010...ad-to-release/, mainly you want the irc channel and mailing-list, the rest is not really related ;-)

Similar Threads

  1. Embed VNC Viewer
    By NoRulez in forum Qt Programming
    Replies: 4
    Last Post: 15th March 2021, 16:03
  2. Map viewer
    By spud in forum Qt-based Software
    Replies: 2
    Last Post: 28th April 2016, 07:54
  3. Hex viewer in qt?
    By vishal.chauhan in forum Qt Programming
    Replies: 8
    Last Post: 21st June 2013, 08:58
  4. SVG Viewer
    By nemmartins in forum Qt Programming
    Replies: 0
    Last Post: 14th April 2010, 13:35
  5. HTML viewer
    By wj313 in forum Newbie
    Replies: 8
    Last Post: 13th June 2008, 19:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.