Re: [Live-devel] Understanding testOnDemandRTSP

2008-06-18 Thread Ross Finlayson
As you can see the file is opened TWICE !!! But then if i try to play it any further it opens the file only once. Only at the first instance it does a complete file read !?! Is it a bug at the client end ? No. For certain types of file - includung MPEG-4 Elementary Stream files - the server ne

Re: [Live-devel] Understanding testOnDemandRTSP

2008-06-18 Thread Kumar Bala (DSP-Weuffen GmbH)
Hi, I am using the ByteStreamFileSource as an example to implement frameread. But I noticed something fishy. I run the testOnDemandRTSPServer on one machine (montavista linux on DM355) and try to play it at the client side (Windows PC) using VLC There was an initial delay , so i added some printfs

Re: [Live-devel] Understanding testOnDemandRTSP

2008-06-17 Thread Ross Finlayson
Hi, I am trying to understand and modify one of the testProgs - testOnDemandRTSP Below is how I understand the flow (pardon my lack of OOD understanding) testOnDemandRTSPServer -> ServerMediaSession -> MPEG4VideoFileServerMediaSubsession ->FileServerMediaSubsession-> ByteStreamFileSource

[Live-devel] Understanding testOnDemandRTSP

2008-06-17 Thread Kumar Bala (DSP-Weuffen GmbH)
Hi, I am trying to understand and modify one of the testProgs - testOnDemandRTSP Below is how I understand the flow (pardon my lack of OOD understanding) testOnDemandRTSPServer -> ServerMediaSession -> MPEG4VideoFileServerMediaSubsession ->FileServerMediaSubsession-> ByteStreamFileSou