Skip to content

feat: ndi output support & ndi live preview#457

Merged
gioelecerati merged 8 commits intomainfrom
gio/feat/ndi-output
Feb 16, 2026
Merged

feat: ndi output support & ndi live preview#457
gioelecerati merged 8 commits intomainfrom
gio/feat/ndi-output

Conversation

@gioelecerati
Copy link
Copy Markdown
Contributor

@gioelecerati gioelecerati commented Feb 13, 2026

Summary

  • NDI output support
  • OutputSink -> OutputSinks to allow having both Spout and NDI producing outputs in separate threads
  • UI updates
  • MJPEG live preview (10fps - 320px)

@gioelecerati gioelecerati changed the title feat: ndi output support & output sink feat: ndi output support & ndi live preview Feb 13, 2026
@gioelecerati gioelecerati marked this pull request as ready for review February 13, 2026 13:30
Copy link
Copy Markdown
Collaborator

@leszko leszko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the backend part. And tested. Looks good 🚀

Main points that I don't like:

  1. app.py using frame processor to get input frames; I think this is too hacky for what we want to do 🙃
  2. Lagacy spout stuff in schema.py and frame_processor.py; my thinking is that we don't need it and that now there should be no notion of spout.

I'd love to do another review on Monday, but if you're in rush, then always Yondon is the answer!

Copy link
Copy Markdown
Collaborator

@leszko leszko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added 2 comments. Other than that LGTM 👍 Great work @gioelecerati 🎉

One thing you can just double-check is if you enable both NDI in and NDI out. If it works smoothly and it the resources it consumes look ok. Saying that, because I was mainly testing it on a Windows TensorDock machine and at some point it performed very poorly. Then, after the machine restart it was good again. So, I'd assume it's related to TensorDock stability. But worth double-checking.

Signed-off-by: gioelecerati <[email protected]>
Signed-off-by: gioelecerati <[email protected]>
Signed-off-by: gioelecerati <[email protected]>
@gioelecerati gioelecerati merged commit 9122254 into main Feb 16, 2026
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants