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

Error code: STATUS_ILLEGAL_INSTRUCTION #1053

Open
LucasCVentura opened this issue Oct 28, 2022 · 11 comments
Open

Error code: STATUS_ILLEGAL_INSTRUCTION #1053

LucasCVentura opened this issue Oct 28, 2022 · 11 comments

Comments

@LucasCVentura
Copy link

Hello Everyone. I'm having this problem when someone enters in the room and try to share ther video.

Error code: STATUS_ILLEGAL_INSTRUCTION

Does anyone know how to solve this?

@Didi3333
Copy link

Didi3333 commented Nov 3, 2022

We have the same message now on Chrome and Edge since update 107 of chromium

@cristianbm-hub
Copy link

Same problem

@makeshbabus
Copy link

My self facing same issue, Any update

@LucasCVentura
Copy link
Author

It seems like Opera GX works fine, by now...

@fippo
Copy link

fippo commented Nov 8, 2022

folks, if you experience crashes please file them chrome://crashes, say "related to webrtc" in the description and include the url to this bug and https://bugs.chromium.org/p/chromium/issues/detail?id=1381045

Currently, this isn't actionable.

@makeshbabus
Copy link

makeshbabus commented Nov 9, 2022

Hi All,
I got the below issue
Connecting Web to Mobile Only on Chromium browsers such as Google, Edge i face below issue.

Solution
After adding below code issue gone in react file
<<<--------------Start----------------->>>>>>
var CodecsHandler = connection.CodecsHandler;
connection.processSdp = function (sdp) {
var codecs = "vp8";
if (codecs.length) {
sdp = CodecsHandler.preferCodec(sdp, codecs.toLowerCase());
}
return sdp;
};
<<<------------End------------------->>>>>>
MicrosoftTeams-image (76)the issue
MicrosoftTeams-image (77)

@LucasCVentura
Copy link
Author

Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.

@cristianbm-hub
Copy link

@LucasCVentura

Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.

Works! Thanks dude

@mcarquigny
Copy link

Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.

Tested here, it's working. Thank you so much !

@ruggiadufour
Copy link

Guys, found a solution. Go to RTCMulticonnection.js, search for "maxptime: 3" and comment this line. It should work normally.

Works!

@jayeshbrijlani
Copy link

jayeshbrijlani commented Jan 5, 2023

i find soution even better than that
turn on isolated browsing in windows defender for chrome and edge browsing settings will solve problem
image

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

8 participants