fix: 使用上次结束时间戳造成崩溃问题

This commit is contained in:
ydajiang
2025-07-24 20:14:51 +08:00
parent 95925e2778
commit 525911fd9a
3 changed files with 12 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ import (
)
var (
StreamEndInfoBride func(source string, streams map[TransStreamID]TransStream) *StreamEndInfo
StreamEndInfoBride func(source string, originTracks []*Track, streams map[TransStreamID]TransStream) *StreamEndInfo
)
// Source 对推流源的封装