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

Implementation commitments on RTCEncodingOptions.keyFrame? #213

Open
dontcallmedom opened this issue Jun 19, 2024 · 4 comments
Open

Implementation commitments on RTCEncodingOptions.keyFrame? #213

dontcallmedom opened this issue Jun 19, 2024 · 4 comments

Comments

@dontcallmedom
Copy link
Member

RTCEncodingOptions.keyFrame (for keyframe generation request) has reasonable test coverage (although in the wrong directory at the moment), one passing implementation.

@jan-ivar @youennf I could not find any signal of implementation commitment from Firefox or webkit on this; is this something on which you could shed some light?

@fippo
Copy link
Contributor

fippo commented Jun 19, 2024

Firefox position and Webkit position, no response on either.

I count two passing implementations?

@dontcallmedom
Copy link
Member Author

I count two passing implementations?

if you're thinking Chrome and Edge, they're not considered independent implementation

@fippo
Copy link
Contributor

fippo commented Jun 20, 2024

How are "independent implementations" defined then? In this case all four browsers listed use the same underlying implementation (libWebRTCs video engine)

@dontcallmedom
Copy link
Member Author

right, and the WG has long acknowledged that this wasn't ideal in terms of independence; but the next best thing is implementations that don't share the same integration layer between the JS API and libwebrtc (which historically has proved productive in identifying bugs / disagreements in the spec)

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