Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser(webkit): GTK screencast recoder based on vp8 #2388

Merged
merged 1 commit into from May 28, 2020

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented May 28, 2020

yury-s/WebKit@d0c2781

Screencast recorder implemented on the main thread in the UIProcess. It produces .ivf file with frames encoded using vp8. Currently works only for GTK accelerated surfaces. Separate methods 'startVideoRecording/stopVideoRecording' were introduced to clearly separate this logic from the one that spits out individual jpeg frames.

This introduces dependency on libvpx.so.5 which is installed with libvpx5 and should be already available in base Gnome

Copy link
Collaborator

@aslushnikov aslushnikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very impressive!

@yury-s yury-s merged commit 9bf6348 into microsoft:master May 28, 2020
@yury-s yury-s deleted the wk-screencast-vp8-gtk branch May 28, 2020 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants