StreamSwitcher
StreamSwitcher copied to clipboard
Allows MediaStream to switch tracks without setting srcObject this allows MediaRecording to continue recording
Results
1
StreamSwitcher issues
Sort by
recently updated
recently updated
newest added
Right now I'm trying to support every browser except Safari. It looks like Firefox needs `mozCaptureStream` or else this breaks. If I change the code to use that then it...