Skip to content

[Service Offloading] Add chrome WebUI to package Service Offloading r…#382

Closed
Sunwoo-Nam wants to merge 1 commit intoSamsung:castanets_76_devfrom
Sunwoo-Nam:castanets_76_dev_1
Closed

[Service Offloading] Add chrome WebUI to package Service Offloading r…#382
Sunwoo-Nam wants to merge 1 commit intoSamsung:castanets_76_devfrom
Sunwoo-Nam:castanets_76_dev_1

Conversation

@Sunwoo-Nam
Copy link
Contributor

…esources.

The resouces for the server-side of Service Offloading should be packaged
in the apk.
To pull server-side resources, add a script to get the git repository
for WebRTCGameStreamingClient.
build/update_internal_repo.sh --service-offloading

Also the packaged resources can be accessed by the below url.
chrome://screen-streaming

@Chikdolman Chikdolman changed the title [Service Offloading] Add chrome WebUI to package Service Offloading r… [WIP][Service Offloading] Add chrome WebUI to package Service Offloading r… Dec 2, 2020
In Service offloading, the android device gets contents for the webrtc server
from the client device. The android device needs to use http protocol to access
the client device, but getDisplayMedia does not work with http content.
So, this patch allows that getDisplayMedia works on the http content by setting
the document state to 'Secure'.

Signed-off-by: Sunwoo Nam <sunny.nam@samsung.com>
@Chikdolman Chikdolman changed the title [WIP][Service Offloading] Add chrome WebUI to package Service Offloading r… [Service Offloading] Add chrome WebUI to package Service Offloading r… Dec 16, 2020
@Chikdolman
Copy link
Contributor

I approved this code however, I see that same code is in #386
Is there difference?

@Chikdolman Chikdolman closed this Dec 17, 2020
@Chikdolman
Copy link
Contributor

We close this PR as this is identical to #386

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.

2 participants

Comments