mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
fix bug
This commit is contained in:
parent
14a51ac33a
commit
14148a58dd
|
@ -362,7 +362,7 @@ namespace BililiveRecorder.FlvProcessor
|
|||
{
|
||||
try
|
||||
{
|
||||
logger.Debug("正在关闭当前录制文件: " + _targetFile.Name);
|
||||
logger.Debug("正在关闭当前录制文件: " + _targetFile?.Name);
|
||||
Metadata["duration"] = CurrentMaxTimestamp / 1000.0;
|
||||
Metadata["lasttimestamp"] = (double)CurrentMaxTimestamp;
|
||||
byte[] metadata = Metadata.ToBytes();
|
||||
|
|
Loading…
Reference in New Issue
Block a user