Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update browser support table #1142

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,21 @@ Opencast instance.

## Supported Browsers

Opencast Studio uses somewhat new web technologies that are not yet (fully) supported by all browsers.
The following table depicts the current state of browser support (as of May 2022).

| | Firefox ≥ 68 | Chrome ≥ 77 | Edge ≥ 79 | Safari ≥ 14.1 |
| | Firefox | Chrome | Edge | Safari |
| ---------- | -------------- | -------------- | -------------- | ------------- |
| Windows 11 | ✔ | ✔ | ✔ | -
| Windows 10 | ✔ | ✔ | ✔ | -
| Linux | ✔ | ✔ | ✔ | -
| macOS | ✔ | ✔ | ✔ | 🔶<sup>1</sup>
| iOS | - <sup>2</sup> | - <sup>2</sup> | - <sup>2</sup> | 🔶<sup>3,4</sup>
| Android | 🔶<sup>3</sup> | 🔶<sup>3</sup> | 🔶<sup>3</sup> | -
| macOS | ✔ | ✔ | ✔ |
| iOS | - <sup>1</sup> | - <sup>1</sup> | - <sup>1</sup> | 🔶<sup>2</sup>
| Android | 🔶<sup>2</sup> | 🔶<sup>2</sup> | 🔶<sup>2</sup> | -


<sup>1</sup> Recording webcam and screen at the same time fails (Studio bug: [#934](https://github.com/elan-ev/opencast-studio/issues/934)). Also: Safari only lets you capture the whole screen, not individual windows.
<sup>1</sup> Non-Safari browser on iOS use the Safari browser engine, so behave essentially the same as Safari.

<sup>2</sup> Non-Safari browser on iOS use the Safari browser engine, so behave essentially the same as Safari.
<sup>2</sup> Screen share on mobile devices not supported; only webcam recording.

<sup>3</sup> Screen share on mobile devices not supported; only webcam recording.

<sup>4</sup> Several bugs, see [#423](https://github.com/elan-ev/opencast-studio/issues/423).


## Usage
Expand Down