Results 1 to 18 of 18

Thread: phonon4QtmingW didn't work ??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    Quote Originally Posted by Lakshmi.Bollavaram View Post
    no, even i am not able to hear the audio also.
    and in the phono_backend folder, shows only one dll file name by phonon_ds94.dll.
    but qt's music player example is working.
    fortunately, you can use audio files with phonon and video files on most (i think) systems (specially new ones, i think). its very better than nothing.
    try to test your video app on another system that its hardware is not the same as yours.
    and for solving the video bug i haven't any other idea; i already tested on it as far as I can.
    and what's you hardware? (including the graphic card)

  2. #2
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    these are all files in my phonon_backend directory (all in a zip file uploaded):
    http://www.4shared.com/file/15311667...n_backend.html
    extract to yours and build your video app and test it again.
    but wait! before rebuilding your app, test these new libs with your already built app.

    and these two dlls are in qtsdk_installation_dir/qt/bin directory:
    http://www.4shared.com/file/15311881...in-phonon.html
    if the above doesn't work, add these and test again.
    we can do a little more with some other qt dlls next in the case of failure.
    help try to solve the problem!

    note: all files are from qt sdk 2009.04
    Last edited by FS Lover; 16th November 2009 at 12:02.

  3. #3
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    oh, good idea! I will test on my own system too!!

  4. #4

    Default Re: phonon4QtmingW didn't work ??

    Hi ,
    what i did is i tried adding a video widget to music player example available in Qt's site with additional programming and modifications.
    now its rendering video file on to d screen but still when i run configure.exe file, there it shows as phonon not enabled.
    but the same video file when i try to playe in video example provided in that magical package ,its not playing.

  5. #5
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    what i did is i tried adding a video widget to music player example available in Qt's site with additional programming and modifications.
    give your complete source code.
    when i run configure.exe file, there it shows as phonon not enabled
    i think it is not relevant.
    what it says is: if you run me to configure qt again (a step necessary before running make to build qt), phonon support would be disabled.
    magical package passes to it an option for enabling phonon support (that is disabled by default in mingw version of qt)

  6. #6

    Default Re: phonon4QtmingW didn't work ??

    Hi,
    now i am facing a new pbm.
    while building an application i am getting the following 2 errors:
    cl -c -nologo -Zm200 -O1 -MD -GR -GX -W3 -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"c:\Qt\2009.03\qt\include\QtCore" -I"c:\Qt\2009.03\qt\include\QtGui" -I"c:\Qt\2009.03\qt\include\QtOpenGL" -I"c:\Qt\2009.03\qt\include\phonon" -I"c:\Qt\2009.03\qt\include" -I"." -I"c:\Qt\2009.03\qt\include\ActiveQt" -I"release" -I"c:\Qt\2009.03\qt\mkspecs\win32-msvc" -Forelease\ @C:\DOCUME~1\lakshmib\LOCALS~1\Temp\nm1B.tmp
    main.cpp
    cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
    cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
    link /LIBPATH:"c:\Qt\2009.03\qt\lib" /NOLOGO /INCREMENTAL:NO /SUBSYSTEM:windows /OUT:release\video.exe @C:\DOCUME~1\lakshmib\LOCALS~1\Temp\nm1C.tmp
    LINK : fatal error LNK1181: cannot open input file 'c:\Qt\2009.03\qt\lib\qtmain.lib'
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x49d'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x2'
    Stop.
    Exited with code 2.
    Error while building project video
    When executing build step 'Make'


    could u please help me how to solve it.
    sure iw ills end u the source code

  7. #7
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    i don't know anything about Microsoft Visual Studio.
    test with mingw (via QtCreator if you want a visual tool).

  8. #8

    Default Re: phonon4QtmingW didn't work ??

    when i run through command promt like
    c:\Qt\4.6.0beta1\configure.exe
    it shows there phonon -no
    and QMAKESPEC it takes as win32-msvc automatically.
    why is it so?

  9. #9
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: phonon4QtmingW didn't work ??

    I don't know!
    just install stable qt sdk open source edition and if you want to add phonon, compile it according to instructions of magical package.
    then build you programs via qt's command prompt and mingw commands or use qt creator; if you want more help from guys like me!

  10. #10

    Default Re: phonon4QtmingW didn't work ??

    ya, i know it FSLover.
    that's the reason that i posted my querry in this forum.

  11. #11

    Default Re: phonon4QtmingW didn't work ??

    can i integrate videoplayer application and another window app into one main window?

Similar Threads

  1. Making MySQL plugin work on a windows x86 enviroment
    By Baasie in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd September 2009, 15:15
  2. getting MySQL to work with Qt
    By Ashish in forum Installation and Deployment
    Replies: 7
    Last Post: 19th May 2009, 08:57
  3. Qt4 : QPainter::setRedirected doesn't work
    By Ankitha Varsha in forum Qt Programming
    Replies: 2
    Last Post: 20th June 2008, 17:52
  4. QActions don't work with menubar hidden
    By Pepe in forum Qt Programming
    Replies: 1
    Last Post: 16th August 2007, 01:04
  5. Change work area OS
    By pakulo in forum Qt Programming
    Replies: 15
    Last Post: 15th May 2007, 07:20

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.