ngraziano / SharpRTSP

A RTSP handling library
Other
552 stars 182 forks source link

Stop record at X frames #44

Closed Eduardo-Phoenix closed 6 years ago

Eduardo-Phoenix commented 6 years ago

Hi, how can I calculate the amount of frame that has already been recorded in the physical file? Inside the event 'RTSPClient.Received_NALs_Delegate (c_Received_NALs)' and after having recorded X frames, close the connection with the camera?

tkx advanced!