Posted By:
Jon_Nichols
Posted On:
Friday, March 16, 2001 01:34 PM
I'm trying to use RTSP support in JMF. So, I try to call Manager.createPlayer(new URL("rtsp://host/etc")). However, when I try to do this, I get a MalformedURL exception saying it doesn't understand rtsp://. I've got all the JMF libraries in my classpath. How do I get the URL to understand rtsp?