-
Notifications
You must be signed in to change notification settings - Fork 28
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|HX2 #105
Comments
That's working fine for me but maybe you need #102 |
Thanks a lot, now it plays more different sources of uncompressed NDI, but with NDI|HX2 i only see the "NDI Video decoder not found" screen. |
Build the plugin with the advanced SDK ( The problem here is that the NDI SDK can't decode HX2 on Linux apparently, so you have to do decoding externally. On Windows (and probably macOS) it apparently supports decoding. |
Hey there, great plug in question on this topic. I have the advanced SDK running on linux and seems to be able to get an HX source with the following pipeline gst-launch-1.0 ndisrc url-address="source address" ! ndisrcdemux name=demux demux.video ! queue ! videoconvert ! autovideosink It seems like ndisrc finds a software decoder and decode the video but I would like to use hardware decoding and tried the follow pipeline but, while the pipeline seems to connect, it never seems to reach the play state. gst-launch-1.0 ndisrc url-address="source ip" color-format=compressed-v5-with-audio ! ndisrcdemux name=demux demux.video ! queue ! h264parse ! nvv4l2decoder ! nvvidconv ! autovideosink Any idea ? Thanks ! |
Has anybody luck with NDI|HX2 or is it not supported?
The text was updated successfully, but these errors were encountered: