mirror of https://github.com/sualko/cloud_bbb
Merge pull request #149 from kaystrobach/patch-1
[DOC] info about audio and video file handlingpull/153/head
commit
e88e5d57d8
|
@ -101,6 +101,12 @@ for details.
|
||||||
- Before installing, make sure your BBB is running correctly
|
- Before installing, make sure your BBB is running correctly
|
||||||
- If the room doesn't appear in the ... menu of files, a browser/cache reload
|
- If the room doesn't appear in the ... menu of files, a browser/cache reload
|
||||||
might help
|
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
|
## :heart: Sponsors
|
||||||
Writing such an application is a lot of work and therefore we are specially
|
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
|
[#53]: https://github.com/sualko/cloud_bbb/issues/53
|
||||||
[#61]: https://github.com/sualko/cloud_bbb/issues/61
|
[#61]: https://github.com/sualko/cloud_bbb/issues/61
|
||||||
[0.4.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.4.0
|
[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
|
[0.5.0]: https://github.com/sualko/cloud_bbb/releases/tag/v0.5.0
|
||||||
|
|
Loading…
Reference in New Issue