GoogleWebComponents / google-youtube-upload

Element enabling you to upload videos to YouTube.
Other
40 stars 28 forks source link

Screen recording #13

Closed FluorescentHallucinogen closed 7 years ago

FluorescentHallucinogen commented 7 years ago

Does google-youtube-upload support screen capture?

Chrome is introducing a new constraint {'chromeMediaSource':'screen'} for getUserMedia API, this says that Chrome should use the Screen as the Streams media source.

It's currently behind a chrome://flags#enable-usermedia-screen-capturing flag.

FluorescentHallucinogen commented 7 years ago

@jeffposnick, cc.

FluorescentHallucinogen commented 7 years ago

Firefox supports screen (screen/window/application) recording too (see https://mozilla.github.io/webrtc-landing/gum_test.html).

FluorescentHallucinogen commented 7 years ago

I'll create a pull request for this. ;)