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. Need advice about video in app
QtWS25 Last Chance

Need advice about video in app

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 2.8k 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.
  • F Offline
    F Offline
    Freeuser
    wrote on last edited by
    #1

    Hi all,
    I develop the Qml app, which show video from remote servers by use Wi-Fi connection . But Qml Video element is not convenient - I have any difficulties, for example I don't now how to manage buffer size. Remote videofiles are play, but periodical stoped, and through a few seconds(2-3) playing continues. Also I can’t set volume – property “volume” "is not active in symbian":http://doc.qt.nokia.com/qtmobility-1.2/qml-soundeffect.html#volume-prop. What can I use to show online video except Qml Video element? Make videoplayer by use Qt C++?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dialingo
      wrote on last edited by
      #2

      QMediaPlayer (Qt, part of Mobility package)

      • You can use QMediaPlayer to output on a widget.
      • You can write your "CustomVideo" item for QML using QMediaPlayer.
      1 Reply Last reply
      0
      • F Offline
        F Offline
        Freeuser
        wrote on last edited by
        #3

        Thanks. About custom element...can you tell more?)

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dialingo
          wrote on last edited by
          #4

          You are not restricted to use the items that come with QML, Rectangle, Image etc.
          You can write your own items.
          See http://doc.qt.nokia.com/4.7/qtbinding.html#defining-new-qml-elements

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Freeuser
            wrote on last edited by
            #5

            Unfortunately, QMediaPlayer has same problem with playing stream video, like Video Element in Qml.
            I tried to use phonon module, but it also play stream video incorrectly...Now I'm sure in impossibility of build app in Qt SDK with streaming videoplayer.
            There is a one method - just open url in native video player, " here is showed.":http://www.developer.nokia.com/Community/Blogs/blog/aleksandr-trufanovs-forum-nokia-blog/2011/02/14/launching-symbian-media-player-for-video-streaming-in-qt-project

            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