Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help #351

Closed
holoto opened this issue Aug 29, 2018 · 3 comments
Closed

help #351

holoto opened this issue Aug 29, 2018 · 3 comments

Comments

@holoto
Copy link

holoto commented Aug 29, 2018

`==> make install
Last 15 lines from /Users/holoto/Library/Logs/Homebrew/nginx-full/02.make:
encoder->flags |= CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data
^
clang -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Wno-deprecated-declarations -Werror -g -I/usr/local/include -I/usr/local/opt/pcre/include -I/usr/local/opt/openssl/include -D_LARGEFILE_SOURCE -DBUILDING_NGINX -I/usr/local/share/rtmp-nginx-module -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /usr/local/share/rtmp-nginx-module -I /usr/include/libxml2 -I src/stream
-o objs/addon/vod-nginx-module/ngx_file_reader.o
/usr/local/share/vod-nginx-module/ngx_file_reader.c
clang -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Wno-deprecated-declarations -Werror -g -I/usr/local/include -I/usr/local/opt/pcre/include -I/usr/local/opt/openssl/include -D_LARGEFILE_SOURCE -DBUILDING_NGINX -I/usr/local/share/rtmp-nginx-module -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /usr/local/share/rtmp-nginx-module -I /usr/include/libxml2 -I src/stream
-o objs/addon/vod-nginx-module/ngx_http_vod_conf.o
/usr/local/share/vod-nginx-module/ngx_http_vod_conf.c
/usr/local/share/vod-nginx-module/vod/filters/audio_encoder.c:142:45: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
if ((state->encoder->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) != 0)
^
2 errors generated.
make[1]: *** [objs/addon/filters/audio_encoder.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/denji/homebrew-nginx/issues

These open issues may also help:
Compiler error when installing nginx-full ---with-upload-module #304
building nginx-full with healthcheck module giving error #263
`

@denji
Copy link
Owner

denji commented Aug 29, 2018

https://github.com/kaltura/nginx-vod-module#dependencies

  • Thumbnail capture & volume map - depend on ffmpeg (3.0 or newer)
  • Audio filtering (for changing playback rate / gain) - depends on ffmpeg (3.0 or newer) and also on libfdk_aac. Due to licensing issues, libfdk_aac is not built into kaltura ffmpeg packages
  • Encryption / decryption (DRM / HLS AES) - depends on openssl
  • DFXP captions - depends on libxml2
  • UTF-16 encoded SRT files - depends on iconv

@holoto holoto closed this as completed Aug 29, 2018
@denji
Copy link
Owner

denji commented Aug 29, 2018

@holoto Did you fix the problem?

@holoto
Copy link
Author

holoto commented Aug 29, 2018

yes

@lock lock bot locked and limited conversation to collaborators Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants