Closed
Bug 773736
Opened 13 years ago
Closed 12 years ago
Getting an audio stream causes Win7 Firewall prompt
Categories
(Core :: WebRTC: Audio/Video, defect)
Core
WebRTC: Audio/Video
Tracking
()
VERIFIED
FIXED
People
(Reporter: anant, Unassigned)
Details
(Whiteboard: [getUserMedia], [blocking-gum-], [soft])
This is most likely because we are currently lopping back audio through 127.0.0.1: https://mxr.mozilla.org/mozilla-central/source/content/media/webrtc/MediaEngineWebRTCAudio.cpp#92
This may also be able to be fixed with the new pull code for MediaStreams in bug 771135.
Updated•13 years ago
|
Whiteboard: [getUserMedia], [blocking-gum+]
Updated•13 years ago
|
QA Contact: jsmith
Updated•13 years ago
|
Whiteboard: [getUserMedia], [blocking-gum+] → [getUserMedia], [blocking-gum-], [soft]
Comment 1•12 years ago
|
||
I've been using gUM on Windows 7 for quite some time now and have yet to see this issue. I'm going to close this now, but if someone sees this again, feel free to reopen.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Comment 2•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #1)
> I've been using gUM on Windows 7 for quite some time now and have yet to see
> this issue. I'm going to close this now, but if someone sees this again,
> feel free to reopen.
Should say "yet to see this issue more recently within the past few months"
Comment 3•12 years ago
|
||
I can confirm I fixed this (on another bug) months ago; we don't loop through 127.0.0.1 anymore.
Resolution: WORKSFORME → FIXED
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•