fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
424 stars 16 forks source link

No properties in OBS 27 #57

Closed Corben78 closed 1 year ago

Corben78 commented 1 year ago

Just upgraded to teleport 0.6.0, but I don't have any teleport settings anymore.

The logfile states:

19:04:25.394: [obs-teleport] Version 0.6.0
[...]
19:04:25.410: ---------------------------------
19:04:25.410:   Loaded Modules:
19:04:25.410:     obs-teleport.so
[...]
19:04:28.421: Source ID 'teleport-dummy' not found
19:04:28.421: Failed to create source 'Teleport'!

On my test machine with OBS 28 it works, but currently I cannot upgrade on the other machine.

Mrpipdarty commented 1 year ago

I am personally having the same issues

fzwoch commented 1 year ago

From what version did you upgrade? teleport-dummy still exists but is not selectable. So if you managed to add it to a scene in a previous version you should somehow manually remove it from the OBS config file.

0.6.0 also was updated to use OBS 28 headers. I have no idea whether these are supposed to be loadable by OBS 27 or not.

Corben78 commented 1 year ago

I had 0.5.0 before and downgraded again. Will check if removing all Teleport sources helps. But if 0.6.0 will have OBS 28 as minimum requirement, I guess I'll have to stick to 0.5.0 anyways. 0.5.0 does work with both, so if it's not a special feature of OBS 28 that teleport requires, it would be great if compatibility to OBS 27 would still be possible.

fzwoch commented 1 year ago

Yeah, there is only moving forward, I just cannot keep maintain releases for different versions. If 0.5.0 works for you there is not much you gain on 0.6.0 at the moment.

In worst case - build it yourself against OBS 27 headers. That should be possible.

fzwoch commented 1 year ago

Please re-download the 0.6.0 release. It should be updated to run on OBS 27 as well.

fzwoch commented 1 year ago

.. and re-open this issue if it still does not work..

Corben78 commented 1 year ago

Used it today for 8.5 hours, worked as it should! Thanks so much!