Closed
Bug 1869583
Opened 11 months ago
Closed 5 months ago
Implement reconfiguring FFmpegVideoEncoder on the fly
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
RESOLVED
DUPLICATE
of bug 1869186
People
(Reporter: padenot, Unassigned)
References
(Blocks 1 open bug)
Details
For now, it always says that it can't reconfigure on the fly, and so the VideoEncoder
flushes it and recreate one. We should implement reconfiguration, and fix tracking what encoder config applies to what output packet, in EncoderTemplate
's output callback.
One way would simply be keeping a couple indices: a count of encode, and for each reconfigure, at what encode it needs to be reported. That means keeping some encode config structs around.
Comment 1•11 months ago
|
||
The severity field is not set for this bug.
:padenot, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(padenot)
Updated•11 months ago
|
Severity: -- → S3
Updated•10 months ago
|
Blocks: VideoEncoder
Updated•6 months ago
|
Flags: needinfo?(padenot)
Reporter | ||
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•