Paul Peavyhouse

Results 186 comments of Paul Peavyhouse

I was mostly posting this Pull Request to get the conversation going. I realize, and lightly admitted, that the contribution isn't ideal. I'm fine w/ any solution, but without some...

Do you suspect it is an oversight that it isn't required for aars and that they will eventually make it required?

Unless I am missing something, if sdk it set higher than Build.VERSION_CODES.O it will just use BluetoothLeScannerImplOreo. I used this in my private code originally developed in the Lollipop/Marshmallow days...

Palakis installs v4.5.1 of the https://github.com/Palakis/obs-ndi/blob/master/installer/installer.iss ``` #define NDIRuntimeVersion "4.5.1" ndiRedistURL = 'https://ndi.palakis.fr/runtime/ndi-runtime-{#NDIRuntimeVersion}-Windows.exe'; ``` The latest as of this moment is 4.6.1, which he has on his share: https://ndi.palakis.fr/runtime/ You...

@tt2468 Love seeing and watching the progress! :) If there is anything that I or anyone can do to help, please post here or PM `pvhaus#7593` on Discord.

@Riotline Can you open a separate issue on what you are seeing? Please include as much detail as you can think to help debug the issue. Is it from the...

@tt2468 Let us know if you need any help!

@tt2468 Perhaps you already have more code fleshed out for https://github.com/Palakis/obs-ndi/blob/rewrite/src/obs-ndi-output.cpp#L29, but this something like this simple tweak may help to support HX|H264 and HX|HEVC output. I think the plugin...

@tt2468 I was experimenting with creating a plugin from scratch using https://github.com/obsproject/obs-plugintemplate. This is my progress so far: https://github.com/NightVsKnight/obs-ndihx I've so far only coded initializing NDI 5.5; it complies successfully...

Palakis installs v4.5.1 of the https://github.com/Palakis/obs-ndi/blob/master/installer/installer.iss ``` #define NDIRuntimeVersion "4.5.1" ndiRedistURL = 'https://ndi.palakis.fr/runtime/ndi-runtime-{#NDIRuntimeVersion}-Windows.exe'; ``` The latest as of this moment is 4.6.1, which he has on his share: https://ndi.palakis.fr/runtime/ You...