p5LiveMedia
p5LiveMedia copied to clipboard
Simple P5 WebRTC
(I'm a P5 beginner so I apologize if this should be obvious) I'm confused about how to run this so I can access camera feeds from two different devices. Is...
Major breakage! All p5LiveMedia usage is down! Run p5LiveMedia example: https://editor.p5js.org/shawn/sketches/jZQ64AMJc Expected: live media Results: failure - error log: ReferenceError: p5LiveMedia is not defined at /sketch.js:12:19 Failed to load resource:...
Hallo, I was wondering if there is a chance to share the whole screen instead of the canvas or the video.
Hi ! Thx for your work, it works very well on p5editor, but now I'm trying do that in my local network and I have some problems ! I correctly...
It would be helpful to have the ability to manually trigger a disconnection from a room. I can work on adding this!
A student ran into an issue when making a room system using this library. Basically, it is not currently possible to create a p5LiveMedia object outside of the p5js' `setup()`...
It seems that adding a 2nd video track to the stream doesn't do the trick - only 1 track is received. Perhaps using "addStream" will work? Use case is sending...
Amended: Most basic example fails on macOS Safari sketchers: https://editor.p5js.org/shawn/sketches/jZQ64AMJc console error: "Unhandled Promise Rejection: AbortError: Failed to fetch module, error: Cross origin requests are only supported for HTTP." sketch...
Example sketch **"Multiple Users Overlayed"** fails with this error: 🌸 p5.js says: blend() was expecting p5.Image for the first parameter, received object instead. (on line 113 in about:srcdoc [about:srcdoc:113:7]). (http://p5js.org/reference/#/p5/blend)...
// Doesn't exist but we probably need: p5l.stop(); p5l.disconnect();