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

Overhaul threads #77

Open
3 tasks
doe300 opened this issue Jul 5, 2016 · 0 comments
Open
3 tasks

Overhaul threads #77

doe300 opened this issue Jul 5, 2016 · 0 comments

Comments

@doe300
Copy link
Owner

doe300 commented Jul 5, 2016

Currently there are several threads (RTP, RTCP, SIP, audio-loop) with everyone handling shutdown (of its own and triggering it for the whole program) differently.

Overhaul triggering and executing shutdown:

  • rewrite functions, so no thread is shut-down from external anymore
  • audio-loop is shut-down on last remote participant leaving (ParticipantListener)
  • other threads are shut-down on audio stopped (PlaybackListener) or last participant leaving (when applicable)
@doe300 doe300 self-assigned this Jul 5, 2016
@doe300 doe300 removed their assignment Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant