Re: [Live-devel] openRTSP proxy support

2008-06-12 Thread Ross Finlayson
RealPlayer sends the regular RTSP packets to HelixProxy, the only difference is that Destination Address of the RTSP packets are engraved with HelixProxy's IP. What do you mean by this? Can you give us an example? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] openRTSP proxy support

2008-06-09 Thread ali teke
Hi, I've examined the packets exchanged between RealPlayer and HelixProxy, (and between HelixProxy <-> HelixServer). RealPlayer sends the regular RTSP packets to HelixProxy, the only difference is that Destination Address of the RTSP packets are engraved with HelixProxy's IP. Is it possible to im

Re: [Live-devel] openRTSP proxy support&In-Reply-To=<[EMAIL PROTECTED]>

2008-06-05 Thread Ross Finlayson
I am sorry for this basic question but I want to ask, I stream mp3 from helix server with the following request; "./openRTSP rtsp://melis.cs..edu/kalp.mp3" To stream over proxy, I've tried; "./openRTSP rtsp://proxyMelis.cs..edu/kalp.mp3" but, it did not work, since proxy does not know th

Re: [Live-devel] openRTSP proxy support&In-Reply-To=<[EMAIL PROTECTED]>

2008-06-04 Thread ali teke
I am sorry for this basic question but I want to ask, I stream mp3 from helix server with the following request; "./openRTSP rtsp://melis.cs..edu/kalp.mp3" To stream over proxy, I've tried; "./openRTSP rtsp://proxyMelis.cs..edu/kalp.mp3" but, it did not work, since proxy does not know the

Re: [Live-devel] openRTSP proxy support

2008-06-04 Thread Ross Finlayson
I've looked at the code for openRTSP and found that, at line#84 of file "openRTSP.cpp" there is a flag like; Boolean allowProxyServers = False; No - that code is used to distinguish "openRTSP" from "playSIP", which uses the same base code ("playCommon.cpp"). SIP, unlike RTSP, has an explicit

Re: [Live-devel] openRTSP proxy support

2008-06-04 Thread ali teke
I wonder if there is a command line option for specifying the Proxy Server address while executing openRTSP, for example in case of Real Player, client should enter the address of Proxy Server from the Preferences menu. than it can stream the media from proxy even though user of Real Player request

Re: [Live-devel] openRTSP proxy support

2008-06-03 Thread Ross Finlayson
A RTSP 'proxy' should appear - to a RTSP client - to be just like a RTSP server, in which case the client (for example, "openRTSP") need not do anything different to access it. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-dev

[Live-devel] openRTSP proxy support

2008-06-03 Thread ali teke
Hello, I was using openRTSP for connecting to Helix and Darwin Streaming Servers through RTSP requests. Now I have installed proxies for those two Streaming Servers and want to send request through the proxies but I can't figure out how to do it via openRTSP... Any suggestion or direction is appre