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

MediaSource and MediaStream flags #38

Closed
skerit opened this issue Jan 10, 2016 · 2 comments
Closed

MediaSource and MediaStream flags #38

skerit opened this issue Jan 10, 2016 · 2 comments

Comments

@skerit
Copy link

skerit commented Jan 10, 2016

The MediaSource API allows the browser to use streams coming from JavaScript to play audio & video.

The MediaStream API allows recording video and audio.

They're currently disabled by default in webkit2gtk, but can be enabled with these options:

  • enable-mediasource
  • enable-media-stream

Thanks!

@kapouer
Copy link
Owner

kapouer commented Jan 10, 2016

I'm doing something to fix how settings were arbitrarily chosen to be settable or not. That takes longer than simply adding those two options.

@kapouer
Copy link
Owner

kapouer commented Jan 11, 2016

In version 3.4.0 you can pass any parameter from
http://webkitgtk.org/reference/webkit2gtk/stable/WebKitSettings.html
in the load() options.

@kapouer kapouer closed this as completed Jan 11, 2016
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

No branches or pull requests

2 participants