You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the script from MacOS it fails with
(<unknown>:18406): GStreamer-RTSP-Server-CRITICAL **: 09:01:15.865: could not create element Traceback (most recent call last): File "stream.py", line 59, in do_create_element return Gst.parse_launch(self.launch_string) gi.repository.GLib.Error: gst_parse_error: no element »appsrc« (1)
I've installed gstreamer (and plugins) with homebrew. I also installed pip install gobject PyGObject
The text was updated successfully, but these errors were encountered:
The installation and execution scripts are specifically developed and tested on liniux environment. I have never tried or tested this on Mac OS. Will give it a try this weekend and try to replicate this.
When launching the script from MacOS it fails with
(<unknown>:18406): GStreamer-RTSP-Server-CRITICAL **: 09:01:15.865: could not create element Traceback (most recent call last): File "stream.py", line 59, in do_create_element return Gst.parse_launch(self.launch_string) gi.repository.GLib.Error: gst_parse_error: no element »appsrc« (1)
I've installed gstreamer (and plugins) with homebrew. I also installed
pip install gobject PyGObject
The text was updated successfully, but these errors were encountered: