Closed mohamedhegazy closed 6 years ago
Hi,
In GA release 0.8.0 the following change was made:
- module: add encoder-x264, which is implemented based on libx264 instead of libavcodec**
My question is how to make the server use the "encoder-x264" module instead of loading the one in libavcodec ?
I found out how to do it. In case you need it, change line 186 in ga-hook-common.cpp to: snprintf(module_path, sizeof(module_path), BACKSLASHDIR("%s/mod/encoder-x264", "%smod\\encoder-x264"), ga_root);
snprintf(module_path, sizeof(module_path), BACKSLASHDIR("%s/mod/encoder-x264", "%smod\\encoder-x264"), ga_root);
Hi,
In GA release 0.8.0 the following change was made:
- module: add encoder-x264, which is implemented based on libx264 instead of libavcodec**
My question is how to make the server use the "encoder-x264" module instead of loading the one in libavcodec ?