Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
Thank you Ross for your help I have tried checking the code...I used my code in between media server and VLC... when I received setup command from VLC , theres nothing like "destination=" in transport field. how to do it now Say for example if I want to connect from a client(VLC from

Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
Thanks Ross I got what u actually meant to say... I will try to modify it now and will do it as per my need. And will let you know the result Regards, Harish NPD team ___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

Re: [Live-devel] generating RTP streams....!

2010-03-15 Thread Harish N
That's good to hear from you. I think if I use VLC as my client (instead of our RTSP client),the transport header has the destination field But the problem is I want to hard code the destination part in the server code, Because what I inferred from ur answer is the response will be sent

Re: [Live-devel] generating RTP streams......!

2010-03-15 Thread Ross Finlayson
Hello everyoneŠ Whenever I try to connect to media server using rtsp://:554/filename Then the information about the client (like on to which ip the response,i.e RTP streams are to be sent is given), but what if I want to send them to different no matter from where the request comes from

[Live-devel] generating RTP streams......!

2010-03-14 Thread Harish N
Hello everyone... Whenever I try to connect to media server using rtsp://:554/filename Then the information about the client (like on to which ip the response,i.e RTP streams are to be sent is given), but what if I want to send them to different no matter from where the request comes from.