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

Pipeline pause/resume #678

Open
5 tasks
gavv opened this issue Jan 26, 2024 · 0 comments
Open
5 tasks

Pipeline pause/resume #678

gavv opened this issue Jan 26, 2024 · 0 comments
Labels
api Public C API enhancement

Comments

@gavv
Copy link
Member

gavv commented Jan 26, 2024

  • Sender: pause stops session, resume restarts session. While paused, sender drops all frames and reports paused state.
  • Receiver: pause stops all sessions, resume restarts them. While paused, receiver does not fetch packets, produces zeros, and reports paused state.
  • Add roc_sender_pause()/roc_sender_resume() and roc_receiver_pause()/roc_receiver_resume() to C API.
  • Add pipeline tests.
  • Add public_api tests.

Should be done after #677.

@gavv gavv added enhancement api Public C API labels Jan 26, 2024
@gavv gavv added this to Frontlog in kanban board Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Public C API enhancement
Projects
Development

No branches or pull requests

1 participant