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

NDI HX support over RPI4 #117

Open
jbolduc01 opened this issue Nov 17, 2023 · 0 comments
Open

NDI HX support over RPI4 #117

jbolduc01 opened this issue Nov 17, 2023 · 0 comments

Comments

@jbolduc01
Copy link

Is there a way to make NDI HX source decoded inside RPI4 using hardware acceleration?
I am using the following pipeline and it is not working:
gst-launch-1.0 ndisrc ndi-name="LPT-JBOLDUC (Intel Iris Xe Graphics 1)" color-format=compressed-v5 ! ndisrcdemux name=demux demux.video ! queue ! h264parse ! v4l2h264dec ! fpsdisplaysink video-sink=fakesink text-overlay=false sync=false -v
When using CPU based decoder, it is working but with poor performance:
gst-launch-1.0 ndisrc ndi-name="LPT-JBOLDUC (Intel Iris Xe Graphics 1)" color-format=compressed-v5 ! ndisrcdemux ! queue ! h264parse ! avdec_h264 ! fpsdisplaysink video-sink=autovideosink text-overlay=false sync=false -v
Thanks!

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