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

Continuously Fetch latest metadata (fps, bitrate) #294

Open
kuabhish opened this issue May 30, 2023 · 1 comment
Open

Continuously Fetch latest metadata (fps, bitrate) #294

kuabhish opened this issue May 30, 2023 · 1 comment

Comments

@kuabhish
Copy link
Contributor

kuabhish commented May 30, 2023

Hello @q191201771

I want to get the metadata (like framerate and bitrate) of the streamer continuosly.

        ReadBytesSum      uint64  `json:"read_bytes_sum"`
	WroteBytesSum     uint64  `json:"wrote_bytes_sum"`
	BitrateKbits      int     `json:"bitrate_kbits"`
	ReadBitrateKbits  int     `json:"read_bitrate_kbits"`
	WriteBitrateKbits int     `json:"write_bitrate_kbits"`

I see this, and as I understand, i can get the bitrate continuously.
is there any way to fetch frame rate like this (fps). continuously??

@kuabhish kuabhish changed the title Keep updating metadata Keep fetching latest metadata (fps, bitrate) May 30, 2023
@kuabhish kuabhish changed the title Keep fetching latest metadata (fps, bitrate) Continuously Fetch latest metadata (fps, bitrate) May 30, 2023
@q191201771
Copy link
Owner

You can get these by calling HTTP-API periodically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants