QMediaPlayer defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" in Windows
-
Hi
It needs to be DirectShow codecs.
Not sure server 2012 has any directx.
At least not the core version.So first check it it has directx.
This also might add some
https://www.mediaplayercodecpack.com/lite/
However, I have not tried that on a server version so please be carefull.
(oh a virtual machine. Then just take snapshot and try :) -
Hi
It needs to be DirectShow codecs.
Not sure server 2012 has any directx.
At least not the core version.So first check it it has directx.
This also might add some
https://www.mediaplayercodecpack.com/lite/
However, I have not tried that on a server version so please be carefull.
(oh a virtual machine. Then just take snapshot and try :) -
@Emrecp
Ok. it was worth a shot.
what codec is the video encoded with?
MKV will not work as far as i know.@mrjj said in QMediaPlayer defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" in Windows:
Ok. it was worth a shot.
what codec is the video encoded with?They are youtube videos. Link creating with pafy.
https://pypi.org/project/pafy/ -
@mrjj said in QMediaPlayer defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" in Windows:
Ok. it was worth a shot.
what codec is the video encoded with?They are youtube videos. Link creating with pafy.
https://pypi.org/project/pafy/ -
Hi
I dont think its able to play the format using streaming or whatever the pafy does/produces.
Maybe you can use qt-VLC instead. if bindings for python exists. -
Hi
I dont think its able to play the format using streaming or whatever the pafy does/produces.
Maybe you can use qt-VLC instead. if bindings for python exists.