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. Video Player for Symbian^3
QtWS25 Last Chance

Video Player for Symbian^3

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 2 Posters 7.2k 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.
  • H Offline
    H Offline
    huluyige
    wrote on 11 Apr 2011, 12:22 last edited by
    #1

    Hi everyone,

    I would like to develop a video player for N8, but i couldn't found an example. any suggestion?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mario
      wrote on 11 Apr 2011, 12:38 last edited by
      #2

      This might help you getting started: "http://doc.qt.nokia.com/qtmobility-1.1/player.html":http://doc.qt.nokia.com/qtmobility-1.1/player.html

      You might also need some permissions to be able to play video, search on "forum.nokia.com":http://forum.nokia.com

      1 Reply Last reply
      0
      • H Offline
        H Offline
        huluyige
        wrote on 11 Apr 2011, 13:06 last edited by
        #3

        Thanks.
        but just to be able to play video, why i should need some permissons? i tried to search in the forum, but i find nothing
        [quote author="mario" date="1302525527"]This might help you getting started: "http://doc.qt.nokia.com/qtmobility-1.1/player.html":http://doc.qt.nokia.com/qtmobility-1.1/player.html

        You might also need some permissions to be able to play video, search on "forum.nokia.com":http://forum.nokia.com[/quote]

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mario
          wrote on 11 Apr 2011, 13:10 last edited by
          #4

          It just that sometimes you need to add "symbian capabilities" to be able to use resources. I don't know if you need that for playing video.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            huluyige
            wrote on 11 Apr 2011, 13:39 last edited by
            #5

            Thanks,

            I using linux and latest Qt SDK, i tested the example.

            but i can't bulid the projet, i add

            @symbian:TARGET.CAPABILITY += NetworkServices ReadUserData WriteUserData@
            and
            @CONFIG += mobility
            MOBILITY +=multimedia@

            to the projet file

            is there any thing i need plus?

            [quote author="mario" date="1302527404"]It just that sometimes you need to add "symbian capabilities" to be able to use resources. I don't know if you need that for playing video.[/quote]

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mario
              wrote on 11 Apr 2011, 13:42 last edited by
              #6

              You can't build for symbian on Linux (not without hacking a lot). You should try using "Remote Compile" which should be available as a plugin in the SDK. You also need to register at forum nokia to be able to use the feature.

              1 Reply Last reply
              0
              • H Offline
                H Offline
                huluyige
                wrote on 11 Apr 2011, 13:46 last edited by
                #7

                thanks

                i know that, but i can test examples in simulator? no? or i can build for desktop?
                [quote author="mario" date="1302529359"]You can't build for symbian on Linux (not without hacking a lot). You should try using "Remote Compile" which should be available as a plugin in the SDK. You also need to register at forum nokia to be able to use the feature.[/quote]

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mario
                  wrote on 11 Apr 2011, 13:48 last edited by
                  #8

                  Yes, simulator and desktop should work most of the time. I'm not sure if the QtMobility is available for the "Desktop" version. You should be able to compile and install them your self. If you're running, for example, Kubuntu you can install the mobility packages and use "Qt in PATH" when compiling.

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    huluyige
                    wrote on 11 Apr 2011, 14:03 last edited by
                    #9

                    thanks very much Mario,

                    yes this problem bothers me for a long time.

                    Now i have some quetions, thank you in advance to reply

                    i just want to use qtmobility multimedia, and i install the lastest version of Qt SDK on my linux(ubuntu). My objectif is to develop an application for Symbian 3.

                    1. can i test my application on simulator or desktop? if yes , then i have to install qt mobility or not? qt moblility is not included in Qt SDK? you got a link that explains how to install qt mobility for linux or not?

                    2. there are 2 ways to develop a video player, in my opinion. one is using Qt/C++ (as the link you posted), another is using QML video element. I prefer to using QML, because it is much simpler and my application is not complex. I have tried QML video element, but there is always a problem of library(building error). you got some tutroials for this or not?

                    [quote author="mario" date="1302529698"]Yes, simulator and desktop should work most of the time. I'm not sure if the QtMobility is available for the "Desktop" version. You should be able to compile and install them your self. If you're running, for example, Kubuntu you can install the mobility packages and use "Qt in PATH" when compiling.[/quote]

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mario
                      wrote on 11 Apr 2011, 14:35 last edited by
                      #10

                      You can check if the Mobility is installed with the bundles version of Qt for desktop and simulator.

                      In your QtSDK path you'll find following folders (valid for Linux):

                      Desktop

                      Simulator

                      In Desktop you'll only find Qt but in Simulator you'll find both Qt and QtMobility. I think the chances increases that things work for Symbian if you build for the simulator.

                      But keep in mind that all features might not be implemented for the simulator.

                      To install QtMobility for the desktop, see the instruction "here":http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html

                      Qt is about cross-platform so why not installed mobility for the desktop to and enjoy running your app there too.

                      I would also go for the QML-version, much funnier

                      1 Reply Last reply
                      0

                      10/10

                      11 Apr 2011, 14:35

                      • Login

                      • Login or register to search.
                      10 out of 10
                      • First post
                        10/10
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved