mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 00:43:39 +08:00
Allow multiple HLS stream maps
This commit is contained in:
@@ -569,7 +569,7 @@ func (p *parser) parseHLSStreamMap(line []byte) error {
|
||||
return err
|
||||
}
|
||||
|
||||
p.process.hlsMapping = &mapping
|
||||
p.process.hlsMapping = append(p.process.hlsMapping, mapping)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user