screego / server

screen sharing for developers https://screego.net/
https://app.screego.net
GNU General Public License v3.0
7.62k stars 551 forks source link

Firefox: RTCRtpSender is not defined #148

Closed ostrolucky closed 1 year ago

ostrolucky commented 1 year ago

In Firefox, on https://app.screego.net/ I'm getting blank page with this in console:

Uncaught ReferenceError: RTCRtpSender is not defined
    km SettingDialog.tsx:30
    <anonymous> SettingDialog.tsx:36
    <anonymous> index.tsx:96
    <anonymous> index.tsx:96

Firefox version: 111.0b8 (64-bit Platform: aarch64-darwin

Other WebRTC demos that I tried work. Works in Google Chrome.

jmattheis commented 1 year ago

Weird, https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSender describes that it's available. I tried the Firefox beta on amd64 arch, but this seems to work fine.

I've deployed a fix on https://app.screego.net could you check out, if it now works for you? You maybe have to clear your cache.

ostrolucky commented 1 year ago

Fix didn't do anything, however I've digged deeper and identified the problem! It was https://addons.mozilla.org/en-US/firefox/addon/hide-me-vpn-free-proxy/. I'll report the issue to hide.me folks. Sorry for unnecessary alert.