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.x]janus_audiobridge_participant’ has no member named ‘annc #3436

Closed
zzxap opened this issue Sep 29, 2024 · 1 comment · Fixed by #3438
Closed

[1.x]janus_audiobridge_participant’ has no member named ‘annc #3436

zzxap opened this issue Sep 29, 2024 · 1 comment · Fixed by #3438
Labels
multistream Related to Janus 1.x

Comments

@zzxap
Copy link

zzxap commented Sep 29, 2024

when buile jauns

plugins/janus_audiobridge.c: In function ‘janus_audiobridge_process_synchronous_request’:
plugins/janus_audiobridge.c:5550:73: error: ‘janus_audiobridge_participant’ has no member named ‘annc’
5550 | json_object_set_new(pl, "file_id", json_string(p->annc->id));
| ^~
plugins/janus_audiobridge.c:5551:29: error: ‘janus_audiobridge_participant’ has no member named ‘annc’
5551 | if(p->annc->filename)
| ^~
plugins/janus_audiobridge.c:5552:82: error: ‘janus_audiobridge_participant’ has no member named ‘annc’
5552 | json_object_set_new(pl, "filename", json_string(p->annc->filename));
| ^~
plugins/janus_audiobridge.c:5553:61: error: ‘janus_audiobridge_participant’ has no member named ‘annc’
5553 | json_object_set_new(pl, "playing", p->annc->started ? json_true() : json_false());
| ^~
plugins/janus_audiobridge.c:5554:58: error: ‘janus_audiobridge_participant’ has no member named ‘annc’
5554 | json_object_set_new(pl, "loop", p->annc->loop ? json_true() : json_false());
| ^~
At top level:
plugins/janus_audiobridge.c:1421:36: warning: ‘checkstop_file_parameters’ defined but not used [-Wunused-variable]
1421 | static struct janus_json_parameter checkstop_file_parameters[] = {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
plugins/janus_audiobridge.c:1415:36: warning: ‘play_file_parameters’ defined but not used [-Wunused-variable]
1415 | static struct janus_json_parameter play_file_parameters[] = {

@zzxap zzxap added the multistream Related to Janus 1.x label Sep 29, 2024
@tmatth
Copy link
Contributor

tmatth commented Sep 29, 2024

Seems like the build is broken if libogg isn't present, should be fixed in #3438. Wouldn't be a bad idea to have CI for this case.

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

Successfully merging a pull request may close this issue.

2 participants