2021-03-30 09:13 AM
I am using GStreamer to stream live video from mjpeg cameras. For this I am using a pipeline which is roughly equivalent to this one:
gst-launch-1.0 souphttpsrc is-live=true location=<camera_url> ! multipartdemux ! image/jpeg,framerate=0/1 ! jpegparse ! avdec_mjpeg ! videoconvert ! waylandsink
This was working fine with OpenSTLinux 1.x, but with 2.x the video stutters or even freezes.
Can someone help?
Guillermo
Solved! Go to Solution.
2021-03-31 05:01 AM
Looks like it is an upstream issue. The following commit fixes it: https://gitlab.freedesktop.org/ocrete/gst-plugins-bad/-/commit/7247af1d20262accc70cc3d03f04eda4e7146f50
2021-03-30 10:18 AM
Hello Guillermo,
Gstreamer is a rather huge topic. Do you experience the same issues if you playback the video captures using gst-play-1.0?
what is the CPU load?
Olivier
2021-03-31 05:01 AM
Looks like it is an upstream issue. The following commit fixes it: https://gitlab.freedesktop.org/ocrete/gst-plugins-bad/-/commit/7247af1d20262accc70cc3d03f04eda4e7146f50