elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 47 forks source link

Tracking issue: (detecting) screen capturing support on mobile devices #204

Open LukasKalbertodt opened 4 years ago

LukasKalbertodt commented 4 years ago

Detecting whether display capture is supported is hard. There is currently no proper solution. See these two links for more information:

To work around this problem, we currently check if the browser runs on a mobile device as no mobile device/browser supports display capture at the moment. However, this will probably change in the future, so we have to revisit this problem again. This issue is here so that we won't forget.

LukasKalbertodt commented 4 years ago

I removed this from the current sprint as there is nothing we can currently do about this.

LukasKalbertodt commented 4 years ago

Update: this has been classified as browser bugs by people who are involved in standardization. Bug reports for Firefox and Chrome were created.