From 0df3d33455d7d0fba440cdb2230ea02a9f341e9f Mon Sep 17 00:00:00 2001 From: Kay Strobach Date: Tue, 27 Apr 2021 19:51:39 +0200 Subject: [PATCH] [DOC] info about audio and video file handling related to #148 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b773012..0ea483d 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,12 @@ for details. - Before installing, make sure your BBB is running correctly - If the room doesn't appear in the ... menu of files, a browser/cache reload might help +- To share an audio (mp3) or video (mp4) file with your audience follow these steps (more info in [#148](https://github.com/sualko/cloud_bbb/issues/148#issuecomment-827338650)): + - create a public share of the exact file + - copy the location of the share from the share information screen into your clipboard + - open big blue button, press the plus icon in the lower left corner + - click on add external video + - paste the url from your clipboard and append the following string for audio `/download/file.mp3` or `/download/file.mp4` for video files ## :heart: Sponsors Writing such an application is a lot of work and therefore we are specially @@ -124,4 +130,4 @@ to look at our [contributor guidelines]. Every contribution is valuable :tada:. [#53]: https://github.com/sualko/cloud_bbb/issues/53 [#61]: https://github.com/sualko/cloud_bbb/issues/61 [0.4.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.4.0 -[0.5.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.5.0 \ No newline at end of file +[0.5.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.5.0