Shawn Van Every

Results 36 comments of Shawn Van Every

There is a standard Event object that is used heavily by DOM elements which uses a standard addEventListener/dispatchEvent syntax. It didn't seem appropriate for this when I started writing it...

seems to be an issue with node-serialport. https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/955

Hi Jeffrey,That sounds really interesting!  I think it would be great to try.  There is the possibility that it will work on mobile devices that support WebRTC as well!Please let...

Re: "Does the editor restart the server on each run? I was having issues with zombie console logging when sketches are closed." This may be an issue with the p5.serialserver...

Hi! A work around would be to install p5.serialserver via npm (after installing node) and running it on the command line: Install it: sudo npm install -g p5.serialserver Run it:...

Thanks JHT. Fixed. The cert was actually auto-renewed but the server needed to be restarted to load the update cert. On Thu, Aug 17, 2023 at 5:06 PM John Henry...

Hi Sophia, You should be able to use the public signalling server to get a start. Happy to take a look. Can you point to the running app or the...

Your app runs for me. Have you made changes since this issue report? You want to use this import: https://p5livemedia.itp.io/p5livemedia.js with this code: let p5lm = new p5LiveMedia(this, "CAPTURE", stream,...

Hi Romain, The Socket.io library changed a bit since this was released. You could either use an older version or update the code that is giving an error to something...

Glad it is useful for you! Yes, I need to get on those stop and disconnect methods! (Pull requests are more than welcome ;-) For mute, I would probably do...