GStreamer regression in OpenSTLinux 2.x ?
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 ! waylandsinkThis was working fine with OpenSTLinux 1.x, but with 2.x the video stutters or even freezes.
Can someone help?
Guillermo
