2009
2008-12-21 JUV Researcher 0.6 Alpha (Initial Release)
JUV Researcher makes client-server RTMP intercommunication debug very simple:
- How much bandwidth is used by the client component?
- What methods are invoked by client/server and when?
- What streams are played and published (audio/video bit-rate, used banwidth, codec)?
- How does client component behave if connection bit-rate is limited to 128kbits or 256kbits?
Give trial to JUV Researcher!
2008-11-01 JUV Client 1.3
The JUV Client 1.3 (so-called Java RTMP Client) is released.
The major features of the JUV Client 1.3 release include:
- introduced Java varargs instead of Object[]
- performance improvements
JUV Appets are released. This collection includes RTMP stream downloader, RTMP stream publisher, Flash - Java voice chat applets.
JUV Downloader 1.2 is released.
2008-09-22 JUV Client 1.2
The JUV Client 1.2 is released.
The major features of the JUV Client 1.2 release include:
- support of the RTMPS protocol
- added buffered output to the FlvVideo class
JUV Downloader 1.1 and JUV FLV Tool 1.1 are released.
2008-08-11 JUV Downloader 1.0 and JUV FLV Tool 1.0
The JUV Downloader 1.0 (so-called Java RTMP stream downloader) is released:
it is a 1 (one) method freeware library (built over JUV Client)
which lets you download RTMP streams (both RTMP/RTMPT protocols are supported).
The JUV FLV Tool 1.0 is released:
simple API to process audio/video FLV files (merge, split, retrieve info).
2008-07-28 JUV Client 1.1
The JUV Client 1.1 is released.
The major features of the JUV Client 1.1 release include:
- support of the FlvData RTMP packet
- added FlvVideo class: it lets you to save playing stream to the local FLV file
- added MediaStreamController and FlvFileMediaStream classes: it lets you to publish local FLV file as a live video stream
2008-07-14 JUV Client 1.0 Final
The JUV Client 1.0 is released.
The library lets your Java application interact with the RTMP/RTMPT-enabled server (like Flash Media Server,
Wowza, RED5) easily.
It supports:
- RTMP/RTMPT protocols with AMF0/AMF3 encodings
- remote method invocations
- remote shared objects
- play and publish streams
2008-06-30 JUV Client 1.0 Beta (Initial release)
We are happy to announce an initial release of the JUV Client library.