Hi Ross
when I an trying to connect one rtsp server.I am getting the Error "RTSP/1.0
461 Unsupported transport".
SetUp Method is
SETUP rtsp://10.0.2.105/test.3gp RTSP/1.0
CSeq: 3
Transport:RTP/AVP;unicast;client_port=5050
can u plz suggest me wher am i wrong
Thanks in Advance.
##
figured it out needed to add
#include
and before the shutdown
printf ( "%s \n" , sdpDescription );
This gets me the description into stdout and I can pipe grep etc ..
Thanks for the pointers
-Pete
> Thanks, that is part of the answer, now for the trickier part.
>
> it appears the output is d
Thanks, that is part of the answer, now for the trickier part.
it appears the output is direct to the console, in that I can't pipe it
anywhere. Is this correct ? is there a way to get the SDP information
optimally to STDOUT? or at least a file ???
Thanks
-Pete
>>I have a streaming server, and
>I have a streaming server, and some others that I look into (hosted
>elsewhere). I would like to grab the info that is generated from
>openRTSP, eg DESCRIBE. I don't really need the actual stream so something
>like :
>openRTSP -r rtsp://stream.name:/path/to/stream.rm
>returns the SDP info th
Hi to all,
Im new to the list, and this may have been answered elsewhere, so I
aplogize if this is a repeat.
I have a streaming server, and some others that I look into (hosted
elsewhere). I would like to grab the info that is generated from
openRTSP, eg DESCRIBE. I don't really need the actual