Jeremy Harris

Results 38 comments of Jeremy Harris

Out of curiosity, what is the benefit of this migration to streamx? Edit: Disregard, I see the discussion: https://github.com/webtorrent/webtorrent/issues/1971

I believe this has been an ongoing problem with the wrtc package on node for a while (two years or more). I experienced a very similar issue in 2020 using...

Does your console produce any errors? Posting them here would be a start.

Maybe try a different TURN server. I couldn't ever get the public ones to work until I just started hosting one myself: https://github.com/zenOSmosis/docker-coturn

It's set up to use Docker, so it should work in Windows if you have Docker installed. However, unless your Windows machine is publicly accessible over some IP address /...

https://github.com/feross/simple-peer/blob/master/index.js

Try this one, change the build command in package.json to this: ` "build": "browserify -s SimplePeer -r . > simplepeer.js" ` The change removes the minify build command as well...

By "change the location," do you mean switch networks during a call?

This looks interesting. Saw this while watching my three-year-old daughter and her mom painting together and think it could be something she would like.

@Aviv1000 the README is not updated via this PR; it just pins standard to a particular version.