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

feat: atem command batching SOFIE-2549 #308

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

Julusian
Copy link
Contributor

@Julusian Julusian commented Dec 4, 2023

Blocked by nrkno/sofie-atem-connection#157

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

feature

  • What is the current behavior? (You can also link to an open issue here)

Commands are sent to an ATEM one at a time, one per packet.

  • What is the new behavior (if this is a feature change)?

For each state in time, the commands will be sent to the atem as a single batch (or packed into as few packets as possible).

This will help with responsiveness, as there is a limited number of packets allowed to be in flight at once, and it is not uncommon for 10+ commands to have the same start time.

  • Other information:

@Julusian Julusian force-pushed the feat/atem-command-batching branch from 83c66c8 to 6eb070c Compare December 4, 2023 15:00
@Julusian Julusian requested a review from a team December 4, 2023 15:32
Copy link
Contributor

@nytamin nytamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from an initial read through.

@Julusian Julusian merged commit 75e2cbe into release51 Dec 11, 2023
36 checks passed
@Julusian Julusian deleted the feat/atem-command-batching branch June 27, 2024 09:42
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

Successfully merging this pull request may close these issues.

2 participants