MP3 won't stream with JMF
问题 Basic idea is to access .mp3 file and send it through RTP stream to other client, who will want to play that song. Here is RTPServer.java, which I found online and modified it to my liking. package server; import java.net.InetAddress; import javax.media.rtp.*; import javax.media.rtp.rtcp.*; import javax.media.*; import javax.media.protocol.*; import javax.media.control.*; public class RTPServer implements ControllerListener, Runnable { private boolean realized = false; private boolean