Hyunjun Jang
Hyunjun Jang
The "No room to store.." error can be resolved by adjusting the size of ```SRTO_RCVBUF```. You can refer to [srt-socket-options](https://airensoft.gitbook.io/ovenmediaengine/live-source/srt-beta#srt-socket-options) for instruction on how to set SRT option. For more...
This was something we overlooked. I've updated the `Dockerfile` to send `SIGKILL` instead of `SIGTERM`. The Docker image built next will stop immediately. 👍 https://github.com/AirenSoft/OvenMediaEngine/commit/f53d4bf9925dffc3c7a186736d09023770d10a2d
@d-uzlov Yes, you're correct. As you mentioned, it's preferable to support `SIGTERM` over `SIGKILL`. However, I'm currently unable to support `SIGTERM` immediately, so I've opted to handle it with `SIGKILL`...
@Florian9M This is not an issue related to percent encoding. :)
I resolved the issue where using the `vhost/app/stream` format previously caused it to behave differently from other Providers/Publishers and was not intuitive. From now on, please use the `host/app/stream` format...
The current script is written based on `gawk`, so the issue you mentioned occurs when using `awk`. Therefore, until this issue is resolved, I recommend installing and running `gawk` if...
@tdrone993 I have updated the script to work in environments without `gawk`. Please let me know if it doesn't function properly. Thank you!
Since there is no need to use TLS in the `SPRTMP` thread, the related logs should not be output. It seems unusual that they are being printed. It is likely...
@bartvp1 Thank you for the configuration file. Could you also upload the logs?
@bartvp1 Thank you for your response. Since the code did not run as expected, we may need to pinpoint the error location through the crash dump or review the logs...