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
> 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