https://opentok.github.io/opentok-web-samples/Stream-Filter/
Hi,
We are facing this issue with OpenTok after the latest release of Chrome 66. The publisher is lagging a lot if supplied the video input as Canvas Video Track. Above link is what OpenTok has provided with a sample.
Everything including canvas video output works fine until we initialize the OpenTok Publisher.
As soon as we initiate the OpenTok supplying the videoSource
as canvasElement.captureStream(25).getVideoTracks()[0]
after this even the Canvas starts to show delays in rendering screens.
This issue has started with the latest release of Google Chrome 66 and is not reproducible in Firefox.
Any help with this is appreciated.
Thanks in advance.