msobczak
msobczak

Reputation: 123

Canvas captureStream - needs always on top html

I'm developing an extension which is using CanvasEl.captureStream() which as I reported here stops working whenever the code calling it is backgrounded (either user blurred the tab or if captureStream was used in the background page).

So I've figured that I need to run it in something that will never be backgrounded, like always on top window.

Unfortunately chrome extensions are not supporting always on top window creation so I've decided to create a chrome app which creates always on top window. And all worked well but recently I've learned that chrome will not support apps anymore.

So my question is how using anything: browserAction / pageAction popups, content scripts or whatever can I create a solution which stays always on top therefore is never backgrounded by chrome and therefore captureStream would work there as it should?

Upvotes: 1

Views: 196

Answers (0)

Related Questions