Re: [Live-devel] How to to stream h264 encoded stream in a MP4 container with Live555

2012-01-30 Thread Novalis Vapuru
Well, I create a new class which is subclass of "OnDemandServerMediaSubsession" [ call it MyCustomServerMediaSubsession] which overrides the "createNewStreamSource()" and "createNewRTPSink()". methods. But the original code at testOnDemandRTSPSource for h264 is // A H.264 video elementary str

Re: [Live-devel] How to to stream h264 encoded stream in a MP4 container with Live555

2012-01-30 Thread Ross Finlayson
> So how or where should i modify the testOnRTSPServer so that intead > of reading from a file, > it justs get the output of MP4 demuxer? You will first need to define and implement your own new subclass of "OnDemandServerMediaSubsession" that reimplements the two pure virtual functions "create