BitRate27
BitRate27
Because of concerns with the 2x2 empty frame, could you investigate destroying the NDI sender when a empty frame is received and creating the sender only when a non empty...
Your fix is looking good:  Nice job!
According to my tests, these changes do allow the size of the Dedicated NDI output filter to reflect the size and content of the previous filter in the chain. You...
There is no way to tell if a source has been hidden in a scene. So I dont think this should stop us from implementing the code to react to...
After much investigation, it is not possible to output the previous filter output in the NDI dedicated output filter. This is mostly due to the way we extract the frame...
Thanks for capturing this and putting it out for discussion. The purpose of tally is to give feedback to the person on camera, operating the camera, or producing the broadcast...
In addition to the cons for step 2, I would add: - The NDI camera or viewers of a source have ways of turning off tally if it isn't wanted.
In OBS, the user can toggle the visibility of a source in a scene. In order to handle tally correctly, we need to tie preview and program status to the...
I updated the https://github.com/DistroAV/DistroAV/pull/1083 to implement the logic proposed above. It works great! The discussion to move the tally output selection to the source is still up for discussion.
This requires changes to the OBS source API. The required changes are in this PR https://github.com/obsproject/obs-studio/pull/11898 Feel free to express the importance of this new feature as OBS is not...