Re: [Live-devel] SubClassing "OnDemandServerMediaSubsession"
> //try catch execute when stop message come and my code break here > try > { > if(sms) > { > Medium::close(sms); > } > > rtspServer->deleteServerMediaSession(sms); > } > catch(...) > { >
Re: [Live-devel] SubClassing "OnDemandServerMediaSubsession"
Hello Ross, Thanks for the guidance. I was able to stream the live source the only issue that i have is i am creating rtsp server on start and then when some predefined command comes like stream i am adding the the session. but when stop message comes i am breaking the do event loop and and callin