Execution on Windows 8

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Execution on Windows 8

fgfernandez0321
I installed GStreamer 1.0 on Windows 8 and this software https://sourceforge.net/projects/pygobjectwin32/files/ in order to install python bindings for GStreamer.

I'm executing this code:  

Gst.parse_launch('ksvideosrc ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=50000')

and I don't know why the app crashes showing this error

(python.exe:8824): GStreamer-WARNING **: Failed to load plugin 'C:\gstreamer\1.0\x86_64\\lib\gstreamer-1.0\libgstrtmp.dll': 'C:\gstreamer\1.0\x86_64\\lib\gstreamer-1.0\libgstrtmp.dll': The specified procedure could not be found.

JPEG parameter struct mismatch: library thinks size is 568, caller expects 584

However if I execute this pipeline from Windows console everything OK.

For this reason I'm guessing that I have problems with the bindings but I'm not sure.

Could you please help me

Regards