Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread Meftah Tayeb
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

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread Ross Finlayson
> 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

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread daniel
. 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

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread Ross Finlayson
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;

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread Ross Finlayson
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

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread daniel
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

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread Ross Finlayson
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

[Live-devel] Crash for Http live Streaming

2012-06-14 Thread daniel
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(), (