Re: [Live-devel] MPEG2TransportStreamIndexer & h264...

2007-06-25 Thread Ross Finlayson
>I've been trying to use trick play by creating an index file (using >MPEG2TransportStreamIndexer) for an MPEG-TS (h264/mp3) file. >I've has no luck with it - been getting an empty index file. > >I understand that the indexer is designed to work with mpeg1-2 files. >Question is whether I should spe

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-25 Thread Russell Brennan
I have figured out how to do this, so here is the basis of my code, and some hanging unanswered questions... the code is mostly testMPEG2TransportStreamer.cpp. #include #include #include #include "liveMedia.hh" #include "BasicUsageEnvironment.hh" #include "GroupsockHelper.hh" // To stream usi

Re: [Live-devel] calling SingleStep()

2007-06-25 Thread Russell Brennan
As an update, I decided for simplicity to just make this function public instead of protected. On 6/25/07, Russell Brennan <[EMAIL PROTECTED]> wrote: I'm trying to bypass doEventLoop() and call SingleStep() in my own while loop, but after going through a tangle of code trying to figure out how

[Live-devel] MPEG2TransportStreamIndexer & h264...

2007-06-25 Thread Nikos Antonopoulos
hi everyone, I've been trying to use trick play by creating an index file (using MPEG2TransportStreamIndexer) for an MPEG-TS (h264/mp3) file. I've has no luck with it - been getting an empty index file. I understand that the indexer is designed to work with mpeg1-2 files. Question is whether I

[Live-devel] calling SingleStep()

2007-06-25 Thread Russell Brennan
I'm trying to bypass doEventLoop() and call SingleStep() in my own while loop, but after going through a tangle of code trying to figure out how to call it, I didn't see how I could call it, so I created the following: void BasicTaskScheduler0::doSingleStep(char* watchVariable) { if (watchVariab

[Live-devel] FramedFilter Performance & Questions

2007-06-25 Thread Julian Lamberty
OK, I've investigated the problem further by adding timestamp at the beginning and the end of doGetNextFrame(), afterGettingFrame() and afterGettingFrame1(). As you can see from the code snippet in this thread, everytime my transcoder needs more data to complete the frame it calls fInputSource-