Re: [Live-devel] Problem in sending PAUSE and then PLAY request in openrtsp

2007-07-25 Thread Ross Finlayson
>And additional patches against live.2007.04.24a, to prevent segfaults. Thanks. I have added this to the latest release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live5

Re: [Live-devel] Problem in sending PAUSE and then PLAY request

2007-07-25 Thread Ross Finlayson
.It was my mistake to call pauseMediaSession() from different thread Sigh... How many times do I need to remind people to read the FAQ?! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list live-devel@lists.live555

Re: [Live-devel] Problem in sending PAUSE and then PLAY request

2007-07-25 Thread Nitin Jain
Hi all, Thanks for all the feedback . I agree with with Ross that it is not possible for "getResponse1()" - or any other function - to be called from two places simultaneously . .It was my mistake to call pauseMediaSession() from different thread instead of from regular doeventloop() in o