Merge pull request #20302 from MBM1607/fix-doc-recording-playback-section

docs: Update Playback section regarding video playback
This commit is contained in:
Anton Georgiev 2024-05-22 10:11:02 -04:00 committed by GitHub
commit f29e7a2288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,15 @@ Some examples of things you might use the post-scripts to do:
The Playback phase involves taking the published files (audio, webcam, deskshare, chat, events, notes, captions, polls, metadata) and playing them in the browser.
Using the workflow **presentation**, playback is handled by HTML, CSS, and Javascript libraries; it is fully available in Mozilla Firefox and Google Chrome (also in Android devices). In other browsers like Opera or Safari the playback will work without all its functionality, e.g., thumbnails won't be shown. There is not a unique video file for playback, there is not an available button or link to download the recording. We have opened an [issue](https://github.com/bigbluebutton/bigbluebutton/issues/1969) for this enhancement.
Using the workflow **presentation**, playback is handled by HTML, CSS, and Javascript libraries;
it is fully available in Mozilla Firefox and Google Chrome (also on Android devices). In other
browsers like Opera or Safari the playback will work without all its functionality, e.g.,
thumbnails won't be shown.
There is not a unique video file for playback in the **presentation** workflow.
However, the **video** workflow can be used to generate that unique video file.
This workflow is not enabled by default. [See section below](#deploying-other-formats) to
learn how to enable it.
## Media storage