shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4
MIT License
469 stars 30 forks source link

Is there a simple-peer like lib out there that uses werift-webrtc? #333

Open VandeurenGlenn opened 1 year ago

VandeurenGlenn commented 1 year ago

Hi, Anyone already working on a simple-peer like module? If not isn't it a good idea to make one since allot of projects are based on simple-peer.

So allot of us are "stuck" on just the wrtc module and the one made by @koush etc

jzombie commented 1 year ago

Somewhat related, and could be adapted to use werift-webrtc.

I started a fork then did a rewrite in TypeScript, supporting independent data channels, stereo audio, and codec customization.

It is still a WIP, but I am using it in another project to do game streaming, so it is coming along.

Very experimental at this point.

https://github.com/zenOSmosis/webrtc-peer

VandeurenGlenn commented 1 year ago

Somewhat related, and could be adapted to use werift-webrtc.

I started a fork then did a rewrite in TypeScript, supporting independent data channels, stereo audio, and codec customization.

It is still a WIP, but I am using it in another project to do game streaming, so it is coming along.

Very experimental at this point.

https://github.com/zenOSmosis/webrtc-peer

Cool!, tried to checkout your link but gave a 404, prob still private?