This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Description
I use the code to stream video to my own RTMP server (not Facebook's). When the tab where the stream comes from is in background (i.e. the other tab is active), the browser (Chrome) stops sending the video to the server (but audio, which comes from an AudioContext, keeps sending). Even if i use CaptureStream from a video element, not a one, the stream also stops. Are there any workarounds for this case?
I've even disabled "Throttle expensive background timers" flag in Chrome.