mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
improve documentation (#4918)
This commit is contained in:
@@ -148,7 +148,7 @@ func FindSegments(
|
||||
var pa Path
|
||||
ok := pa.Decode(recordPath, fpath)
|
||||
|
||||
// gather all segments that starts before the end of the playback
|
||||
// gather all segments that start before the end of the playback
|
||||
if ok && (end == nil || !end.Before(pa.Start)) {
|
||||
segments = append(segments, &Segment{
|
||||
Fpath: fpath,
|
||||
|
Reference in New Issue
Block a user