mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-08 00:51:39 +08:00
webrtc: print lost packets (#2468)
This commit is contained in:
@@ -158,7 +158,7 @@ func (s *webRTCSource) run(ctx context.Context, cnf *conf.PathConf, _ chan *conf
|
||||
timeDecoder := rtptime.NewGlobalDecoder()
|
||||
|
||||
for _, track := range tracks {
|
||||
track.start(rres.stream, timeDecoder)
|
||||
track.start(rres.stream, timeDecoder, s)
|
||||
}
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user