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-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 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

[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