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

scte35: support decoding splice_schedule command type #28

Open
ollytom opened this issue Jul 1, 2024 · 0 comments
Open

scte35: support decoding splice_schedule command type #28

ollytom opened this issue Jul 1, 2024 · 0 comments

Comments

@ollytom
Copy link
Member

ollytom commented Jul 1, 2024

We support encoding splice_schedule commands (see packEvents), but we don't support decoding them yet. For consistency, we could have two functions, unpackEvent and unpackEvents in command.go after packEvent.

We'll need accompanying tests in command_test.go. For example, a test could encode then decode the same splice_schedule command then test equality of the returned []Event.

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