[Live-devel] Regarding two video streams in live555

2013-12-15 Thread Tony
HI, I need to put two video streams and one audio stream in one rtsp session. I add the stream by creating subsession, but I found that the two video stream can't play correctly, sometimes one stream would stop or two streams stopped too. Is there any setting to set it ?_

Re: [Live-devel] What is the preferred way of terminating an RTSP server connection

2013-12-15 Thread Ross Finlayson
> The given setup is this: I have a video server and an rstp server. Clients > request a particular video stream from the rtsp server. The rtsp server then > request that stream from the video server and sends incoming frames to the > client. There's also a controller application. This applicati

Re: [Live-devel] ProxyServer (Proposed Option)

2013-12-15 Thread Bob Bischan
Ross, Thanks for the feedback on this topic. It helps knowing what is or is not possible given the current implementation...I would have spent unnecessary time and effort pursuing this functionality. Bob On Fri, Dec 13, 2013 at 6:05 PM, Ross Finlayson wrote: > Have an option for PorxyServer to

[Live-devel] [PATCH] RTP/RTCP: use the packets sent by the receiver to

2013-12-15 Thread Gilles Chanteperdrix
correct port numbers differences due to NAT. This implementation functions correctly, but may not be the best integration into live architecture. --- groupsock/NetAddress.cpp | 18 + groupsock/include/NetAddress.hh|5 +- liveMedia/OnDemandSer