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. QT5.2 + RaspberryPI + video - org.qt-project.qt.mediaplayer
Forum Update on Monday, May 27th 2025

QT5.2 + RaspberryPI + video - org.qt-project.qt.mediaplayer

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.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.
  • D Offline
    D Offline
    darbor
    wrote on 24 Nov 2014, 20:27 last edited by
    #1

    Hello,
    I find article how install QT5.2 on raspberry pi

    http://lpcamargo.blogspot.com.br/2014/02/tutorial-qt-52-no-raspberrypi.html

    Rasbian version: 2014-09-09 from official : http://www.raspberrypi.org/downloads/

    Simple QML program work fine but when i insert video object, does not work.

    the program starting, I see black rectangle but video not play.

    Program return:
    defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"

    I googing many post but can't find solution.

    my code:

    @
    import QtQuick 2.0
    import QtMultimedia 5.0

    Rectangle {
    id: screen
    width: 700
    height: 400
    color: "black"
    Video {
    source:'http://techslides.com/demos/sample-videos/small.mp4'
    width: parent.width
    anchors.top: parent.top
    height: parent.height
    autoPlay:true
    }
    }
    @

    Thanks for Your helps

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zamberson
      wrote on 17 Dec 2014, 10:45 last edited by
      #2

      Same problem here.

      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