Skip to main content
Grodriguez
Associate III
March 30, 2021
Solved

GStreamer regression in OpenSTLinux 2.x ?

  • March 30, 2021
  • 2 replies
  • 1599 views

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

This topic has been closed for replies.
Best answer by Grodriguez

Looks like it is an upstream issue. The following commit fixes it: https://gitlab.freedesktop.org/ocrete/gst-plugins-bad/-/commit/7247af1d20262accc70cc3d03f04eda4e7146f50

2 replies

OlivierK
Technical Moderator
March 30, 2021

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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Grodriguez
GrodriguezAuthorBest answer
Associate III
March 31, 2021