shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VandeurenGlenn opened this issue · comments

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

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

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?