Rayj Posted June 15, 2020 Share Posted June 15, 2020 I am dabbling in WebRTC and creating a One To Many feature. Note that I am not a seasoned developer and basically learning as I go. I was wondering if, down the line, I can incorporate PixiJS into my WebRTC for things like lower 3rds graphics or other graphic related things? If so, any additional suggestions for using Pixi with WebRTC is certainly appreciated? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 15, 2020 Share Posted June 15, 2020 (edited) Whatever you do with WebRTC - do it with basic scene from https://webglfundamentals.org/ first, otherwise there will be questions like "why is pixi doesnt work with webrtc". Yes, canvas streaming is related to pixi, a bit. People use it for recording videos. When it works, switch to pixi. Alternative: grab Angular, take pixi and a few of its plugins, add WebRTC code, look if it works on first try, then complain about it. Everyone did that stuff, at least once Edited June 15, 2020 by ivan.popelyshev Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.