Will Carle

Results 3 issues of Will Carle

Prevent multiple redundant monitors from being started if start is called multiple times on a RemoteTrack Fixes issue: https://github.com/livekit/client-sdk-js/issues/392

When calling `start()` on RemoteTrack it calls `this.monitorReceiver()` which then calls itself with: ``` setTimeout(() => { this.monitorReceiver(); }, monitorFrequency); ``` This means that if you call start again on...

Reviving this PR: https://github.com/nateraw/stable-diffusion-videos/pull/9 Cog/Replicate allows you to run this model in a docker container with an API and hosted on the replicate service. I was using the old version...