henbos
henbos
Makes sense
Promise to add a promise
Promise me no promises?
I was going to propose replaceStream on the media recorder. @jan-ivar was going to propose detecting if removeTrack+addTrack happened in the same task then the recorded could detect that and...
> it should be specified that the width and height of the new video track be checked and set as the current encoded width and height That may make sense...
I created a PR but I didn't mention anything about resolution changing for now
@guest271314 I get a feeling that there are multiple discussions going on in parallel, can we separate these discussions (e.g. into separate issues or a bullet point list of the...
> I am operating under the assumption that this is a feature request to allow changing out which audio track or video track (or both) the recorder should gather samples...
This was implemented at one point, so before removing it I would try to look into why it stopped working. Perhaps it broke in a refactoring and is easy to...
I think it got implemented in 2019 [here](https://webrtc-review.googlesource.com/c/src/+/137200) and that it worked, but when implementing simulcast in 2020 [here](https://webrtc-review.googlesource.com/c/src/+/174480) and total_encoded_bytes_target was supposedly moved from "per sender" VideoSendStream::Stats to "per...