werift
TypeScript icon, indicating that this package has built-in type declarations

0.19.1 • Public • Published

werift

werift (Webrtc Implementation for TypeScript)

werift is a WebRTC Implementation for TypeScript (Node.js)

install

npm install werift

Documentation (WIP)

examples

https://github.com/shinyoshiaki/werift-webrtc/tree/master/examples

SFU

https://github.com/shinyoshiaki/node-sfu

demo

MediaChannel

yarn media

open https://shinyoshiaki.github.io/werift-webrtc/examples/mediachannel/pubsub/answer

see console & chrome://webrtc-internals/

DataChannel

run

yarn datachannel

open https://shinyoshiaki.github.io/werift-webrtc/examples/datachannel/answer

see console & chrome://webrtc-internals/

RoadMap

Work in Progress Towards 1.0

  • [x] STUN
  • [x] TURN
    • [x] UDP
  • [x] ICE
    • [x] Vanilla ICE
    • [x] Trickle ICE
  • [x] DTLS
    • [x] DTLS-SRTP
    • [x] Curve25519
    • [x] P-256
  • [x] DataChannel
  • [x] MediaChannel
    • [x] sendonly
    • [x] recvonly
    • [x] sendrecv
    • [x] multi track
  • [x] RTP
  • [x] RTCP
    • [x] SR/RR
    • [x] Picture Loss Indication
    • [x] ReceiverEstimatedMaxBitrate
    • [x] GenericNack
    • [x] TransportWideCC
  • [x] SRTP
  • [x] SRTCP
  • [x] SDP
  • [x] PeerConnection
  • [x] Simulcast
    • [x] recv
  • [x] BWE
    • [x] sender side BWE
  • [ ] Documentation
  • [x] Compatibility
    • [x] Chrome
    • [x] FireFox
    • [x] Pion
    • [x] aiortc
    • [x] sipsorcery
  • [x] Interop E2E test
  • [ ] Unit Tests

Road Map Towards 2.0

  • [ ] API compatible with browser RTCPeerConnection
  • [ ] ICE
    • [ ] ICE restart
  • [ ] SDP
    • [ ] reuse inactive m-line
  • [ ] Simulcast
    • [ ] send
  • [ ] support more cipher suites

reference

Dependencies (22)

Dev Dependencies (7)

Package Sidebar

Install

npm i werift

Weekly Downloads

5,056

Version

0.19.1

License

MIT

Unpacked Size

2.65 MB

Total Files

619

Last publish

Collaborators

  • shinyoshiaki