Welcome Guest Search | Active Topics | Sign In | Register

Does eo.webbrowser support getDisplayMedia? Options
putty
Posted: Wednesday, August 17, 2022 4:54:08 AM
Rank: Member
Groups: Member

Joined: 7/14/2017
Posts: 17
Does it support screen capture and audio capture ? Webbrowser such as chrome can support both screen and audio , but in this browser control only screen capture supported , or there are some settings I missed ?
eo_support
Posted: Wednesday, August 17, 2022 11:36:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Both audio capture (from microphone) and video capture (from camera) have already been supported a long time ago. This thread is about full screen capture, which was added last year.

To support capture, you must handle WebView.RequestPermission event:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.requestpermissions.html

And call e.Allow() inside your event handler to grant the corresponding permission.

Thanks
putty
Posted: Wednesday, August 17, 2022 10:19:28 PM
Rank: Member
Groups: Member

Joined: 7/14/2017
Posts: 17
yes , when I use "getUserMedia" , the webview can support both audio capture (from microphone) and video capture (from camera), but when I use "getDisplayMedia" the webview can only support video capture(screen capture), but no audio capture(system sounds) .

eo_support wrote:
Hi,

Both audio capture (from microphone) and video capture (from camera) have already been supported a long time ago. This thread is about full screen capture, which was added last year.

To support capture, you must handle WebView.RequestPermission event:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.requestpermissions.html

And call e.Allow() inside your event handler to grant the corresponding permission.

Thanks
eo_support
Posted: Thursday, August 18, 2022 11:14:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
I see. We will look into this and reply again when we have an update.
putty
Posted: Wednesday, December 14, 2022 12:04:29 AM
Rank: Member
Groups: Member

Joined: 7/14/2017
Posts: 17
eo_support wrote:
I see. We will look into this and reply again when we have an update.


Is there any plan to provide support for this feature? Angel


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.