You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use discuss-webrtc for general technical discussions and questions.
I have provided steps to reproduce
I have provided browser name and version
I have provided a link to the sample here or a modified version thereof
Browser affected
Firefox 85.0 (64-bit)
Description
Samples using the shiny webgl teapot render the teapot off-center and too big: it looks like width/height are being doubled or halved somewhere in the process so we're seeing the lower-left quadrant of the teapot render instead of the full view.
I'm on a macOS machine with window.devicePixelRatio = 2 which might be causing the issue, but changing the DPR in Responsive Design Mode doesn't change the behavior. Looks fine on Chrome 88.0.4324.96 (Official Build) (x86_64) and Safari.
The problem seems to be in the call to canvas.captureStream(). Before it is called, the teapot looks (and moves around by dragging) just fine. After canvas.captureStream() is called, the next time a frame is drawn (by dragging the mouse over the teapot) the canvas viewport suddenly breaks.
Imo even though it looks cool, the whole teapot thing should be removed - it's a very complex thing which has nothing to do with webrtc. I couldn't agree with this statement more: #1657 (comment)
Please read first!
Please use discuss-webrtc for general technical discussions and questions.
Browser affected
Firefox 85.0 (64-bit)
Description
Samples using the shiny webgl teapot render the teapot off-center and too big: it looks like width/height are being doubled or halved somewhere in the process so we're seeing the lower-left quadrant of the teapot render instead of the full view.
I'm on a macOS machine with window.devicePixelRatio = 2 which might be causing the issue, but changing the DPR in Responsive Design Mode doesn't change the behavior. Looks fine on Chrome 88.0.4324.96 (Official Build) (x86_64) and Safari.
Steps to reproduce
Visit
https://webrtc.github.io/samples/src/content/capture/canvas-pc/
https://webrtc.github.io/samples/src/content/capture/canvas-record/ or
https://webrtc.github.io/samples/src/content/capture/canvas-video/
in Firefox.
Expected results
Properly sized and centered view of the shiny teapot is displayed on the canvas.
Actual results
Oversized lower-left quadrant view of the shiny teapot is displayed on the canvas.
The text was updated successfully, but these errors were encountered: