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

Add AV1 support #6

Open
erdnaxe opened this issue May 19, 2021 · 1 comment
Open

Add AV1 support #6

erdnaxe opened this issue May 19, 2021 · 1 comment

Comments

@erdnaxe
Copy link
Owner

erdnaxe commented May 19, 2021

AV1 is an open video codec, evolution of VP9/VP8:

  • AV1 has SVC built-in, meaning that people with lower bandwidth will be able to enjoy a lower-quality video stream.
  • it should work on browsers, except Safari and Firefox on Android (as of 19-05-2021): https://caniuse.com/av1
  • it is more CPU intensive than VP8 but it should result in better compression.

If Galène AV1 support works well, we could add AV1 support in Galène-stream using the av1enc module in GStreamer.

Right now rtpav1pay is missing, but we could help and contribute something.

@erdnaxe
Copy link
Owner Author

erdnaxe commented Oct 8, 2022

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