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. Can QtMultimedia play video on WinRT and Windows Phone?
QtWS25 Last Chance

Can QtMultimedia play video on WinRT and Windows Phone?

Scheduled Pinned Locked Moved Mobile and Embedded
winrtqtmultimediavideowindows phone
4 Posts 2 Posters 2.0k 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.
  • L Offline
    L Offline
    lagner
    wrote on last edited by lagner
    #1

    Hi all.
    I have a simple Qt application. I did it for android and it works well. The app plays streaming video(HLS) using QtMultimedia. Now I want to port my application to Windows Phone, WinRT. I installed the app on Win Phone Emulator but video doesn't work.
    Is it my bad or QtMultimedia doesn't work on Windows Phone properly?

    I use last Qt 5.4

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I have no experience with the WinRT port but from a quick look at the plugin it looks like it should work. It might also be an emulator issue. In any case I'd recommend posting this question on the interest mailing list you'll find there Qt's developers/maintainers (this forum is more user oriented). A look at the bug report system might also reveal something.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        I have no experience with the WinRT port but from a quick look at the plugin it looks like it should work. It might also be an emulator issue. In any case I'd recommend posting this question on the interest mailing list you'll find there Qt's developers/maintainers (this forum is more user oriented). A look at the bug report system might also reveal something.

        L Offline
        L Offline
        lagner
        wrote on last edited by
        #3

        @SGaist Thank you for reply. I will try to install it on device. Do you know if qtmultimedia uses own backend for playing video(like gstreamer...) or native WinRT controls?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          QtMultimedia's backends uses the platform API so AVFoundation on OS X, WMF/DirectX on windows etc. The GStreamer backend is used on non-android non-mac unix variants.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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