hls client: ignore data from unrecognized tracks in MPEG-TS segments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user