Qt media player freezes Qt app
-
Added media player and it plays songs nicely on my local machine. But it freezes the Qt app during playing when the app is deployed to another computer. How to check where the problem is?
@JoeCFD said in Qt media player freezes Qt app:
But it freezes the Qt app during playing when the app is deployed to another computer
Is it the same OS? similar hardware?
It seems that the "another computer" could be missing some components from the underlying backend (i.e. GStreamer in Linux) -
@JoeCFD said in Qt media player freezes Qt app:
Is it possible to use QMediaPlayer to send audio stream to another computer?
Could it be possible that you create another post for this separate topic?
-
@JoeCFD said in Qt media player freezes Qt app:
But it freezes the Qt app during playing when the app is deployed to another computer
Is it the same OS? similar hardware?
It seems that the "another computer" could be missing some components from the underlying backend (i.e. GStreamer in Linux)