Re: [Live-devel] Streaming Live H264

2008-10-02 Thread Ross Finlayson
What should happened at the ImxDeviceSource::doGetNextFrame()? 1.Does the function should return only when a frame is valid (and return the poiter and size) No. Your "doGetNextFrame()" should *not* block. It should return immediately, even if no frame is currently available for delivery.

[Live-devel] Streaming Live H264

2008-10-02 Thread Yedidia Amit
Ross, I am still tyring to understand the live capture issue. I imlemented the framer (H264LiveVideoStreamFramer) and the source (ImxDeviceSource) Now, when the following chain is being called: H264FUAFragmenter::doGetNextFrame() -> H264LiveVideoStreamFramer::doGetNextFrame() -> ImxDeviceSource:

Re: [Live-devel] Streaming Live H264 encoded bit stream

2008-09-26 Thread Ross Finlayson
I am trying the stream the live captured h.264 encoded bit stream through the OnDemandRTSP server. I did modified the OnDemandRTSPServer application to read the .h264 file and could successfully stream the file. Now I would like to stream the live camera captured h.264 encoded bit stream, What c

Re: [Live-devel] Streaming Live H264 encoded bit stream

2008-09-26 Thread sureshs
Hi , I am trying the stream the live captured h.264 encoded bit stream through the OnDemandRTSP server. I did modified the OnDemandRTSPServer application to read the .h264 file and could successfully stream the file. Now I would like to stream the live camera captured h.264 encoded bit stream, Wha