fixed dts bug

This commit is contained in:
notch
2020-12-29 13:15:00 +08:00
parent ce074cfb90
commit a59f829aa0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import (
// 网络播放时 PTSPresentation Time Stamp的延时
// 影响视频 Tag 的 CTS 和音频的 DTSDecoding Time Stamp
const (
dtsDelay = 0
dtsDelay = 200
ptsDelay = 1000
)

View File

@@ -18,7 +18,7 @@ import (
// 网络播放时 PTSPresentation Time Stamp的延时
// 影响视频 Tag 的 CTS 和音频的 DTSDecoding Time Stamp
const (
dtsDelay = 0
dtsDelay = 200
ptsDelay = 1000
)