Hi everyone,
I'm developing a RTSP client in JAVA. I'm using this to servers for testing:
rtsp://emision.canalsur.es/encoder/andaluciatv.rm
rtsp://real.rtp.pt/rtpfiles/telej/Telej21042006.rm
(got them in: http://www.xente.mundo-r.com/dmsoler/tvnet.htm)
I can connect by TCP, and send OPTIONS and DESCRIBE commands, but when I send the SETUP I get the error 461 Unsupported Transport...
I'm doing it like this:
SETUP encoder/andaluciatv.rm RTSP/1.0
CSeq: 3
Transport: RTP/AVP/UDP;unicast;client_port=4588-4589
I've already tried,
RTP/AVP;multicast;client_port=4588-4589
and
RTP/AVP/TCP;unicast
always getting the same answer...
Can you please help me?
Thanks in advance,
Andre Costa