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

1.2.2 --enable-post-processing #3397

Open
qet119 opened this issue Jun 15, 2024 · 1 comment
Open

1.2.2 --enable-post-processing #3397

qet119 opened this issue Jun 15, 2024 · 1 comment
Labels
multistream Related to Janus 1.x

Comments

@qet119
Copy link

qet119 commented Jun 15, 2024

./configure --prefix=/opt/janus --enable-post-processing --enable-libsrtp2 --enable-json-logger -disable-aes-gcm

When compiling version 1.2.2 --enable-json-logger, the following problem occurs

postprocessing/pp-av1.c: In function 'janus_pp_av1_close':
postprocessing/pp-av1.c:531:14: error: 'AVFormatContext {aka struct AVFormatContext}' has no member named 'url'
g_free(fctx->url);
^~
postprocessing/pp-av1.c:532:7: error: 'AVFormatContext {aka struct AVFormatContext}' has no member named 'url'
fctx->url = NULL;
^~
Makefile:2651: recipe for target 'postprocessing/janus_pp_rec-pp-av1.o' failed
make[2]: *** [postprocessing/janus_pp_rec-pp-av1.o] Error 1
make[2]: Leaving directory '/opt/janus-gateway-1.2.2/src'
Makefile:1386: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/opt/janus-gateway-1.2.2/src'
Makefile:566: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

This issue has been confirmed to not exist in versions 1.2.0 and 1.2.1

Have you tested a more recent version of Janus too?
YES

@qet119 qet119 added the multistream Related to Janus 1.x label Jun 15, 2024
@atoppi
Copy link
Member

atoppi commented Jun 17, 2024

You're probably linking against an old version of ffmpeg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multistream Related to Janus 1.x
Projects
None yet
Development

No branches or pull requests

2 participants