Re: [Live-devel] RTSP SETUP response

2013-09-10 Thread Miguel Orenes
ikgB418fDceVmCxyJ-Y.&URL=http%3a%2f%2ftwitter.com%2fdisplaynote> From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, September 9, 2013 11:05 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-deve

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Ross Finlayson
> I know, I do not want to configure the client as multicast or unicast, I only > want to know if RTSPClient received “Transport:RTP/AVP;unicast;” or > “Trasport:RTP/AVP;multicast;” on SETUP reply. OK - you can do this by testing the IP address for the "MediaSubsession" object. E.g., using the

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
oun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, September 9, 2013 6:19 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP SETUP response No, it's the server - not the client - that decides the characteri

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Ross Finlayson
No, it's the server - not the client - that decides the characteristics of a RTSP stream, including whether it's unicast or multicast. The only way for a RTSP client to explicitly choose between a unicast and a multicast stream is if the server has been set up beforehand to serve both kinds of

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, September 9, 2013 5:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP SETUP response I want to handle the SETUP params that my RTSPClient is receiving when a

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Ross Finlayson
> I want to handle the SETUP params that my RTSPClient is receiving when a > RTSPServer sends the reply, I thought inherit by RTSPClient and to rewrite > parseTransportParams or handleSETUPResponse but I cannot because these > methods are declared as private. Those member functions are not inte

[Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
Hi there, I want to handle the SETUP params that my RTSPClient is receiving when a RTSPServer sends the reply, I thought inherit by RTSPClient and to rewrite parseTransportParams or handleSETUPResponse but I cannot because these methods are declared as private. Is there any way to handle the rep