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