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
Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.
Browser affected
Browser name including version (e.g. Chrome 64.0.3282.119)
Chrome 87.0.4280.88
Description
I am trying to stream canvas to webrtc. But canvas stream is not working because canvas is static and it is not changing. Is It possible to stream static canvas ?
Static canvas mean where canvas frame is not changing. For example, when we draw simple line, circle on canvas.
In such situation nothing will be shown.
Please read first!
Please use discuss-webrtc for general technical discussions and questions.
Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.
Browser affected
Browser name including version (e.g. Chrome 64.0.3282.119)
Chrome 87.0.4280.88
Description
I am trying to stream canvas to webrtc. But canvas stream is not working because canvas is static and it is not changing. Is It possible to stream static canvas ?
Steps to reproduce
Visit
https://github.com/webrtc/samples/tree/gh-pages/src/content/capture/canvas-pc
Instead of animated canvas use static canvas like simple line or circle.
Expected results
I want to stream or show static canvas through webrtc.
Actual results
Static canvas is not shown.
The text was updated successfully, but these errors were encountered: