Update gortsplib.go

This commit is contained in:
Cédric Verstraeten
2025-01-04 13:21:26 +01:00
committed by GitHub
parent 11fd041fa9
commit 884bc2acc1

View File

@@ -485,7 +485,7 @@ func (g *Golibrtsp) Start(ctx context.Context, streamType string, queue *packets
var filteredAU [][]byte
if g.VideoH264Media != nil && g.VideoH264Forma != nil {
dtsExtractor := h264.NewDTSExtractor2()
//dtsExtractor := h264.NewDTSExtractor2()
g.Client.OnPacketRTP(g.VideoH264Media, g.VideoH264Forma, func(rtppkt *rtp.Packet) {