-
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
Does the ndi plugin support ndi output features? #10
Comments
Currently creating the NDI sink elements is not our priority. All contributions are welcome. |
I have started working on this in a fork. (ndiaudiosink & ndivideosink) Still needs lots of work before its in state to raise a PR, both individually work. |
Worked on this on and off, issue is with the NDI SDK can't create two different senders with the same name.
|
I would implement this similar to how I did it in I'm going to work on this in the next days and add support to this repository, possibly basing this on your work @moschopsuk if that makes anything easier. |
Well, started to work on it now. |
The sink can accept audio or video directly, or if both should be provided at once it is necesary to use the ndisinkcombiner before the ndisink to merge both audio and video into the same stream. Fixes teltek#10
The sink can accept audio or video directly, or if both should be provided at once it is necesary to use the ndisinkcombiner before the ndisink to merge both audio and video into the same stream. Fixes teltek#10
The sink can accept audio or video directly, or if both should be provided at once it is necesary to use the ndisinkcombiner before the ndisink to merge both audio and video into the same stream. Fixes teltek#10
The sink can accept audio or video directly, or if both should be provided at once it is necesary to use the ndisinkcombiner before the ndisink to merge both audio and video into the same stream. Fixes teltek#10
I've submitted a PR with a sink here: #55 Please give it a try. It updates the GStreamer dependency to 1.18 though because newer aggregator features are needed. |
I have rockchip-3328 bord and the gst have been supported the H264 hardware encode and hardware decode, but it does not support the and ndi features.
Your ndi plugin supports the ndi souce feature, I hope you can support the ndi output feature.
hope your response.
thanks!
The text was updated successfully, but these errors were encountered: