<div dir="ltr"><div dir="ltr">After seeing no issue in the testOnDemandRtspServer, I check my program again and </div><div dir="ltr">

I found the cause.<div><br><div>Previously I handled streaming ON/OFF in the function </div><div>DerivedOnDemandxxx::deleteStream(clientSessionId, streamToken) {}</div><div></div><div>Now I realized that doing so is reasonable only when 

reuseFirstSource = False.</div><div>When 

reuseFirstSource = True, the right place to control stream is at function <br>DerivedOnDemandxxx

::closeStreamSource(FramedSource* inputSource) {}<br></div><div><br></div></div><div>Thank you for your advice.</div><div>Regards.</div></div></div>