mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-26 17:04:24 +00:00
hls client: ignore data from unrecognized tracks in MPEG-TS segments
This commit is contained in:
parent
0daf8a17b7
commit
cc0d8f7dab
@ -161,7 +161,7 @@ func (p *clientProcessorMPEGTS) processSegment(ctx context.Context, byts []byte)
|
||||
|
||||
proc, ok := p.trackProcs[data.PID]
|
||||
if !ok {
|
||||
return fmt.Errorf("received data from track not present into PMT (%d)", data.PID)
|
||||
continue
|
||||
}
|
||||
|
||||
select {
|
||||
|
Loading…
Reference in New Issue
Block a user