Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
46 stars 43 forks source link

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

Closed Sunwoo-Nam closed 3 years ago

Sunwoo-Nam commented 3 years ago

…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 commented 3 years ago

I approved this code however, I see that same code is in https://github.com/Samsung/Castanets/pull/386/ Is there difference?

Chikdolman commented 3 years ago

We close this PR as this is identical to #386