Re: [Live-devel] RTSP Server TCP Negotiation only

2013-09-26 Thread David Cassany Viladomat
Thanks Ross, I had something similar in mind, so I believe I will take this path :) Thanks once again, you've been really helpful. David Cassany 2013/9/25 Ross Finlayson > I have been having a look in live555 source code for some time right now > in order to find out how cloud I implement an

Re: [Live-devel] RTSP Server TCP Negotiation only

2013-09-25 Thread Ross Finlayson
> I have been having a look in live555 source code for some time right now in > order to find out how cloud I implement an RTSP server using live555 and > using at the same time my own UDP/RTP sender functions. I believe you can do this, by defining your own subclass of "ServerMediaSubsession"

[Live-devel] RTSP Server TCP Negotiation only

2013-09-25 Thread David Cassany Viladomat
Hi all, I am working in project where I will have to implement an rstp server over an already existing application which is already capable to transmit RTPstreams. I have been having a look in live555 source code for some time right now in order to find out how cloud I implement an RTSP server us