New issue
Advanced search Search tips

Issue 616385 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

remoting WebRTC-based client doesn't show the screen until the window is resized

Project Member Reported by sergeyu@chromium.org, Jun 1 2016

Issue description

What steps will reproduce the problem?
(1) Connect to CRD host using the new client
(2) the screen is blank
(3) Try resizing the window

What is the expected output?
The screen content is displayed as soon as the client is connected

What do you see instead?
The screen content is displayed only after the client window is resized

I see that issue on Linux, but I'm not sure if it's platform-specific
 
Looks like the problem is that <video> container size is set to 0x0 initially, until the window is resized.
Owner: jamiewa...@chromium.org
Status: Started (was: Untriaged)
Status: Fixed (was: Started)
Fixed in cr/123789716. However,  bug 616637  still exists, which means that the initial screen is still not rendered.

Sign in to add a comment