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 #10

Closed
joeyparrish opened this issue Aug 30, 2019 · 3 comments
Closed

Add AV1 support #10

joeyparrish opened this issue Aug 30, 2019 · 3 comments
Assignees
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@joeyparrish
Copy link
Member

We don't yet support AV1, but this should be easy to add.

@joeyparrish joeyparrish added the type: enhancement New feature or request label Aug 30, 2019
@joeyparrish joeyparrish modified the milestones: v1.0, Backlog Aug 30, 2019
@joeyparrish joeyparrish modified the milestones: Backlog, v1.0 Oct 10, 2019
@joeyparrish joeyparrish self-assigned this Oct 16, 2019
@joeyparrish joeyparrish modified the milestones: v1.0, Backlog Oct 16, 2019
@joeyparrish
Copy link
Member Author

AV1 support appears more complicated than I realized. I'm having issues getting it to work in Shaka Packager v2.3.0. @kqyang, is AV1 already supported in Packager?

@kqyang
Copy link

kqyang commented Oct 16, 2019

@joeyparrish Yes, AV1 is already supported, though we did not implement all features. What is the issue you are encountering?

@joeyparrish
Copy link
Member Author

I've narrowed it down to two issues:

  1. FFmpeg throws an error if I write AV1-in-WebM to a pipe (but it's fine writing to a file).
  2. Shaka Packager hangs reading any codec in MP4 from a pipe

So I think my issue may not be specific to AV1.

shaka-bot pushed a commit that referenced this issue Jan 21, 2020
This new release of Shaka Packager adds quiet mode and fixes some
issues reading MP4 from a named pipe.  This will enable work on AV1
support in Streamer.

Issue #10

Change-Id: I9675960f93bbe100740d26ba35cc62a712a3d239
shaka-bot pushed a commit that referenced this issue Jan 21, 2020
This changes the format used in the named pipes to MP4 for all codecs.
This requires Shaka Packager v2.4, and will unblock AV1 support.

Issue #10

Change-Id: I21f824af7fc36a91916413245032a8314aa3d4d9
@joeyparrish joeyparrish modified the milestones: Backlog, v1.0 Feb 27, 2020
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Mar 24, 2020
@shaka-project shaka-project locked and limited conversation to collaborators Mar 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants