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

Have there been any changes to the video frame interface? #2

Open
345ml opened this issue Mar 15, 2023 · 0 comments
Open

Have there been any changes to the video frame interface? #2

345ml opened this issue Mar 15, 2023 · 0 comments

Comments

@345ml
Copy link

345ml commented Mar 15, 2023

I have found that there is a change in the value of video frames between the previous version and the latest version.
Has something changed inside Agora?

Before

{
  width: 640,
  height: 360,
  yStride: 640,
  uStride: 320,
  vStride: 320
}

After

{
  width: 360,
  height: 640,
  yStride: 368,
  uStride: 184,
  vStride: 184
}
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