[Live-devel] HTTP live streaming crash

2014-01-10 Thread Pak Man Chan
Hi, The latest release(0107) will fail with a SIGSEGV on HTTP live streaming. It faults at MediaSink::onSourceClosure. In TCPStreamSink::processBuffer, onSourceClosure is being called twice, one being called inside the fSource->getNextFrame call, and the other being called when the source is

Re: [Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Warren Young
On 1/10/2014 13:04, Ross Finlayson wrote: I'm not planning on making any non-standard, Windows-specific additions to the code. If you're immovable on that point, then someone needs to write a .def file for the DLL, which is *painful* for a large C++ library like live555: http://msdn.microsoft

Re: [Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Ross Finlayson
I'm not planning on making any non-standard, Windows-specific additions to the code. Other operating systems have managed to use the "LIVE555 Streaming Media" as dynamically-linked libraries in their applications - note, for example, the supplied "config.linux-with-shared-libraries" configurati

[Live-devel] Building live Media on Windows as a Dynamically linked library

2014-01-10 Thread Madubhushi, Vasudevan
Hi Ross, After trawling through the posts relate to this topic , I found one which expresses your opinion on using Live555 as a shared library. (http://lists.live555.com/pipermail/live-devel/2004-July/000955.html) . Certainly understand the reasoning behind it but then the conu

Re: [Live-devel] Subclassing OnDemandServerMediaSubsession for Live Video Sources to stream h264

2014-01-10 Thread Ross Finlayson
> Thanks, the fix does work, I am able to stream my live source. But the video > quality I am getting on other side is quite glitch. Basically I am streaming > encoded data from ffmpeg’s output packet (AVPacket) but I am suspecting that > since FFmpeg Gives more than one nal unit in a single AVP

Re: [Live-devel] Subclassing OnDemandServerMediaSubsession for Live Video Sources to stream h264

2014-01-10 Thread Bhawesh Kumar Choudhary
Thanks, the fix does work, I am able to stream my live source. But the video quality I am getting on other side is quite glitch. Basically I am streaming encoded data from ffmpeg's output packet (AVPacket) but I am suspecting that since FFmpeg Gives more than one nal unit in a single AVPacket there