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

Setting bitrate and name on audio tracks seems broken #1367

Open
aza547 opened this issue Oct 8, 2023 · 0 comments
Open

Setting bitrate and name on audio tracks seems broken #1367

aza547 opened this issue Oct 8, 2023 · 0 comments

Comments

@aza547
Copy link

aza547 commented Oct 8, 2023

Hi,

I'm trying to set the audio bitrate when using the advanced recording API.

As per here: #1128 I'm trying to apply settings to the audio tracks.

  • Advanced Output Settings
    I'm not gonna expend much here since the concepts are pretty similar to the Simple output explained above. The main difference is regarding the audio encoders. On this mode Audio tracks are used rather than audio encoders directly.

Perhaps I'm doing something wrong, but it appears to me that the arguments are being ignored.

The below screenshot shows me setting the bitrate to 1000 in the create method, but it being ignored. That looks like the default value from here.

image

I can then set it directly which works for the bitrate on the client side:

image

...however a recording shows no change to the bitrate. So I suspect my change has not been pushed to the server side. See mediainfo screenshot below:

image

Strangely my audio bitrate always seems to be capped at 132kB/s. Not sure where that number comes from.

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

No branches or pull requests

1 participant