PDA

View Full Version : phonon4QtmingW didn't work ??



Lakshmi.Bollavaram
11th November 2009, 06:03
Hi,
i tried that magical package ,i didn't get any error but still i am not able to view a movie file playing.
its saying like "D:\CHRYSLER\New Folder\phonon4qtmingw\phonon4qtmingw\phonon_test_p rogram\video\debug\video.exe exited with code -1073741515".
can you please tell me how to do it?

FS Lover
12th November 2009, 10:27
did you use the last package? (http://www.qtcentre.org/forum/p-phonon4qtmingwzip-a-magical-package-post121612/postcount24.html)
then, tell about your machine/OS and qt version used, etc.

Lakshmi.Bollavaram
13th November 2009, 08:30
Windows XP,i am working on Qt beta .its not rendering video file on the screen.just a blank screen appears.please, provide the solution as early as possible.

FS Lover
14th November 2009, 04:57
can u play audio files with phonon?
and please give more complete and precise info about your system and qt.

Lakshmi.Bollavaram
16th November 2009, 03:27
i am able to hear the songs when i run the music player example of phonon.
i didn't try the audio example of magical package but i tried the video example of it.it just shows a blank screen and it doesn't render any video on the screen.
i installed direct x,windows sdk softwares in my PC.still should i install any more s/w to play the video file?
and one more thing is whenever i run the configure.exe file there it shows like phonon is disabled.

FS Lover
16th November 2009, 08:02
i didn't try the audio example of magical package but i tried the video example of it.it just shows a blank screen and it doesn't render any video on the screen.
I had/have similar problem on my own PC (PIII, WinXP SP2). I couldn't know the cause.
maybe its due to a bug in Qt or DirectXSDK.

it just shows a blank screen and it doesn't render any video on the screen.
did you hear the sound of video (i have sound of videos on buggy PC)

i installed direct x,windows sdk softwares in my PC.still should i install any more s/w to play the video file?
no. indeed, the magical package is sufficient.

and one more thing is whenever i run the configure.exe file there it shows like phonon is disabled.
you have phonon, otherwise music player example didn't work.
you can check the qt\plugins\phonon_backend directory to ensure (built phonon dlls are there).

Lakshmi.Bollavaram
16th November 2009, 08:48
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.

FS Lover
16th November 2009, 11:13
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)

FS Lover
16th November 2009, 11:55
these are all files in my phonon_backend directory (all in a zip file uploaded):
http://www.4shared.com/file/153116675/52671b99/phonon_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/153118815/ee7ce626/qtbin-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

FS Lover
16th November 2009, 12:05
oh, good idea! I will test on my own system too!!

Lakshmi.Bollavaram
16th November 2009, 12:54
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.

FS Lover
16th November 2009, 15:34
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)

Lakshmi.Bollavaram
17th November 2009, 06:31
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

FS Lover
17th November 2009, 09:12
i don't know anything about Microsoft Visual Studio.
test with mingw (via QtCreator if you want a visual tool).

Lakshmi.Bollavaram
17th November 2009, 11:51
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?

FS Lover
18th November 2009, 05:13
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!

Lakshmi.Bollavaram
18th November 2009, 05:52
ya, i know it FSLover.
that's the reason that i posted my querry in this forum.

Lakshmi.Bollavaram
18th November 2009, 15:10
can i integrate videoplayer application and another window app into one main window?