no, is not
is a multicast udp and unicast http
thank you
- Original Message -
From: "Ross Finlayson"
To: "LIVE555 Streaming Media - development & use"
Sent: Friday, June 15, 2012 10:15 PM
Subject: Re: [Live-devel] Crash for Http live Streaming
I
> It works now but "delete clientSession" never called.
Yes, the "delete clientSession" statement will get called if "afterStreaming()"
gets called (i.e., streaming ends) after we've already returned from the
"handleRequestBytes()" call. It just turns out that you're not encountering
this sit
.
Best regards,
Daniel wang
Software Developer
Norpix Inc.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Friday, June 15, 2012 2:33 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-deve
Daniel,
I think I have a solution.
At the end of "RTSPServerSupportingHTTPStreaming.cpp", in the
"afterStreaming()" function, replace the statement
delete clientSession;
with:
if (clientSession->fRecursionCount > 0) {
clientSession->fSessionIsActive = False;
OK, thanks. Now I understand what's happening.
I'll try to come up with a fix soon, and will let you know. Stay tuned...
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists
Developer
Norpix Inc.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Friday, June 15, 2012 5:11 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Crash for Http live Streaming
Thanks for
Thanks for the report.
Unfortunately, at first glance I don't see how the function
"RTSPServer::RTSPClientSession::handleRequestBytes()" can be called after the
"RTSPServerSupportingHTTPStreaming::RTSPClientSessionSupportingHTTPStreaming"
object is deleted, because the destructor of the parent
I'm working on HLS based on Live555.
I test mediaServer for HLS.it's crashed try to get a playlist.
The problem is in the function
RTSPServerSupportingHTTPStreaming::RTSPClientSessionSupportingHTTPStreaming(
)
{
.
fPlaylistSource = ByteStreamMemoryBufferSource::createNew(envir(),
(