>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
.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
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
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
>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
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
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()" -
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