mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-24 04:19:48 -08:00
hls client: ignore data from unrecognized tracks in MPEG-TS segments
This commit is contained in:
parent
0daf8a17b7
commit
cc0d8f7dab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue