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

segfault when calling relay_rtp() #601

Closed
mikesi opened this issue Aug 29, 2016 · 1 comment
Closed

segfault when calling relay_rtp() #601

mikesi opened this issue Aug 29, 2016 · 1 comment

Comments

@mikesi
Copy link

mikesi commented Aug 29, 2016

[7542722631788892] The DTLS handshake has been completed
[New Thread 0x7fffb67fc700 (LWP 13956)]
[Thread 0x7fffb67fc700 (LWP 13956) exited]
[New Thread 0x7fffb5ffb700 (LWP 13957)]
relay...[Thread 0x7fffb5ffb700 (LWP 13957) exited]

[Switching to Thread 0x7fffc5f3a700 (LWP 13897)]
0x000000000044d2bb in janus_flags_is_set (flags=flags@entry=0x2d3d6f0a0d303d9e, flag=flag@entry=8) at utils.c:118
118 return (bit != 0);
(gdb) bt
#0 0x000000000044d2bb in janus_flags_is_set (flags=flags@entry=0x2d3d6f0a0d303d9e, flag=flag@entry=8) at utils.c:118
#1 0x00000000004323a3 in janus_plugin_relay_rtp (plugin_session=, video=1,

buf=0x7fffc5f29ad0 "\200dim\273\262\200\377\355v\264\330\220\200\350\300\021,", len=985) at janus.c:2879

This happens if i want to relay to a connected peer which is a receiver.
Maybe I did something wrong?

@mikesi
Copy link
Author

mikesi commented Aug 29, 2016

Nevermind a typo for the handle ptr ...

@mikesi mikesi closed this as completed Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant