Roman Arutyunyan

Results 50 comments of Roman Arutyunyan

@mtbChef we already have a LICENSE file. See my pull request #112 where I move it to the project root.

After merging #112 we already have a `LICENSE` at root, so it can be removed from this PR. This will resolve the conflict as well. Also, currently we have a...

> As for the current pull request. It creates a script that generates MIME types from files like https://www.iana.org/assignments/media-types/application.csv. The format of this file is `Format name`, `Template` and `Reference`....

@mtbChef the nginx logo added by PR is in png format. It can be substituted with an svg nginx logo, that is available and is significantly smaller. Also, the logo...

Thanks for the submission. However it's not clear whether the format is widely supported by browsers. Wikipedia says this: Support for JPEG XL in [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser)) and [Chrome](https://en.wikipedia.org/wiki/Google_Chrome) web browsers was...

Absence of dropped frames might mean that incoming stream is out of sync. Could you make a debug log? https://github.com/arut/nginx-rtmp-module/wiki/Debug-log

All nginx temporary files should be deleted automatically after request completion, unless it's explicitly disabled. This may not work properly if: - the request takes a long time to complete;...

Seems like gcc-15 is in its early stages, so maybe it's too early to fix this. Generally I like the patch, just a couple of small comments. Plus the commit...

After deleting `.hgtags` there are no dot files left in the root (except `.git`). However this will change, for example see the upcoming #114, which requires explicit exclusion of `.github`....

See #326. Please report any feedback.