Jython gstreamer

Does anyone know where I can find a tutorial on using GStreamer with Jython? I tried searching, but no luck. Using Gstreamer-Python bindings, I can get the python file to run with python, but jython gives me ImportError: there is no module named pygst.

+3
source share
2 answers

I suspect it uses c bindings, so you cannot use in jython, sorry.

0
source

Watch out for JyNI ( http://www.jyni.org ). Currently, it cannot use GStreamer bindings, but hopefully will be in the near future.

JEP (https://github.com/mrj0/jep) JPY (https://github.com/bcdev/jpy), gstreamer Python Java , , Jython.

, JavaFX ( Java Java8) . , , ( , , Java8-).

, Java 64 . autotools ..

+1

Source: https://habr.com/ru/post/1794973/


All Articles