Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.25 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.25 KB

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

How to use this plugin

Maven

repository

<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>

dependency

<dependency>
    <groupId>com.github.lhDream</groupId>
    <artifactId>efflux</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

License

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

Quick & Dirty examples

Coming soon.