mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 01:07:03 +08:00
feat: casecade plugin support multi server
This commit is contained in:
@@ -1057,6 +1057,12 @@ func (s *Server) GetRecordList(ctx context.Context, req *pb.ReqRecordList) (resp
|
||||
EndTime: timestamppb.New(recordFile.EndTime),
|
||||
FilePath: recordFile.FilePath,
|
||||
StreamPath: recordFile.StreamPath,
|
||||
Filename: recordFile.Filename,
|
||||
Type: recordFile.Type,
|
||||
Duration: recordFile.Duration,
|
||||
AudioCodec: recordFile.AudioCodec,
|
||||
VideoCodec: recordFile.VideoCodec,
|
||||
CreatedAt: timestamppb.New(recordFile.CreatedAt),
|
||||
})
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user