HLS: subscribe for peers and components instead of specific tracks#45
Merged
HLS: subscribe for peers and components instead of specific tracks#45
Conversation
mickel8
suggested changes
Dec 14, 2023
mickel8
approved these changes
Dec 15, 2023
Comment on lines
244
to
249
| @doc """ | ||
| Adds peers and components tracks to hls component | ||
| In order to subscribe to HLS peers/components, the HLS component should be initialized with the subscribe_mode set to :manual. | ||
| This mode proves beneficial when you do not wish to record or stream all the available streams within a room via HLS. | ||
| It allows for selective addition instead – you can manually select specific streams. | ||
| For instance, you could opt to record only the stream of an event's host. | ||
| """ |
Contributor
There was a problem hiding this comment.
Add one intro sentence as they are displayed in summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fishjam-dev/fishjam#131