werift-webrtc

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

MIT License

Downloads
31.3K
Stars
478
Committers
11
werift-webrtc - Specify ICE port range

Published by shinyoshiaki over 3 years ago

Example

const peer = new RTCPeerConnection({ icePortRange: [44444, 44455] });

Minimum port and Maximum port must not be the same value

werift-webrtc - fix ice candidate foundation

Published by shinyoshiaki over 3 years ago

werift-webrtc - Fix datachannelFlush never called case

Published by shinyoshiaki over 3 years ago

werift-webrtc - Fix datachannel.close bug

Published by shinyoshiaki over 3 years ago

werift-webrtc - Add an API like MediaStreamTrack

Published by shinyoshiaki over 3 years ago

werift-webrtc - Use a dynamically generated self-signed certificate for DTLS

Published by shinyoshiaki over 3 years ago

werift-webrtc - support extended master secret for DTLS (RFC 7627)

Published by shinyoshiaki over 3 years ago

werift-webrtc - support secp256r1 for DTLS EllipticCurves

Published by shinyoshiaki over 3 years ago

werift-webrtc - support TWCC (transport-wide congestion control)

Published by shinyoshiaki over 3 years ago

werift-webrtc - sender side BWE

Published by shinyoshiaki over 3 years ago

werift-webrtc - Fix Simulcast direction in SDP

Published by shinyoshiaki almost 4 years ago

werift-webrtc - Fix DTLS

Published by shinyoshiaki almost 4 years ago

werift-webrtc - Fix RTP Timestamp for Audio

Published by shinyoshiaki almost 4 years ago

werift-webrtc - Retransmit DTLS handshake

Published by shinyoshiaki almost 4 years ago

werift-webrtc - retransmit RTP

Published by shinyoshiaki about 4 years ago

werift-webrtc - fix ice memory leak

Published by shinyoshiaki about 4 years ago

werift-webrtc - support m-dns

Published by shinyoshiaki about 4 years ago

support m-dns by node.js dns module

werift-webrtc -

Published by shinyoshiaki about 4 years ago

support TURN (udp only)