[Live-devel] How to safely close the openRtsp?

2011-12-20 Thread Johnnie Au-Yeung
Hi,ALL: The openRtsp has designed to be close rudely by the CTRL+C or console windows's close button. But while developing GUI streaming client that based on the openRtsp,we may have to safely close the openRtsp and do some related works. Can you please give me some sugguestion that what I

[Live-devel] Duplicate data while create two rtsp clients to access the same live555 media server.

2011-11-30 Thread Johnnie Au-Yeung
Hi,everyone! I was asked to write a multiview media streaming client that can playing multiple rtsp video stream concurrency. I encapsulated the openRTSP into a C++ class that has it's own environment/taskscheduler /RTSPClient and eventloop. While try to connect to the latest live555 media s

Re: [Live-devel] How can I modify the openRtsp to support multi rtsp ?

2011-11-25 Thread Johnnie Au-Yeung
Thanks for your reply and kindness guide!! On Thu, Nov 24, 2011 at 9:56 PM, Ross Finlayson wrote: >I was asked to modify the openRtsp to support multi different rtsp. > I have build it and run normally on windows xp but have no idea how to > modify the source code. I have surfed the offic