Firefox is unable to obtain the IP address of WSL (Windows Subsystem for Linux). #4315
duiniuluantanqin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firefox is unable to obtain the IP address of WSL, whereas Chrome can. Verification is as follows:
Enter the following code in the console:
Firefox outputs the following:
Chrome outputs the following:
172.18.0.14 is the local network IP, and 172.29.144.1 is the address of WSL (Windows Subsystem for Linux).
It can be observed that Chrome is able to retrieve the address of WSL, but Firefox cannot.
This leads to an issue: if SRS (Simple Real-time Server) is deployed inside WSL, then Firefox would have a problem playing video via the WebRTC protocol.
TRANS_BY_GPT4
Beta Was this translation helpful? Give feedback.
All reactions