feat: 传输流时间戳根据duration累加

This commit is contained in:
ydajiang
2025-07-24 14:32:51 +08:00
parent ece4663362
commit a2c372a367
8 changed files with 105 additions and 118 deletions

View File

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