Skip to content

Explicit frame drop signal from VideoEncoder #742

Open
@Djuffin

Description

@Djuffin

Currently the spec doesn't specify any way for VideoEncoder to signal that a frame has been dropped due to realtime mode constraints.
I think it would be useful to have such a signal.
Possible options:

  1. the output callback should be called with an empty encoded chunk
  2. the output callback should be called with a new flag set in EncodedVideoChunkMetadata

This came up after WPT test change that accounts for frame drops.

Metadata

Metadata

Assignees

Labels

RTCSupport for advanced RTC scenariosextensionInterface changes that extend without breaking.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions