Re: [Live-devel] Access violation in StramParser::testBytes()

2012-09-06 Thread Shaheed Abdol
Thank you Ross, I should at this point mention that I am using the DeviceSource template you provided as a means to retreive "live" footage from a DVR device. I am using the code on Windows, and am synchronizing access to the frame queue using critical sections. For this specific case, I am pas

Re: [Live-devel] Access violation in StramParser::testBytes()

2012-08-31 Thread Ross Finlayson
> You are indeed correct: Program streams are a big "no-no" for any streaming > situation, and I believe it's a testament to the robust, flexible design of > the live555 library for it to recognize and correctly demux the stream. > Unfortunately this is the constraint I have been given - we are

Re: [Live-devel] Access violation in StramParser::testBytes()

2012-08-31 Thread Shaheed Abdol
Good morning Ross, You are indeed correct: Program streams are a big "no-no" for any streaming situation, and I believe it's a testament to the robust, flexible design of the live555 library for it to recognize and correctly demux the stream. Unfortunately this is the constraint I have been give

Re: [Live-devel] Access violation in StramParser::testBytes()

2012-08-30 Thread Ross Finlayson
> I have subclassed the OnDemandServerMediaSubsession, and have overridden the > createNewStreamSource and createNewRTPSink functions as the FAQ instructs and > can successfully receive an MPEG2 Program stream, demux it into an > MPEG1or2DemuxedElementaryStream and pass data that into an > H264