UNPKG

krtp

Version:

Node implementation of rtp protocol. RFC 3550

7 lines (6 loc) 154 B
/** * krtp implements real-time protocol based on RFC 3350. */ export * from "./Packet.ts"; export * from "./Session.ts"; export * from "./Control.ts";