Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Deployed video application cannot play avi files
-
I made a qt video player application. When I run the application from Qt Creator, it can play avi files, but when I run the deployed binary executable, it cannot play avi files. However it can play mp4 files. Can anyone help me with this? Thanks!
-
Hi,
Which version of Qt ?
Which OS ?
How did you deploy your application ?
Where are you testing that deployment ?
-
I found the cause of the problem, it is because of a missing plugin I forget to include with the binary executable.