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
> 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
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
> 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