Re: [Live-devel] ServerMediaSubsession was called after destrcuted

2021-12-02 Thread Ross Finlayson
> On Dec 3, 2021, at 3:00 PM, yunus.lin 林韵 wrote: > > When I use RTSPServer to proxy RTSP stream from VLC( at computer ), it may be > encounter fatal signal 11 (memeory error) at handleCmd_PLAY or > handleCmd_TEARDOWN ( RTSPServer.cpp ). > I found that the parameter "ServerMediaSubsession* su

[Live-devel] ServerMediaSubsession was called after destrcuted

2021-12-02 Thread yunus . lin 林韵
​​​Hello. I try to use livemedia ( live.2021.08.24.tar.gz ) in Android NDK. Usually, I save all instances in JAVA(use reinterpret_cast). TaskScheduler and UsageEnvironment are constructed in UI thread. doEventLoop is called in a new thread. When I use RTSPServer to proxy RTSP stream from