Skip to content

Commit

Permalink
Update gortsplib.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Jan 4, 2025
1 parent 11fd041 commit 884bc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/capture/gortsplib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 884bc2a

Please sign in to comment.