Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imxvpudec_h264 half green screen on scarthgap #329

Open
ghensto opened this issue Nov 1, 2024 · 0 comments
Open

imxvpudec_h264 half green screen on scarthgap #329

ghensto opened this issue Nov 1, 2024 · 0 comments

Comments

@ghensto
Copy link

ghensto commented Nov 1, 2024

We recently updated our 2-way video call app written using QT Framework (GLVideoItem in QML) from Yocto Kirkstone to Scarthgap and that resulted in half of the remote video rendered on i.MX6 DL painted green.

After investigation we narrowed the issue down to "imxvpudec_h264" since there is no green line shown when using "avdec_h264".

Using the gst-launch command below works normally

gst-launch-1.0 imxv4l2videosrc device=/dev/video0 ! queue ! imxipuvideotransform ! imxvpuenc_h264 ! queue ! h264parse ! imxvpudec_h264 ! imxg2dvideosink framebuffer=/dev/fb0

We also tested "qmlglsink" by just display basic camera feed in QML and that also worked without any green line

No error or warning in logs from GST_DEBUG="imx:6"

Setup:

  • Gstreamer upstream: 1.24.8
  • Making video call from mobile ios app (flutter_webrtc ) to i.MX6DL (Gstreamer webrtcbin)

DOT file from webrtcbin pipeline converted to PNG:
call-4

Photo from 2024-11-01 02-42-42 279334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant