henbos

Results 262 comments of henbos

Feel free to create a PR fippo

targetBitrate = 0 may work depending on the implementation - hoping there's no implementation that defaults this to 0 during ramp up time even though it is sending, I don't...

Anything that not only degrades but TURNS OFF an outbound RTP, despite it being "active = true", is in my opinion a limitation and what we want to measure. The...

SVC layers is something different than outbound-rtp streams, turning off SVC layers does not turn off the outbound-rtp (and if you want that, see https://github.com/w3c/webrtc-stats/pull/559) unless perhaps if all layers...

Yes this is intentional. Audio capture is perceived as an optional addition to screen capture, something that can exist side-by-side video but is not enforced to have to exist. A...

For example, I believe Mac does not allow capturing system audio, so the only audio that might be implementable on that platform is tab/browser audio.

I believe you can stop the video track without stopping the audio track (like getUserMedia()), which should fix your performance issues. Undeniably this is a workaround for using an API...

I'm not up to speed on this anymore, but IIUC system audio capture does not exist on all popular OSes. I suspect you would be less interested in audio tab...

Privacy and security: I'm not saying audio-only capture is necessarily better or worse from a privacy and security perspective, but it may be different enough to be worth revisting if...