Re: [Live-devel] Creating RTSP messages

2008-06-03 Thread Rakesh Sehgal
Hi Rajesh! I have established a TCP connection with darwin server, I can see it sending some RTSP request (which I tried to implement without any success, OPTIONS) in the network trace, but nothing is there. Can you now tell me how to implement RTSP protocol over this TCP connection. Thanks fo

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread Ross Finlayson
Actually, I have already tried using openRTSP, but it doesn't serve my purpose, as it streams the data to the machine from where the request originates, whereas I want them to be redirected to some other machine with a different IP address. Can you help me configure openRTSP for that? As I hav

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread Rakesh Sehgal
Hi Rajesh! Thanks for the reply. I'll try and establish a TCP session with Darwin first and then will inform you if I achieve any success in it. Thanks & regards, Rakesh Sehgal =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread Rakesh Sehgal
Hi Brett! Thanks for the reply. Actually, I have already tried using openRTSP, but it doesn't serve my purpose, as it streams the data to the machine from where the request originates, whereas I want them to be redirected to some other machine with a different IP address. Can you help me config

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread Brett Granger
Have you looked at the openRTSP sample app in the testProgs directory? It may already do what you want or at least show you how in C++... --Brett Rakesh Sehgal wrote: Thanks for such a prompt reply. Yes, I do want to develop a RTSP client. I have been through the RTSP RFC, but the problem

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread rajesh
June 02, 2008 5:35 PM Subject: Re: [Live-devel] Creating RTSP messages Thanks for such a prompt reply. Yes, I do want to develop a RTSP client. I have been through the RTSP RFC, but the problem is that I don't know how to send messages to the server. I know the format (from RFC),

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread Rakesh Sehgal
Thanks for such a prompt reply. Yes, I do want to develop a RTSP client. I have been through the RTSP RFC, but the problem is that I don't know how to send messages to the server. I know the format (from RFC), but I have no idea about how to create those packetes using C++ or java and then send t

Re: [Live-devel] Creating RTSP messages

2008-06-02 Thread rajesh
inal Message - From: Rakesh Sehgal To: [EMAIL PROTECTED] Sent: Monday, June 02, 2008 3:47 PM Subject: [Live-devel] Creating RTSP messages Hi All! Can somebody help me to create a simple program using which I would be able to send RTSP messages to Darwin streaming server using

[Live-devel] Creating RTSP messages

2008-06-02 Thread Rakesh Sehgal
Hi All! Can somebody help me to create a simple program using which I would be able to send RTSP messages to Darwin streaming server using the live555 stack. The problem is that I am new to using Live555 and could not find any documentation which could help in doing so. I would really appreciate