Hello,
I would like to create a simple application that reads a stream from
rtmp server (macromedia) and save the streaming into a local
file .flv.
Does anyone knows any library that could help me managing the rtmp
connection and buffering...I didnt found anything on the web. More
over im kind of newbie on java :/
Thanks to anyone who could help me!
Oliver Wong - 03 Apr 2007 18:06 GMT
> Hello,
>
[quoted text clipped - 4 lines]
> connection and buffering...I didnt found anything on the web. More
> over im kind of newbie on java :/
If you're a newbie on java, I recommend starting with an easier
project. Maybe go through the file IO and networking tutorials:
http://java.sun.com/docs/books/tutorial/essential/io/
http://java.sun.com/docs/books/tutorial/networking/index.html
- Oliver