There were no exceptions and no data to record to the disk. Please have a look at the "stopRecordAndSave" method in the "FLVRecordingService" class. Is it possible that "stopRecordingShow" didn't call because some of checks didn't pass?
2013/1/31 [email protected] <[email protected]>: > Or like Maxim said, an exception while recording. However I understood it > like you had no exception just the endless loop. > > Sebastian > > > 2013/1/31 [email protected] <[email protected]> > >> It means that the write to disk task is slower then the data stream input. >> There is a Thread.sleep in the processing of the recording that waits >> until all bytes are written to disk. >> I have occasionally seen issues with the detection of the end of the >> video-stream/recording but I never was able to reproduce it. >> Have you a stable way to reproduce that issue? >> >> Sebastian >> >> >> 2013/1/31 Artyom Horuzhenko <[email protected]> >> >>> Hello people! >>> I had a situation when BaseStreamWriter thread wasn't stopped on time >>> and did nothing, but a user already had stopped recording. Also I got >>> many messages to the log: "### Stream not yet written Thread Sleep - >>> ...". Does anybody know the possible reason of this issue? >>> >> >> >> >> -- >> Sebastian Wagner >> https://twitter.com/#!/dead_lock >> http://www.webbase-design.de >> http://www.wagner-sebastian.com >> [email protected] >> > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected]
