Closed
Bug 1413482
Opened 8 years ago
Closed 8 years ago
MS Excel is not updated when using screensharing
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: yknetg, Unassigned)
References
Details
(Whiteboard: [need info jib 2017-11-01])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20171024165158
Steps to reproduce:
1. Open MS Excel.
2. Capture the window with getUserMedia mediaSource: 'window' and display it in a local video tag.
3. Edit some cells.
Chrome has the same bug.
https://bugs.chromium.org/p/chromium/issues/detail?id=778567
Actual results:
The video is not updated.
Expected results:
The local video should show the cells update with the text you enter in real time.
Updated•8 years ago
|
Component: Untriaged → WebRTC: Audio/Video
Product: Firefox → Core
Comment 2•8 years ago
|
||
Jib: any idea who has the combination of Win 10 + Excel to repro this?
Flags: needinfo?(jib)
Comment 3•8 years ago
|
||
I have Win 10. Can look tomorrow. Looks like an upstream bug. Dan, any thoughts?
Flags: needinfo?(jib) → needinfo?(dminor)
Updated•8 years ago
|
Flags: needinfo?(jib)
Updated•8 years ago
|
Whiteboard: [need info jib 2017-11-01]
Comment 4•8 years ago
|
||
This was closed upstream as WONTFIX. The interesting bit was this:
"There may be a little overlaps you didn't notice. In that case, we can't do the cropping-office-window-out-of-screencapture work and have to switch back to GDI capture, e.g. printWindow()/BitBlt() methods, which is known not working with modern UI apps on Win8/10."
I just double checked and we only seem to use GDI capture in Firefox. There's code in tree for a DirectX based capturer that we're not using. I'm not sure if that is what is being referred to above, or if we need to pick up something else the next time we do an update.
Flags: needinfo?(dminor)
Updated•8 years ago
|
Flags: needinfo?(jib)
Comment 5•8 years ago
|
||
Since we use the same code for capture, I'm closing this accordingly.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
FYI,
It seems that Chrome resolved this. Now it works on chrome.
But Firefore still can't work.
Sorry, I've misunderstood.
Chrome has not changed.
But there is some cases that chrome can share it but firefox can't even if it's in the same situation.
For example, in the case below.
-------------------------------------------
| |
| (powerpoint) (chrome sharing the ppt) |
| |
-------------------------------------------
You need to log in
before you can comment on or make changes to this bug.
Description
•