We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
relates to bluenviron/mediamtx#3902
I asked ChatGPT for a fix 💯 Can this help you?
I don't have any Golang Skills and hope to find a fix to use the AMD HW AV1 Encoder with Mediamtx 👍🏻
if h.TimingInfoPresentFlag { // Beispiel: Verarbeiten der Timing-Informationen numUnitsInTick, err := bits.ReadBits(buf, &pos, 32) if err != nil { return err } timeScale, err := bits.ReadBits(buf, &pos, 32) if err != nil { return err } if numUnitsInTick == 0 || timeScale == 0 { return fmt.Errorf("invalid timing info: num_units_in_tick or time_scale is zero") } // Berechnen der Bildrate h.FrameRate = float64(timeScale) / float64(numUnitsInTick) }
The text was updated successfully, but these errors were encountered:
Sorry for the question, but do you think we're stupid?
Sorry, something went wrong.
No branches or pull requests
relates to bluenviron/mediamtx#3902
I asked ChatGPT for a fix 💯 Can this help you?
I don't have any Golang Skills and hope to find a fix to use the AMD HW AV1 Encoder with Mediamtx 👍🏻
The text was updated successfully, but these errors were encountered: