You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am compiling the nginx-vod-module with Nginx-1.24.0 on Debian 12 (bookworm). The configure script runs smoothly with the following options:
./configure --with-http_ssl_module --add-module=../nginx-rtmp-module --add-module=../nginx-vod-module --with-file-aio --with-threads --with-cc-opt="-O3" --with-http_stub_status_module --with-http_secure_link_module
However, when I run 'make', I receive the following error message:
../nginx-vod-module/vod/filters/audio_decoder.c: In function ’audio_decoder_init_decoder:
../nginx-vod-module/vod/filters/audio_decoder.c:60:47: error: AVCodecContext has no member named ch_layout; did you mean channel_layout?
Best Regards!
The text was updated successfully, but these errors were encountered:
Hi!
how can I check the variable? Is it a Shell Variable? I didn't found hints in the nginx.source-Files ... (grep -R -i libavutil *
Apt shows that libavutil-dev is installed in Version 7:5.1.4-0+deb1, libavutil56 in Version 7:4.3.6-0+deb1 and libavutil57 in Version 7:5.1.4-0+deb1.
Thanks!
Best regards!
Hi!
I am compiling the nginx-vod-module with Nginx-1.24.0 on Debian 12 (bookworm). The configure script runs smoothly with the following options:
./configure --with-http_ssl_module --add-module=../nginx-rtmp-module --add-module=../nginx-vod-module --with-file-aio --with-threads --with-cc-opt="-O3" --with-http_stub_status_module --with-http_secure_link_module
However, when I run 'make', I receive the following error message:
../nginx-vod-module/vod/filters/audio_decoder.c: In function ’audio_decoder_init_decoder:
../nginx-vod-module/vod/filters/audio_decoder.c:60:47: error: AVCodecContext has no member named ch_layout; did you mean channel_layout?
Best Regards!
The text was updated successfully, but these errors were encountered: