Re: [Live-devel] Stream errors with MPEG 4 ES

2008-07-01 Thread Kumar Bala (DSP-Weuffen GmbH)
>> Because your input device returns discrete MPEG-4 video frames, rather than a byte stream, it'd be better if you used "MPEG4VideoStreamDiscreteFramer", rather than "MPEG4VideoStreamFramer". That did the trick, I streamed for 30 min without one single error !!! Thanks a ton. Mit freundliche

Re: [Live-devel] Stream errors with MPEG 4 ES

2008-07-01 Thread Ross Finlayson
Oops, I omitted a word from my previous answer: I suspect that perhaps the output from your encoder is not in the proper form - i.e., not a true MPEG-4 Video Elementary Stream. If you think this may be true, then please put your "test.m4e" file on a web server, and send us the URL, so we c

Re: [Live-devel] Stream errors with MPEG 4 ES

2008-07-01 Thread Ross Finlayson
I use the testOnDemandRTSPServer to stream live video (captured using an analog camera and encoded to MPEG 4 ES using a co-processor). I use ByteFileStreamSource.cpp in (ASYNCHRONOUS mode) as a base model for my device. I have modified doReadFromFile in such a way that it reurns an MPEG 4 frame f