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

HEVC or AV1 Codec Support #2529

Closed
Ady88w1 opened this issue Feb 17, 2020 · 1 comment
Closed

HEVC or AV1 Codec Support #2529

Ady88w1 opened this issue Feb 17, 2020 · 1 comment

Comments

@Ady88w1
Copy link
Contributor

Ady88w1 commented Feb 17, 2020

Hi,

I notice that HLS JS does not currently support HEVC or AV1 codecs for browsers that do support them (Safari for HEVC, and Chrome for AV1). When using these codecs in a compatible browser, the stream will play without video (audio only).

Are there plans to support these codecs in future?

Many Thanks,
Ady

@Ady88w1 Ady88w1 changed the title UHD Codec Support HEVC or AV1 Codec Support Feb 17, 2020
@robwalch
Copy link
Collaborator

Hi @Ady88w1

We already have an open request for HEVC support here #2451

I'm interested in hls.js supporting more codecs, but that depends on browsers supporting the codecs via MSE. Safari supports HEVC with video.src = url. Does it via MSE? Chrome on the same device might not.

I assumed most AV1 delivery is done over DASH - the idea being that HLS streams are always Apple device friendly.

We'd also need test vectors or sample streams to work against. Contributions are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants