stream/internal-hls: transform HLS map when defined in playlist header
This commit is contained in:
@@ -23,6 +23,10 @@ function transformObject(streamInfo, hlsObject) {
|
||||
|
||||
hlsObject.uri = createInternalStream(fullUrl.toString(), streamInfo);
|
||||
|
||||
if (hlsObject.map) {
|
||||
hlsObject.map = transformObject(streamInfo, hlsObject.map);
|
||||
}
|
||||
|
||||
return hlsObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user