raspberry-pi-camera / raspindi

Raspberry Pi Camera NDI Source application
MIT License
166 stars 38 forks source link

Preview tally status not correct with OBS 30.0.2 on Mac OS X #73

Closed nettings closed 10 months ago

nettings commented 10 months ago

Describe the bug The preview tally status is not updated correctly. Program tally works as expected.

To Reproduce Start raspindi on the Pi in a terminal window, and observe the tally status being printed to stdout. Create two scenes in OBS, one containing the raspindi source, the other one empty. Cue the raspindi scene into the preview. The PVW tally shows "1", PGM tally is "0". Ok so far. Cut into the raspindi scene. The PGM tally shows "1". PVW tally remains at 1, wrong! Cue the empty scene into preview. Still the PVW tally does not go back to zero.

Expected behavior PVW tally should be a zero when not cued.

Additional context Might as well be an OBS bug, can't test with other tools atm.

nettings commented 10 months ago

After some more experimenting with other NDI clients, I have come to the conclusion that the problem lies with OBS. Sorry for the noise.