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
Hi,
I want to stream .h264 encoded stream in a .MP4 container.
So i investigate testOnRTSPServer.cpp example.
Basically it can sucessfully stream h264 raw stream[ i used VLC as a client].
[ H265 raw stream file ] --input---> testOnRTSPServer
I know how to get/extract h264 raw stream i