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
45 stars 43 forks source link

[Service Offloading] Crash with getDisplayMedia constraints except fo… #365

Closed Sunwoo-Nam closed 3 years ago

Sunwoo-Nam commented 3 years ago

…r audio.

If getDisplayMedia is used with the constraints which includes only 'video' except for 'audio', it makes the crash issue because an audio stream device is always added now. This patch adds a condition to check whether audio is requested or not.