Hyunjun Jang
Hyunjun Jang
@bartvp1 We are having difficulty analyzing the cause as it is not reproducible in our test environment. Could you send us the admission webhook URL so that we can check...
@bartvp1 Thank you for the confirmation. Based on what you mentioned, it seems like a timeout-related issue, and I will closely investigate this part. Regarding the `Server.VirtualHosts.VirtualHost.AdmissionWebhooks.Timeout` setting you mentioned,...
I had been focusing on server-side TLS, but the issue was actually on the client-side TLS. I identified and fixed an issue where a crash could occur if the connection...
@billy-sung Container-Optimized OS is not officially supported, so I would like to request a few things to analyze this issue. 1. `Dockerfile` file - We need the `Dockerfile` used to...
@mbakumenkov I discovered a scenario where a deadlock could occur at an extremely low probability and have fixed and committed it. You can use the `airensoft/ovenmediaengine:dev` image before the next...
@hashworks Thank you for the reporting! I'm planning to transition to using `spdlog` in the long term. As part of this process, I was experimenting to verify whether `spdlog` could...
Thank you for your advice. It has been very helpful. > If adjustments are "experimental" and not ready for production, I would recommend a different branch in the future to...
Thank you for the valuable feedback. Since we are directly calling and using the libraries at the source code level, it is not easy to separate them due to version-specific...
@hashworks I have just removed the patch for `spdlog` and committed an implementation using a different approach. This method is slightly less efficient, but I determined that ensuring compatibility with...
@racribeiro I tested with [OME 6b08ba8](https://hub.docker.com/layers/airensoft/ovenmediaengine/dev/images/sha256-fa21210ab4a70d3b81dadc9bd5c2475470c116a54f2ecb9507bf17ac0c65f1d8) and FFmpeg 7.0.2 on Ubuntu 20.04, but I was unable to reproduce the issue. This may occur with a different version of FFmpeg, or...