Sean DuBois
Sean DuBois
Fantastic! Thank you so much. I already have Obs-deps forked so I can use that :) thank you
I also am planning on making a fork of this repo that does WHIP output (WebRTC) and will make sure to attribute. thank you so much for the clear/well written...
@irajsb Would you be open to supporting RTMP + WHIP out? I can make the PRs It would let people have a open/standards compliant alternative to pixel stream!
No rush on merging! I can write the code, I just want to check if you would be open to merging it
@talentlessguy that sounds good to me! However you think is best to test it. The WASM stuff can be frustrating. So w/e works I am in support of :)
`OnConnectionStateChange` is available for the WASM PeerConnection. Is it not working for you?
That's great feedback! Yes let's flip them, are you able to send a PR? If any small changes need to be made I will make them. I would just like...
@paullouisageneau Looking at the different modes conn types (Poll/Thread/Mux) it seems unlikely I would succeed putting the concept of TCP into them. Should I create something multi-threaded that does TCP...
> It would be way simpler to implement TURN TCP. Requiring users to run TURN servers would make for a worse ecosystem. It wouldn't be fatal, but I would have...
@paullouisageneau I have it working for me! * ICE-TCP is established * Uses poll * Off by default I am going to write a test that runs a faux ice-tcp...