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

Share desktop picture use av1 codec make browser page crash error #2569

Open
zesun96 opened this issue Mar 11, 2024 · 4 comments
Open

Share desktop picture use av1 codec make browser page crash error #2569

zesun96 opened this issue Mar 11, 2024 · 4 comments

Comments

@zesun96
Copy link
Contributor

zesun96 commented Mar 11, 2024

Describe the bug

Server

  • Version: [1.5.1-1.5.3]
  • Environment: [windows]

Client

  • SDK: [js-sdk 3.0.5 windows PC]

.Use Livekit Meet online-demo also found same problem.

Hardware:
Lenovo XiaoXinAir15
image

@zesun96
Copy link
Contributor Author

zesun96 commented Mar 11, 2024

Test url:
https://meet.livekit.io/rooms/kwlt-5iuf?codec=av1

Only share desktop picture make crash
desktop
.
index2

@zesun96
Copy link
Contributor Author

zesun96 commented Mar 11, 2024

I deploy webrtc-sample on local.
https://webrtc.github.io/samples/src/content/peerconnection/change-codecs/

modify sample code

// const stream = await navigator.mediaDevices.getUserMedia({audio: true, video: true});
    const stream = await navigator.mediaDevices.getDisplayMedia({audio: true, video: true});

It run ok.
webrtc

@davidzhao
Copy link
Member

Which browser are you using here?

@zesun96
Copy link
Contributor Author

zesun96 commented Mar 12, 2024

@davidzhao
Microsoft Edge 122.0.2365.66 (正式版本) (64 位)
and
Google Chrome 122.0.6261.96(正式版本) (64 位)

Windows version: Windows10 22h2(19045.4046)

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

2 participants