When showing a camera feed through a <video>
tag, I observe different behavior between Firefox and Chrome when suspending the operating system (i.e. closing/clamshelling the laptop on my Macbook). Afterwards, when resuming the OS:
- on Firefox, the camera feed is immediately re-established
- on Chrome, the camera feed goes black
As an aside, I've also noticed that the suspend event behaves differently:
- on Firefox, it is sent when the camera feed is first connected to the video tag (i.e. nothing to do with OS suspend/resume, as far as I can tell)
- on Chrome, it is sent when the OS resumes (i.e. after re-opening the laptop)
I'd like to have Chrome match Firefox's behavior, i.e. show the video feed after resuming from a suspend situation. Is this possible?