Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 826 Bytes

efflux

A Java RTP stack

efflux is a simple Java RTP stack, whose target are applications who do not directly generate RTP content themselves but need to send or receive data using this protocol. It aims to be fully RFC compliant but has utilities for those special cases where the other end doesn't quite follow the RFC (which, sadly, happens often).

Project page: http://efflux.biasedbit.com

Dependencies

License

efflux is licensed under the Apache License version 2.0 as published by the Apache Software Foundation.

Quick & Dirty examples

Coming soon.