Closed
Bug 1164916
Opened 10 years ago
Closed 10 years ago
Firefox Hello call fails during Wifi handover
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: diego, Unassigned)
References
Details
(Whiteboard: [caf priority: p1][CR 836652])
Tested on FxOS v2.1
STR:
1. Connect to a Wifi network with multiple access points [1].
2. Start Firefox Hello call.
3. Walk from one access point to another
Result: The call disconnects with a “bad network” message.
FxOS itself seems to handle Wifi AP handovers smoothly. Playing a youtube video is smooth when moving between APs.
[1] http://www.dummies.com/how-to/content/wireless-network-routing-with-multiple-access-poin.html
Reporter | ||
Comment 1•10 years ago
|
||
(In reply to Diego Wilson [:diego] from comment #0)
> Tested on FxOS v2.1
Sorry, I meant FxOS v2.2
Updated•10 years ago
|
Whiteboard: [CR 836652]
Updated•10 years ago
|
Whiteboard: [CR 836652] → [caf priority: p1][CR 836652]
Updated•10 years ago
|
Blocks: CAF-v2.2-metabug
Comment 2•10 years ago
|
||
Diego, are you thinking that this is a problem in the underlying WebRTC code which is being exposed by the Hello app?
Flags: needinfo?(dwilson)
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Dylan Oliver [:doliver] from comment #2)
> Diego, are you thinking that this is a problem in the underlying WebRTC code
> which is being exposed by the Hello app?
Sorry, I'm not familiar enough with the networking side of the platform or the app to answer that.
Flags: needinfo?(dwilson)
Comment 4•10 years ago
|
||
Maire, are there any known issues with WebRTC in this area?
Flags: needinfo?(mreavy)
Comment 5•10 years ago
|
||
If moving from one AP to another causes an IP address change, then that would require an ICE restart, which is covered by Bug 906986. If there's no IP address change, then this should work, and more investigation would be needed.
Flags: needinfo?(mreavy)
Comment 6•10 years ago
|
||
Hi! Vincent,
Could your team help to take a look? thanks
--
Keven
Flags: needinfo?(vchang)
Comment 7•10 years ago
|
||
I am curious how it would behave like on desktop. If on desktop firefox it could handover smoothly then
there might be something we can do on firefox os.
Comment 8•10 years ago
|
||
Just try to connect to "Mozilla Guest" in the office with Flame device, the ip adress doesn't change when wifi roaming to different AP with the same SSID.
You can tell from wpa_cli command, the bssid is changed but ip address is the same.
Connect to supplicant - "wpa_cli -p /data/misc/wifi/sockets/ -i wlan0"
Show connection status - "status"
Flags: needinfo?(vchang)
Comment 9•10 years ago
|
||
Vincent, has your team had any success trying to reproduce this on desktop?
Flags: needinfo?(vchang)
Reporter | ||
Comment 10•10 years ago
|
||
(In reply to Dylan Oliver [:doliver] from comment #9)
> Vincent, has your team had any success trying to reproduce this on desktop?
Dylan,
FWIW this was reported by a CAF tester. I recently tried reproducing it myself but switching APs worked fine for me.
I'm trying to figure out if this could be a tester setup issue.
Comment 11•10 years ago
|
||
For now then (and because we're not blocking on Hello app issues), I'm going to resolve this as worksforme and you can re-open if it is reproduced.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(vchang)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•