mirror of
https://github.com/cnotch/ipchub.git
synced 2025-09-26 19:41:18 +08:00
fixed dts bug
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
// 网络播放时 PTS(Presentation Time Stamp)的延时
|
||||
// 影响视频 Tag 的 CTS 和音频的 DTS(Decoding Time Stamp)
|
||||
const (
|
||||
dtsDelay = 0
|
||||
dtsDelay = 200
|
||||
ptsDelay = 1000
|
||||
)
|
||||
|
||||
|
@@ -18,7 +18,7 @@ import (
|
||||
// 网络播放时 PTS(Presentation Time Stamp)的延时
|
||||
// 影响视频 Tag 的 CTS 和音频的 DTS(Decoding Time Stamp)
|
||||
const (
|
||||
dtsDelay = 0
|
||||
dtsDelay = 200
|
||||
ptsDelay = 1000
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user