Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GStreamer dll not found errors #3956

Closed
frankgould opened this issue Jan 31, 2016 · 4 comments
Closed

GStreamer dll not found errors #3956

frankgould opened this issue Jan 31, 2016 · 4 comments

Comments

@frankgould
Copy link

I have been using Kivy interpreter for over a year and today I tried to play audio in my app using the code below. It has worked in the past but when I tried it today, I got errors while trying to load the plugin.

    self.my_sound = SoundLoader.load(my_path + '/data/Polaris.mp3')
    if self.my_sound:
        self.my_sound.play()

Below are the stderr logcat results. I also get a window for each dll attempting to load saying dll not found. I tried 'python -m pip uninstall' for both gstreamer and dev then reinstalling but got the same errors. Please help!

(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libass-4.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libges-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgio-2.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgiognutls.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasf.dll': 'C:\Users\....\Python27\share\gstreamer\bin\libgstasf.dll':The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstasfmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstassrender.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstaudio-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstaudiomixer.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadbase-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbadvideo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstbase-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstcompositor.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstdvdsub.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgdp.dll':The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstgl-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpeg2dec.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegpsmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstmpegtsmux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstopengl.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstpbutils-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstresindvd.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstriff-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrmdemux.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstrtspserver-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsttag-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgsturidownloader-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvalidate-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libgstvideo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstvoaacenc.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinks.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstwinscreencap.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libgstx264.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libharfbuzz-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': 'C:\Users\...\Python27\share\gstreamer\bin\libpangocairo-1.0-0.dll': The specified procedure could not be found.
(python.exe:10476): GStreamer-WARNING **: Failed to load plugin 'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll':'C:\Users\...\Python27\share\gstreamer\bin\libpangoft2-1.0-0.dll': The specified procedure could not be found.self.my_sound=<kivy.core.audio.audio_gstplayer.SoundGstplayer object at 0x031FE7A0>
[WARNING           ] [AudioGstplayer] No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true'.
[ERROR             ] [AudioGstplayer] Your GStreamer installation is missing a plug-in.
[ERROR             ] [AudioGstplayer] Your GStreamer installation is missing a plug-in.
[ERROR             ] [AudioGstplayer] GStreamer encountered a general stream error.
@matham
Copy link
Member

matham commented Jan 31, 2016

Two questions, did you recently update kivy? If so, how and from what? If from a older kivy distributable and you now installed from the wheels, did you remove all the old files before the update?
2, does it work with other files, or just not with this file?

@frankgould
Copy link
Author

No, I haven't recently updated kivy until today I ran another install because the app class was not found when I ran my app. I used the 'python -m pip install' CLI for kivy. I did not uninstall old before new install. Everything else works correctly as it had before my install attempts. I'm just continuing to get GStreamer problems as documented above. Thanks for your quick response!

@dessant
Copy link
Contributor

dessant commented Feb 26, 2016

You should uninstall/remove the old kivy and it's dependencies if you've used the portable package (and also, if not :P).

The cleanest way is to install python from the official source, then follow the installation guide and install kivy and its deps with pip.
https://kivy.org/docs/installation/installation-windows.html

The bug seems to be related to an outdated version, please open a new issue if you can still reproduce it with the latest version.

@dessant dessant closed this as completed Feb 26, 2016
@tomclindstrom
Copy link

The solution to this problem is here , you should download this and put it in your python share folder.
https://gstreamer.freedesktop.org/data/pkg/windows/1.14.4/
If you want to thank me you can send 1 Bitcoin to me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants