Re: [Live-devel] Receiving Audio Data from Client While Streaming Out Media Stream

2009-02-25 Thread Ross Finlayson
Is it possible to extend testOnDemandRTSPServer for having a media session receiving audio data from remote client? No. Our software is not set up to support full-duplex communication. For that, you should use some other software that supports SIP, not RTSP. -- Ross Finlayson Live Networks,

[Live-devel] Receiving Audio Data from Client While Streaming Out Media Stream

2009-02-25 Thread Wong Shuen Kong
Hi all, Is it possible to extend testOnDemandRTSPServer for having a media session receiving audio data from remote client? We would like to use this to accomplish duplex audio transmission on existing RTSP server which using live555 media library instead of adding another daemon process/task on