Florian Zwoch
Florian Zwoch
Looks interesting. Is there a current use case where it is possible to use it? I mean, is there a source where it makes sense to use what does not...
There is a `qoi` branch available. The quickest Go implementation from that list claims a 1/2 half performance of the C reference implementation. It was easy to integrate, but performance...
The question was more, "can I try it"? I think image source and browser source for example are no async sources and I can't hook teleport in there. Only using...
```gdb Process 2159 stopped * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x000000013fe00634 obs-test.so`notok + 4 obs-test.so`notok: -> 0x13fe00634 : str x8, [x8] 0x13fe00638...
I wonder if anyone with a beta of macOS Ventura wants to check if the issue persists.
[obs-teleport.plugin.zip](https://github.com/fzwoch/obs-teleport/files/9478996/obs-teleport.plugin.zip)
Thanks for checking. It does not take us much further - but is a good piece of information.
A custom build of OBS with enabled `Address-Sanitizer` loads the plugin just fine. Without the sanitizer the same crash as above happens.
Things are getting wild. With this OBS patch applied it seems to run fine: ```diff --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -3055,6 +3055,19 @@ void ctrlc_handler(int s) int main(int argc, char...
This is currenlty not present because it is related to #15. That will cause increasing audio delay when switching it on and off.