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

Wrongly comparing stream ID's in example/jackd-listener/jack_listener.c #33

Closed
SonuGiriIITP opened this issue Nov 27, 2013 · 0 comments
Closed

Comments

@SonuGiriIITP
Copy link

Instead of this "if (0 != memcmp(test_stream_id, stream_id, sizeof(STREAM_ID_SIZE))) " It should just be "if (0 != memcmp(test_stream_id, stream_id, STREAM_ID_SIZE ))" .
You have already defined STREAM_ID_SIZE to be 8.

When we have multiple talkers and multiple listeners this will simply fail.

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