Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Share functions on streaming should be different #83
  • Loading branch information
dascritch committed Jul 24, 2019
1 parent 4ed8db9 commit 5ed5a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ When you put a streamed media as an audio source, some functions in the player w
Some recommendations :
- Avoid using the default mode, use `compact` instead, or hide the share panel.
- Add a `preload="none"` attribute to your `<audio>` tag, to avoid unuseful buffering.
- Add a `data-streamed` attribute to your `<audio>` tag, some browsers on some codecs cannot detect correctly if a media is streamed (Firefox Linux for mp3, by example), and the player may interact not nicely with it.
- Add a `data-streamed` attribute to your `<audio>` tag, some browsers on some codecs [cannot detect correctly](https://bugzilla.mozilla.org/show_bug.cgi?id=1568527) if a media is streamed and the player may interact not nicely with it.

Here is a nice example :

Expand Down

0 comments on commit 5ed5a74

Please sign in to comment.