Fix the NDI Preview Output issue introduced in 1198#1237
Conversation
…specific log entries for easier debuggging on outpu settings
Mod Edit : this is not related to the PR : See reason at : #1237 (comment)It looks like your changes are indeed needed as they are the exact changes I made to PR 1148 a couple of days ago. However, I still do not get any preview output when I run this PR on the latest master branch from obs-studio. I can select the NDI preview output in Studio Monitor, but there is no video feed. When I change to another preview scene, the NDI preview output in Studio Monitor does not change. Please let me know if you have trouble duplicating this issue.
|
BitRate27
left a comment
There was a problem hiding this comment.
I tested this last change by:
- turning off main output, changing video resolution in settings, turning main back on.
- turning off main output, changing color format in settings, , turning main back on.
- changing profiles without turning off main output.
- Used empty Main Output and Preview Output names.
No longer crashes on changes!
|
Can you confirm that your initial reply in this thread was only when using the latest master branch of OBS ? |
|
The issue with preview output mentioned above was only seen with the master branch of obs-studio cloned on March 31, 2025. I did not see the issue and verified this PR by installing the .dll generated in the CI actions, on the 31.0.3 release of OBS Studio. |
This PR address the following :
How this fix the problem ?
General hope is that the 2 codebase are extremely similar (with some extra code in Preview for specifics in there)
This bring the codebase to be similar for the approach & logic on both Main output and Preview output