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

Can't open some NDI Streams with audio even though the official NDI tools are able to open them. #118

Open
LIWCKPP opened this issue Nov 29, 2023 · 0 comments

Comments

@LIWCKPP
Copy link

LIWCKPP commented Nov 29, 2023

While working with this I found that some NDI sources with audio were failing to open properly(testing opening audio only from NDI Sources).

I tried testing the basic functionality with:

# Audio/Video source pipeline
$ gst-launch-1.0 ndisrc ndi-name="REDACTED (My NDI source)" ! ndisrcdemux name=demux   demux.video ! queue ! videoconvert ! autovideosink  demux.audio ! queue ! audioconvert ! autoaudiosink

# Audio/Video sink pipeline
$ gst-launch-1.0 videotestsrc is-live=true ! video/x-raw,format=UYVY ! ndisinkcombiner name=combiner ! ndisink ndi-name="My NDI source"  audiotestsrc is-live=true ! combiner.audio

And it didn't seem to work either, even though I can use the Studio Monitor(official NDI App) to open the NDI Stream properly so it is at least generating it correctly but there may be some issues when we try to open it. I was able to open some other NDI sources so I was left wondering what made these special and why the plugin couldn't handle them.

Tested on Windows, GStreamer 1.22.2.

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