Results 9 comments of Chris

Same. Would also perfectly fit for grokking mod_security logs and their tags.

Replacement preset should be "llhq" or "ll" (as listed at https://ffmpeg.org/doxygen/trunk/nvenc__h264_8c_source.html:44) Zerolatency works when using "-zerolatency 1" as an argument, also available https://ffmpeg.org/doxygen/trunk/nvenc__h264_8c_source.html:133 This enables stutter-free homekit streaming with nvenc....

For now i‘m using camera ui with homebridge to get HKSV support. Would love to skip the homebridge part and using hkcam standalone - it seems more „stable“.

Scrypted is a great alternative.

@jalogisch @florianpopp still happening in 5.2.1: ``` { "type": "ApiError", "message": "Index prefix \"index_naming_test\" would conflict with existing index set prefix \"index_naming\"" } ```

@bb-Ricardo not familiar with python sadly, but as far as I tested you can get the data in connection.py add_host when you loop the pnics ``` obj.configManager.networkSystem.QueryNetworkHint(pnic_name) ``` ![image](https://github.com/bb-Ricardo/netbox-sync/assets/1573629/17e7d9d9-fb85-4677-873f-c81162ba1978) devId/systemName...

@verboEse Unfortunately, no. ![image](https://github.com/Icinga/icingaweb2-module-jira/assets/1573629/9fcb1f7d-cd76-4362-9bcc-68c2e2888506)

@verboEse I don't think that this will work on Server deployments, since the authorization is done via bearer-token (PAT or access token) and not basic-auth. For RestApi (https://github.com/Icinga/icingaweb2-module-jira/blob/main/library/Jira/RestApi.php#L434), there needs...