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

Work out how to support h265 syntax without duplicating lots of code #10

Open
dholroyd opened this issue Jul 13, 2020 · 1 comment
Open

Comments

@dholroyd
Copy link
Owner

Lots of h264 syntax, as supported by this crate right now, is the same as h265. i.e. overall structure using Network Abstraction Layer Units.

Work out a good way of sharing code between h264 and h265 parsing, either by making this crate itself more generic, or by breaking common code into a separate crate.

(I don't yet know the differences between h264 and h265 well enough to know exactly where the line between generic and specific is drawn.)

@scottlamb
Copy link
Collaborator

I asked about this, but I think now I might not use it even if it existed. The thing is that Chrome and Firefox don't support H.265 which limits its usefulness for me (see here).

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

2 participants