Canvas Streaming Error in Chrome Canary 93

sangsoo

Member

Max

Administrator
Staff member
Good day.
Seems like Google breaks constraints.customStream which is used in this example: video frames are not sending when publishing H264. We raised the ticket WCS-3221 to investigate it.
Please look at Stream Filter example (source code), this example shows how to use canvas for filtering, and it publishes both H264 and VP8 normally in latest Canary 93.
 

Max

Administrator
Staff member
We investigated this issue.
Seems like H264 video frames are not sent by browser: on server side, only audio frames are in the stream.
The solution is to disable hardware acceleration in Chrome Canary settings, in this case H264 video is publishing correctly from canvas in Canvas Streaming example.
 
Top