File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { toPlaylists } from './toPlaylists';
4
4
import { inheritAttributes } from './inheritAttributes' ;
5
5
import { stringToMpdXml } from './stringToMpdXml' ;
6
6
import { parseUTCTimingScheme } from './parseUTCTimingScheme' ;
7
+ import { addSegmentsToPlaylist } from './segment/segmentBase.js' ;
7
8
8
9
const VERSION = version ;
9
10
@@ -25,12 +26,15 @@ const parse = (manifestString, options = {}) => {
25
26
const parseUTCTiming = ( manifestString ) =>
26
27
parseUTCTimingScheme ( stringToMpdXml ( manifestString ) ) ;
27
28
29
+ const addSidxSegmentsToPlaylist = addSegmentsToPlaylist ;
30
+
28
31
export {
29
32
VERSION ,
30
33
parse ,
31
34
parseUTCTiming ,
32
35
stringToMpdXml ,
33
36
inheritAttributes ,
34
37
toPlaylists ,
35
- toM3u8
38
+ toM3u8 ,
39
+ addSidxSegmentsToPlaylist
36
40
} ;
You can’t perform that action at this time.
0 commit comments