I'm absolute beginner in RTMP. My task is to create a Java application which would record video from a certain RTMP URL.
I have an RTMP Server installed (Red5 server). I've verified that it works and streams fine. I have red5.jar providing me with all those Java classes which should be used to communicate with Red5 (as I understand).
I'm fairly proficient with Java but have no idea how to approach that recording application. Because no sample and no docs apart from Red5 Javadoc.
So, please, help me by giving any sample or any links or guidance. I can not use Flash or anything but Java.