Re: [Live-devel] how to get rtspClient object

2015-03-10 Thread Ross Finlayson
> I am using testRTSPClient demo to receive h264 data on function void > DummySink::afterGettingFrame(unsigned frameSize, unsigned numTruncatedBytes, > struct timeval presentationTime, unsigned /*durationInMicroseconds*/) , Now > i want to get the current RTSPClient object in this function. I

[Live-devel] how to get rtspClient object

2015-03-10 Thread 夏江龙
HI, I am using testRTSPClient demo to receive h264 data on function void DummySink::afterGettingFrame(unsigned frameSize, unsigned numTruncatedBytes, struct timeval presentationTime, unsigned /*durationInMicroseconds*/) , Now i want to get the current RTSPClient object in this function. I use