Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Establishing a WebRTC connection from the Firefox browser (VP8 inactive)

Hello, maybe someone else seen the same issue. When trying to establish a webrtc connection with the Firefox browser, my server sends a following message (video H264): ``… (funda kabanzi)

Hello, maybe someone else seen the same issue. When trying to establish a webrtc connection with the Firefox browser, my server sends a following message (video H264): ``` 0:00:01.701967159 90 0x7fc2a0002030 LOG webrtcsrc-signaller net/webrtc/src/signaller/imp.rs:172:gstrswebrtc::signaller::imp::Signaller::connect::{{closure}}::{{closure}}: Sending websocket message Peer(PeerMessage { session_id: "56a17f8d-2585-4d4b-9f2e-3009450a19e9", peer_message: Sdp(Offer { sdp: "v=0\r\no=- 9144757257615355393 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=ice-options:trickle\r\na=group:BUNDLE video0 audio1 application2\r\nm=video 9 UDP/TLS/RTP/SAVPF 96 98 99 100 101\r\nc=IN IP4 0.0.0.0\r\na=setup:actpass\r\na=ice-ufrag:uOJFtPAyRCKX4NDQcU3VExzLsFcfCWYc\r\na=ice-pwd:jRots1p0FnmxmwLoVqAq7lK84rAwBk/4\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=sendonly\r\na=rtpmap:96 H264/90000\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 nack pli\r\na=rtcp-fb:96 ccm fir\r\na=rtcp-fb:96 transport-cc\r\na=fmtp:96 packetization-mode=1;profile-level-id=42001f;level-asymmetry-allowed=1\r\na=rtpmap:98 red/90000\r\na=rtpmap:99 ulpfec/90000\r\na=rtpmap:100 rtx/90000\r\na=fmtp:100 apt=96\r\na=rtpmap:101 rtx/90000\r\na=fmtp:101 apt=98\r\na=ssrc-group:FID 2834502081 1415006916\r\na=ssrc:2834502081 msid:user1488703113@host-437c139 webrtctransceiver0\r\na=ssrc:2834502081 cname:user1488703113@host-437c139\r\na=ssrc:1415006916 msid:user1488703113@host-437c139 webrtctransceiver0\r\na=ssrc:1415006916 cname:user1488703113@host-437c139\r\na=mid:video0\r\na=fingerprint:sha-256 9E:33:DF:EB:63:72:42:77:49:8D:0C:0E:FC:61:51:C1:56:53:AF:05:D9:F7:61:8F:95:DD:7D:FF:99:1A:64:E8\r\na=rtcp-mux-only\r\nm=audio 0 UDP/TLS/RTP/SAVPF 97\r\nc=IN IP4 0.0.0.0\r\na=setup:actpass\r\na=ice-ufrag:uOJFtPAyRCKX4NDQcU3VExzLsFcfCWYc\r\na=ice-pwd:jRots1p0FnmxmwLoVqAq7lK84rAwBk/4\r\na=bundle-only\r\na=rtcp-mux\r\na=rtcp-rsize\r\na=sendonly\r\na=rtpmap:97 OPUS/48000/2\r\na=rtcp-fb:97 transport-cc\r\na=fmtp:97 sprop-stereo=1;sprop-maxcapturerate=48000\r\na=ssrc:1127273264 msid:user1488703113@host-437c139 webrtctransceiver1\r\na=ssrc:1127273264 cname:user1488703113@host-437c139\r\na=mid:audio1\r\na=fingerprint:sha-256 9E:33:DF:EB:63:72:42:77:49:8D:0C:0E:FC:61:51:C1:56:53:AF:05:D9:F7:61:8F:95:DD:7D:FF:99:1A:64:E8\r\na=rtcp-mux-only\r\nm=application 0 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=setup:actpass\r\na=ice-ufrag:uOJFtPAyRCKX4NDQcU3VExzLsFcfCWYc\r\na=ice-pwd:jRots1p0FnmxmwLoVqAq7lK84rAwBk/4\r\na=bundle-only\r\na=mid:application2\r\na=sctp-port:5000\r\na=fingerprint:sha-256 9E:33:DF:EB:63:72:42:77:49:8D:0C:0E:FC:61:51:C1:56:53:AF:05:D9:F7:61:8F:95:DD:7D:FF:99:1A:64:E8\r\n" }) }) ``` and Firefox responds with VP8 inactive message: ``` 0:00:02.007638187 90 0x7fc2a0002030 TRACE webrtcsrc-signaller net/webrtc/src/signaller/imp.rs:324:gstrswebrtc::signaller::imp::Signaller::handle_message:<GstWebRTCSignaller@0x563ce91ed190> Received message {"type": "peer", "sessionId": "56a17f8d-2585-4d4b-9f2e-3009450a19e9", "sdp": {"type": "answer", "sdp": "v=0\r\no=mozilla...THIS_IS_SDPARTA-99.0 2114996636650547664 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=sendrecv\r\na=fingerprint:sha-256 16:EC:66:ED:36:A1:D4:E0:CB:95:24:4A:E2:40:CA:53:E5:AB:D5:FF:F5:9C:5C:81:EB:83:F8:E4:BD:89:9F:03\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=video 0 UDP/TLS/RTP/SAVPF 120\r\nc=IN IP4 0.0.0.0\r\na=inactive\r\na=mid:video0\r\na=rtpmap:120 VP8/90000\r\nm=audio 9 UDP/TLS/RTP/SAVPF 97\r\nc=IN IP4 0.0.0.0\r\na=recvonly\r\na=fmtp:97 maxplaybackrate=48000;stereo=1;useinbandfec=1\r\na=ice-pwd:d5a493a07b92e452116a851e083e1c78\r\na=ice-ufrag:721f69a3\r\na=mid:audio1\r\na=rtcp-mux\r\na=rtpmap:97 opus/48000/2\r\na=setup:active\r\na=ssrc:3561002322 cname:{bb14ec44-0966-49c0-bccb-5e6242dd83d7}\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=sendrecv\r\na=ice-pwd:d5a493a07b92e452116a851e083e1c78\r\na=ice-ufrag:721f69a3\r\na=mid:application2\r\na=setup:active\r\na=sctp-port:5000\r\na=max-message-size:1073741823\r\n"}} ``` which leads to: ``` 0:00:02.007849785 90 0x7fc2a0002030 WARN webrtcsink net/webrtc/src/webrtcsink/imp.rs:3238:gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::handle_sdp_answer: consumer from session 56a17f8d-2585-4d4b-9f2e-3009450a19e9 refused media 0: Some("m=video 0 UDP/TLS/RTP/SAVPF 120\r\nc=IN IP4 0.0.0.0\r\na=inactive\r\na=mid:video0\r\na=rtpmap:120 VP8/90000\r\n") ``` and a connection close.

Why Firefox could respond with VP8 to the H264 request?

Asked by Robert Ayrapetyan 1 unyaka odlule

Answered by Robert Ayrapetyan 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

my account is suspended and contact mail address not working (discourse)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozil… (funda kabanzi)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozilla.org/about

my profile is: https://discourse.mozilla.org/u/tugrul/summary

please unsuspend my account. thanks.

Asked by Tuğrul 1 unyaka odlule

Answered by Kiki 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Would like to change from current version to 124.0.2

I just got a new to me computer and it has Firefox 125.0.3 (64bit) but I was more comfortable with what I had Version 124.0.2 (64 bit). What would be the downside of cha… (funda kabanzi)

I just got a new to me computer and it has Firefox 125.0.3 (64bit) but I was more comfortable with what I had Version 124.0.2 (64 bit). What would be the downside of changing to what I had? I just use it for home use and browsing. How would I go about making that change. I'm not to knowledgeable about computer language and stuff. Thanks, Larry

Asked by Larry/Nancy Jones 1 unyaka odlule

Answered by Larry/Nancy Jones 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can no longer detach tabs in Firefox 126

Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window. In about:config, browser.tabs.allowTa… (funda kabanzi)

Tab detachment was working fine until updating to Firefox 126. Now the tabs cannot be moved, detached or dragged to another window.

In about:config, browser.tabs.allowTabDetach is set to true

Suggestions?

Asked by Jeffery Small 1 unyaka odlule

Answered by Jeffery Small 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Address bar jumping off screen when used

Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached. … (funda kabanzi)

Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached.

Asked by rahul.epsilon09 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

No response on my bugs.

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly… (funda kabanzi)

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly then(almost 6 months), so is it the way bugs are handled?, like they take long time to address( just asking as I though the process to be relatively fast) or is it something that I might be doing wrong in reporting a bug. I searched online and have been looking at assigning the bug( what I understood). So, how to do it if there exists something like assigning and will it increase the movement on my bugs??

Asked by Bhaumik Tripathi 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

الشريط دا بيضهر على طول اول ما بفتح صفحة جوجل .... جربت امسح بيانات فا اتشالت وبعدين لما قفلت البرنامج وفتحته تاني رجعت تاني . برجاء الرد في الرع وقت

الشريط دا بيضهر على طول اول ما بفتح صفحة جوجل .... جربت امسح بيانات فا اتشالت وبعدين لما قفلت البرنامج وفتحته تاني رجعت تاني . برجاء الرد في الرع وقت

Asked by Moamen khaled X106 1 unyaka odlule

Answered by Moamen khaled X106 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

My Firefox web searches on PC appear on my wife's mobile

My wife has just got a new Android phone and when I do a Firefox web search on my PC the search question appears under the list of previous searches on her phone (when sh… (funda kabanzi)

My wife has just got a new Android phone and when I do a Firefox web search on my PC the search question appears under the list of previous searches on her phone (when she clicks on the white search bar on her mobile screen) - any suggestions on how I stop this happening

Thanks in Advance

Martin

Asked by webb_martin 2 iminyaka edlule

Answered by webb_martin 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Microsoft Outlook Online - Cannot right click and paste

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. … (funda kabanzi)

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. This use to work until I downloaded the most current version of windows 11. I can CTRL V and it will paste. It works on Edge and other browsers.

Asked by SuMo Bot 2 iminyaka edlule

Last reply by sugarmarc 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Color management settings don't work after Windows 11 was pushed on me.

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined… (funda kabanzi)

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined the offer several times. I then noticed that everything I had opened was now closed. So I opened everything up again, including Firefox.

My laptop has a wide-gamut display, and colours look oversaturated by default. It's one "feature" of this computer that I don't like. So, anyway, I had to fiddle with the color management settings in Firefox to get page elements like images and text not to look blindingly saturated. Aside from videos still being unchanged, the settings worked great for many months. Now, suddenly after this push for Windows 11, the color management has seemingly gone back to what it was like before I got it looking right. Nothing I change has any effect. Change settings. Restart browser. Nothing. Repeat that process until I'm ready to launch my laptop out the window.

I closed out and then re-opened Firefox. I refreshed the browser. I rebooted the system. Nothing. All color management settings don't take any effect.

Asked by ben-grieve 3 iminyaka edlule

Answered by ben-grieve 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Paypal indicated Mozilla canceled my monthly donation

Just checking, can I still make a $3 monthly Paypal donation to Mozilla, or is that amount too small, or does it expire, or something to that effect? Thanks much! … (funda kabanzi)

Just checking, can I still make a $3 monthly Paypal donation to Mozilla, or is that amount too small, or does it expire, or something to that effect? Thanks much!

Asked by jimmydanger 1 unyaka odlule

Answered by James 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Need Help with Website Rendering Issue on Mozilla Firefox

Hello everyone, I've been experiencing an issue with my website when viewed on Mozilla Firefox. Some elements seem to be rendering incorrectly or not displaying at all. I… (funda kabanzi)

Hello everyone,

I've been experiencing an issue with my website when viewed on Mozilla Firefox. Some elements seem to be rendering incorrectly or not displaying at all. I've tested the website on other browsers, and it appears to be working fine there. Could someone help me troubleshoot this problem? Any insights or suggestions would be greatly appreciated. Details Website URL: https://greenryenthusiast.com/where-is-the-best-spot-to-spray-starter-fluid-on-a-snowblower/ Description of the Issue: When accessing my website on Mozilla Firefox, certain images and stylesheets are not loading properly. Additionally, the navigation menu appears to be misaligned, overlapping some of the content on the page. This issue is consistent across multiple pages of the website. Steps Taken to Resolve the Issue: I've tried clearing the browser cache and cookies, as well as testing the website on different devices and networks to rule out any local issues. However, the problem persists only on Mozilla Firefox. Browser Version: Mozilla Firefox version 98.0.1 (64-bit) Screenshots or Error Messages: Attached below are screenshots illustrating the rendering issues encountered on Mozilla Firefox. Additionally, there are no specific error messages displayed; the elements simply fail to load or display incorrectly.

Asked by Terry 1 unyaka odlule

Last reply by Keith 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

lost passwords

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way … (funda kabanzi)

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way to get them back ? I have the old drive ! Any help greatly appreciated Gary

Asked by Bubba 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

I think I logged into Thunderbird . Not Sure. So my Password is OK is that right ??? I guess Thunderbird doesn't have an email address so I'll never know

Is this the only way to send thunderbird an email??? If it is that's OK. I am a fairly new customer of Thunderbird. I have a new laptop and want to find out if Thunderbi… (funda kabanzi)

Is this the only way to send thunderbird an email??? If it is that's OK. I am a fairly new customer of Thunderbird. I have a new laptop and want to find out if Thunderbird has any questions forb me to answer. I think my password is OK, cause I signed in somehow. I am Blaine McKearney phone  : [removed from public] , email : [edited] @telus.net in Calgary, Alberta, Canada. Please send me an email if I have failed to open an account properly.

Asked by loomac 1 unyaka odlule

Last reply by James 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Getting many email notifications for the same data breach in Firefox Monitor

Over the last five hours, I have gotten 27 emails from Firefox Monitor for this data breach, for the same email address. I have already marked the breach as resolved in M… (funda kabanzi)

Over the last five hours, I have gotten 27 emails from Firefox Monitor for this data breach, for the same email address. I have already marked the breach as resolved in Monitor but I keep getting emails. Is there anything I can do about it?

Asked by Lucidiot 2 iminyaka edlule

Answered by Lucidiot 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (funda kabanzi)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Asked by austinjames 3 iminyaka edlule

Answered by austinjames 3 iminyaka edlule