Connect to RTSP server
843851Jul 30 2010 — edited Jul 31 2010Hi,
When I try to connect to RTSP server, I get
ava.lang.IllegalArgumentException: Malformed address
Code is :
SocketConnection sc = (SocketConnection)Connector.open("socket://rtsp://qt2.netro.ca:554");
Any idea what's wrong over there.
Any help is appreciated.