Browse Source

docs: removing duplicated step (#1476)

fix-lock
Zenky 1 year ago
committed by GitHub
parent
commit
e4acc57ccf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/multiple-alternative-audio-tracks.md

1
docs/multiple-alternative-audio-tracks.md

@ -91,6 +91,5 @@ Corresponding AudioTrackList when media-group-1 is used (before any tracks have
1. `HLS` sends the `label` for the new `AudioTrack` to `PlaylistController`s `useAudio` function
1. `PlaylistController` turns off the current audio `PlaylistLoader` if it is on
1. `PlaylistController` maps the `label` to the `PlaylistLoader` containing the audio
1. `PlaylistController` maps the `label` to the `PlaylistLoader` containing the audio
1. `PlaylistController` turns on that `PlaylistLoader` and the Corresponding `SegmentLoader` (main or audio only)
1. `MediaSource`/`mux.js` determine how to mux
Loading…
Cancel
Save