Garrett Graves
Garrett Graves
> NodeBB is GPL3 and completely OSS. > > * https://github.com/NodeBB/NodeBB > > * https://community.nodebb.org > > * https://docs.nodebb.org/api/ > > > My concern is ability to scale, API, and...
Also checkout this repo https://github.com/Glimesh/glimesh.tv They are using elixir for a full streaming site frontend and have implemented moderation and bans
Could you let me know what the console output is in your browser?
what ports are you opening? You may need to open 20000-20500/udp as well
> I am currently using Wireguard VPN to connect to the instance network on AWS and the streaming is working fine. >  Hm that is weird
Im currently building something similar to this here using the golang bindings. What I have so far is decoding incoming opus RTP packets to pcm f32le. I am going to...
Okay so I have managed to get this working. Currently what I have is a WebRTC Client that connects to a SFU, decodes Opus packets to PCM and then buffers...
Yeah Im running into the same issue. Im wondering if it has something to do with https://github.com/nodejs/node/issues/26946
Looks like its an issue in the underlying color library chalk. See https://github.com/chalk/chalk/issues/327 I was able to fix it by adding ```js process.env['FORCE_COLOR'] = '3'; ``` At the top of...
Hey Andrew, I'm sorry you're running into this. Can you try clicking the play button in the bottom left hand corner of the video? I think autoplay fails sometimes