app-media
app-media copied to clipboard
Use case: switch streams and keep recording
As a camera app user, When I switch from front to back camera, I want the recorder to record a contiguous video, So that I don't need to combine separate videos later.
I think that currently we recreate the entire stream instead of re-constraining it. This will prevent seamless recording from the same stream. If we attempt to apply constraints instead of creating a new stream, we might get seamless recording for free.
@cdata Have you found a solution or workaround of this problem?