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

[Feat]: Get current bitrate of the stream #71

Open
ciddarthjrj opened this issue Jun 8, 2023 · 3 comments
Open

[Feat]: Get current bitrate of the stream #71

ciddarthjrj opened this issue Jun 8, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@ciddarthjrj
Copy link

Version

2.5.2

Environment that reproduces the issue

Pixel 5a

Use case description

I would like to show the current bitrate to the user, but I am not able to get the bitrate

Proposed solution

A value in the setting object or something would be nice, or a callback of sorts on bitrate change

Alternative solutions

No response

@ciddarthjrj ciddarthjrj added the enhancement New feature or request label Jun 8, 2023
@ThibaultBee
Copy link
Owner

Hi,

Sorry I missed this issue. What protocol are you looking at? What bitrate are you insteresting about? video, audio, network,... ?

@starcheek
Copy link

@ThibaultBee
Hi,

I am interested in network sent via RTMP protocol during screen capture.

@ThibaultBee
Copy link
Owner

ThibaultBee commented Nov 22, 2023

Hi,

Under the hood, StreamPack uses librtmp/rtmpdump. It is quiet old, really hard to maintain or to add new features.
If you find this feature in librtmp/rtmpdump, I will be glad to make it till StreamPack API.

Otherwise, this feature will have to wait till I find a better implementation (maybe a new implementation). But it will take a while because it is a huge work, I have 1000 other ideas for this library and of course not enough time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants