developing streaming media servers using J2SE

hello.this is james mcfadden. i am interested in developing streaming media servers using J2SE. this is a new topic to me. what books and web resources should i read for this?
[189 byte] By [james-mcfaddena] at [2007-11-27 7:10:28]
# 1
> this is james mcfadden. i am interested in developing> streaming media servers using J2SE. this is a new> topic to me. what books and web resources should i> read for this?How much do you know about Java SE?~
yawmarka at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 2
i know that i can use J2SE in order to develop JMF applications. i don't know if i use J2EE or J2ME to develop streaming media servers. which version of Java do i use.
james-mcfaddena at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 3

> i know that i can use J2SE in order to develop JMF

> applications. i don't know if i use J2EE or J2ME to

> develop streaming media servers. which version of

> Java do i use.

Perhaps I didn't phrase my question correctly. What is your level of expertise and experience with Java SE?

~

yawmarka at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 4
Try see how the guys at http://sourcewell.berlios.de/appbyid.php?SourceWell_Session=07fa4987c8c7bb5818bd3d12dd5e4b45&id=58 have implemented theirs.
Jamwaa at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 5
thanks for the reply. i went into the SourceWell website and clicked on http://basit.yi.org/js.zip. i was directed to http://guide.opendns.com/?url=basit.yi.org%2Fjs.zip instead. i still kept trying to go to a website that had code on it. what do i do next?
james-mcfaddena at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 6

i have good enough experience in developing applications in J2SE. examples of such applications would be Java I/O, Threads, Looking Up Internet Addresses, Sockets for Clients, Sockets for Servers, Non-Blocking I/O, UDP Datagrams and Sockets, Multicast Sockets, Protocol Handlers, Remote Method Invocation, Swing, JDBC, JMF, and applets.

james-mcfaddena at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 7
what ideal network protocol do i use to develop a streaming media server and on what ideal port should such a server be running on?
james-mcfaddena at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...
# 8
> on what ideal port should> such a server be running on?A free one.
CeciNEstPasUnProgrammeura at 2007-7-12 19:01:59 > top of Java-index,Java Essentials,Java Programming...