Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of selected bitrate and Representation #23

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dsilhavy
Copy link
Contributor

Shows the current selected bitrate and the corresponding RepresentationID as an overlay on top of the video.

To avoid polling the current bitrate every few seconds, we implemented a pub/sub pattern using an eventbus. Once the Representation is switched ,the MediaStreamHandler notifies all the subscribers about the change. In this case, the 5GMSd Aware Application uses the information (mediaLoadData) that is included in the notification event to update the UI.

As an example:
Bildschirmfoto 2023-08-16 um 08 48 08

@dsilhavy dsilhavy added this to the Version 1.0.2 milestone Aug 16, 2023
@dsilhavy dsilhavy merged commit eea1162 into development Aug 16, 2023
1 check passed
@dsilhavy dsilhavy deleted the feature/bitrateInfoUi branch August 16, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant