node-rtp icon indicating copy to clipboard operation
node-rtp copied to clipboard

An RTP module in pure JavaScript for node.js

Results 2 node-rtp issues
Sort by recently updated
recently updated
newest added

Hello @mscdex, I'm trying to follow your example (``sendg711.js``) on streaming RTP-based audio to a Cisco phone. I used https://g711.org/ to convert one of my ``.wav`` using the "Standard Definition...

This code is super readable, to the point, and encapsulated perfectly.. The whole implementation is just an object with getters and setters... sender uses setters, receiver uses getters & the...