OpenCV-rtsp-server
OpenCV-rtsp-server copied to clipboard
Script on Mac fails with appsrc error
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 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.
prabhakar-sivanesan, we are also getting the same issue on our M1 Mac machine
Same here, any solution in the meantime?