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

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

2007-07-24 Thread Andrey Kaminsky
On Tue, 2007-07-24 at 12:54 -0500, Ross Finlayson wrote: > >On Tue, 2007-07-24 at 05:19 -0500, Ross Finlayson wrote: > >> > We are using openRTSP Client to receive mpeg2 streams. When we call > >> > PAUSE and then PLAY request during streaming then > >> > we observed functiongetResponse1() is g

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

2007-07-24 Thread Ross Finlayson
>On Tue, 2007-07-24 at 05:19 -0500, Ross Finlayson wrote: >> > We are using openRTSP Client to receive mpeg2 streams. When we call >> > PAUSE and then PLAY request during streaming then >> > we observed functiongetResponse1() is getting called from two >> > places simultaneously >> > > >> No

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

2007-07-24 Thread Andrey Kaminsky
On Tue, 2007-07-24 at 05:19 -0500, Ross Finlayson wrote: > > We are using openRTSP Client to receive mpeg2 streams. When we call > > PAUSE and then PLAY request during streaming then > > we observed functiongetResponse1() is getting called from two > > places simultaneously > > > No. Remember th

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

2007-07-24 Thread Ross Finlayson
We are using openRTSP Client to receive mpeg2 streams. When we call PAUSE and then PLAY request during streaming then we observed function getResponse1() is getting called from two places simultaneously No. Remember that the code is single-threaded. It is not possible for "getResponse1()" -

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

2007-07-23 Thread Nitin Jain
Hi all, We are using openRTSP Client to receive mpeg2 streams. When we call PAUSE and then PLAY request during streaming then we observed function getResponse1() is getting called from two places simultaneously i.e. 1 ) from inside getResponse("PAUSE", bytesRead, responseCode, firstLine, nex