Is there any way to use gstreamer using python on windows ?
I didn’t get any solutions over the internet ( may be its my bad search technique )
I have tried this :
import os import gi gi.require_version('Gst', '1.0') from gi.repository import Gst, GObject, Gtk
they are working good on linux but on window I’m getting error for gi
New contributor
Amit Maurya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.