You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the extension cannot fully control the encoding process, and it is not possible to change the order in which video and audio frames are passed, with all video frames being passed first followed by the audio frames.
Describe the solution you'd like
Instead of passing frames directly to the encoder, pass a class that generates the frames
Is your feature request related to a problem? Please describe.
Currently, the extension cannot fully control the encoding process, and it is not possible to change the order in which video and audio frames are passed, with all video frames being passed first followed by the audio frames.
Describe the solution you'd like
Instead of passing frames directly to the encoder, pass a class that generates the frames
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: