Re: [Live-devel] NAT and RTCP

2008-08-26 Thread Ross Finlayson
My hunch tells me the RTCP ports are dynamically set by the stack Yes, however, the RTP and RTCP ports start at 6970 by default (see "liveMedia/include/OnDemandServerMediaSubsession.hh"). (I chose that number because other servers - e.g., Apple's - use the same number.) RTP ports are always

[Live-devel] NAT and RTCP

2008-08-26 Thread Jerry Johns
Hey Ross, If I would like to go ahead and use a NAT with UDP streaming mode, how would I facilitate this? I have a similar behaviour where after 45 seconds, I get a liveness timeout due to the inability of RTCP packets (i.e receiver reports) to get to the streaming server from the c

Re: [Live-devel] RFC2326bis

2008-08-26 Thread Ross Finlayson
Does LIVE555 comply (now or in the future) to RFC 2326bis? Yes, sometime in the future, after the 'RFC 2326bis' Internet Draft (RTSP 2.0) becomes a standard RFC. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing lis

[Live-devel] RFC2326bis

2008-08-26 Thread amit.yedidia
Does LIVE555 comply (now or in the future) to RFC 2326bis? Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- The information in this e-mail transmission contains proprietary and business sensitive i

Re: [Live-devel] RTSP Authentication

2008-08-26 Thread Ross Finlayson
Hi Ross, We have Streaming server which streams H264 perfectly (both unicast & multicast). We have created a dynamic RTSP server for streaming with different media codecs. Now we want to use digest authentication in our RTSP Server for some specific Client. Can you explain how

[Live-devel] RTSP Authentication

2008-08-26 Thread soumya patra
Hi Ross, We have Streaming server which streams H264 perfectly (both unicast & multicast). We have created a dynamic RTSP server for streaming with different media codecs. Now we want to use digest authentication in our RTSP Server for some specific Client. Can you explain how